public class PartitionedRegionPerfDUnitTest extends PartitionedRegionDUnitTestCase
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2| Modifier and Type | Field and Description |
|---|---|
static String |
DR_NAME_PREFIX |
static Integer |
LARGE_OBJECT_SIZE |
static Integer |
MEDIUM_OBJECT_SIZE |
static com.gemstone.gemfire.cache.MirrorType |
mirror |
static String |
PR_NAME_PREFIX |
static long |
RUN_LENGTH |
static com.gemstone.gemfire.cache.Scope |
scope |
static Integer |
SMALL_OBJECT_SIZE |
static int |
TARGET_TOTAL_BYTES |
VM |
vm0 |
VM |
vm1 |
VM |
vm2 |
VM |
vm3 |
cachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
PartitionedRegionPerfDUnitTest(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected com.gemstone.gemfire.cache.RegionAttributes |
createRegionAttributesForDR(com.gemstone.gemfire.cache.Scope scope,
com.gemstone.gemfire.cache.MirrorType mirror) |
protected com.gemstone.gemfire.cache.RegionAttributes |
createRegionAttributesForPR(int redundancy,
int localMaxMem) |
String |
displayComparedResults(com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults res1,
com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults res2) |
String |
displayResults(String operationName,
int objectSize,
long totalTime,
int operationCount) |
void |
doCreateRegions(String pRegionName,
String dRegionName) |
com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults |
doGets(String regionName,
Integer objectSize_) |
com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults |
doMisses(String regionName) |
com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults |
doPuts(String regionName,
Integer objectSize_) |
void |
testCompareIteratorGetsWithCHM_42553()
This one is just a single VM test -- preferably also add a multi VM one
|
caseSetUp, caseTearDown, createMultiplePartitionRegion, createMultiplePartitionRegion, createRegionAttrsForPR, destroyInMultiplePartitionRegion, destroyRegionInMultiplePartitionRegion, disconnectVM, getCreateMultiplePRregion, getInMultiplePartitionRegion, getRemovedOrDestroyedInMultiplePartitionRegion, invalidatesInMultiplePartitionRegion, putAfterDestroyInMultiplePartitionedRegion, putInMultiplePartitionRegion, resetVMLogLevel, setLogLevel, setVMInfoLogLevel, tearDown2, validateMultiplePartitionRegionaddExceptionTag1, basicGetCache, beginCacheXml, cleanDiskDirs, closeAllCache, closeCache, createLonerCache, createMcastCache, createMcastCache, createRegion, createRegion, createRootRegion, createRootRegion, disconnectFromDS, finishCacheXml, finishCacheXml, getCache, getCache, getCache, getCache, getClientCache, getDiskDirs, getGemfireCache, getInternalRegionArguments, getRootRegion, getRootRegion, hasCache, remoteTearDown, removeExceptionTag1, sendSerialMessageToAll, sendUnorderedMessageToAlladdExpectedException, addExpectedException, addHydraProperties, attachDebugger, checkBBFlag, cleanupAllVms, clearBBFlag, crashDistributedSystem, crashDistributedSystem, createLogWriter, disconnectAllFromDS, dumpAllStacks, dumpMyThreads, dumpStack, dumpStack, dumpStack, dumpStackTrace, fail, getAllDistributedSystemProperties, getDistributedSystemProperties, getDUnitLocatorAddress, getDUnitLocatorPort, getDUnitLocatorString, getDUnitLogLevel, getIPLiteral, getLogWriter, getLonerSystem, getMcastSystem, getMcastSystem, getRepeatTimeoutMs, getServerHostName, getSystem, getSystem, getTestClass, getTestName, getUniqueName, getVMCount, incBBFlag, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVM, invokeInEveryVMRepeatingIfNecessary, invokeInLocator, invokeRepeatingIfNecessary, isConnectedToDS, join, noteTiming, pause, pause, perVMSetUp, realTearDown, setDiskStoreForGateway, setSystem, setTestName, setUp, staticPause, tearDown, unregisterAllDataSerializersFromAllVms, unregisterDataSerializerInThisVM, unregisterInstantiatorsInThisVM, waitForBBFlag, waitForCriterion, waitMutexassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic static final String PR_NAME_PREFIX
public static final String DR_NAME_PREFIX
public static final com.gemstone.gemfire.cache.Scope scope
public static final com.gemstone.gemfire.cache.MirrorType mirror
public static final long RUN_LENGTH
public static final Integer SMALL_OBJECT_SIZE
public static final Integer MEDIUM_OBJECT_SIZE
public static final Integer LARGE_OBJECT_SIZE
public static int TARGET_TOTAL_BYTES
public VM vm0
public VM vm1
public VM vm2
public VM vm3
public PartitionedRegionPerfDUnitTest(String name)
public void testCompareIteratorGetsWithCHM_42553()
public void doCreateRegions(String pRegionName, String dRegionName) throws Exception
Exceptionpublic com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults doPuts(String regionName, Integer objectSize_) throws Exception
Exceptionpublic com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults doGets(String regionName, Integer objectSize_) throws Exception
Exceptionpublic com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults doMisses(String regionName) throws Exception
Exceptionpublic String displayComparedResults(com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults res1, com.gemstone.gemfire.internal.cache.PartitionedRegionPerfDUnitTest.PerfResults res2)
public String displayResults(String operationName, int objectSize, long totalTime, int operationCount)
protected com.gemstone.gemfire.cache.RegionAttributes createRegionAttributesForPR(int redundancy,
int localMaxMem)
protected com.gemstone.gemfire.cache.RegionAttributes createRegionAttributesForDR(com.gemstone.gemfire.cache.Scope scope,
com.gemstone.gemfire.cache.MirrorType mirror)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.