Class PageMemoryImplTest
java.lang.Object
org.apache.ignite.internal.pagemem.PageMemoryImplTest
A set of tests for
PageMemoryImpl class.-
Constructor Details
-
PageMemoryImplTest
public PageMemoryImplTest()
-
-
Method Details
-
setUpClass
public static void setUpClass() -
tearDownClass
- Throws:
InterruptedException
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testWriteMetapage
- Throws:
Exception
-
testWriteMetapageThenRunCheckpointAndRestart
- Throws:
Exception
-
testAllocateAndWriteAFewPages
- Throws:
Exception
-
testWriteAFewPagesThenRunCheckpointAndRestart
- Throws:
Exception
-
testWriteAFewPagesInDifferentGroupsThenRunCheckpointAndRestart
- Throws:
Exception
-
testWriteAFewPagesThenRunCheckpointModifyPagesAndRestart
- Throws:
Exception
-
testWriteAFewPagesThenRunCheckpointModifyPagesRunCheckpointAndRestart
public void testWriteAFewPagesThenRunCheckpointModifyPagesRunCheckpointAndRestart() throws Exception- Throws:
Exception
-
testAllocateTooManyPages
- Throws:
Exception
-
testAllocateCheckDirtyPagesAreNotEvicted
- Throws:
Exception
-
testAllocateCheckPagesThatDoNotMatchEvictablePagePredicateAreNotEvicted
public void testAllocateCheckPagesThatDoNotMatchEvictablePagePredicateAreNotEvicted() throws Exception- Throws:
Exception
-
testReadEvictedPages
- Throws:
Exception
-
testClear
- Throws:
Exception
-
testWriteConcurrently
- Throws:
Exception
-
testReadConcurrently
- Throws:
Exception
-
testDynamicPoolAllocationDeallocation
- Throws:
Exception
-
testWritePagesThenReduceMemoryFootprintAndReadPages
- Throws:
Exception
-