public class FixedPRSinglehopDUnitTest extends CacheTestCase
DistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2logPerTest, reconnect, system, testName| Constructor and Description |
|---|
FixedPRSinglehopDUnitTest(String name) |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearMetadata() |
static void |
createClient(int port0) |
static void |
createClient(int port0,
int port1) |
static void |
createClient(int port0,
int port1,
int port2,
int port3) |
static void |
createClientWithLocator(String host,
int port0) |
static void |
createPeer(boolean isAccessor,
List<com.gemstone.gemfire.cache.FixedPartitionAttributes> fpaList) |
static int |
createServer(boolean isAccessor,
List<com.gemstone.gemfire.cache.FixedPartitionAttributes> fpaList) |
static int |
createServerWithLocator(String locator,
boolean isAccessor,
List<com.gemstone.gemfire.cache.FixedPartitionAttributes> fpaList,
boolean simpleFPR) |
static void |
getDataFromSinglePR() |
static void |
getFromPartitionedRegions() |
static void |
getFromPartitionedRegionsFor3Qs() |
static void |
printMetadata() |
static void |
printView() |
static void |
putIntoPartitionedRegions() |
static void |
putIntoPartitionedRegionsThreeQs() |
static void |
putIntoSinglePR() |
static void |
startLocatorInVM(int locatorPort) |
static void |
stopLocator() |
void |
test_FPAmetadataFetch()
This test will check to see if all the partitionAttributes are sent to the client.
|
void |
test_MetadataContents() |
void |
testClientConnectedToAccessors() |
void |
testNoClientConnected() |
static int |
totalNumBucketsCreated() |
static void |
updateIntoSinglePR() |
static void |
updateIntoSinglePRFor3Qs() |
static void |
verifyEmptyMetadata() |
static void |
verifyEmptyStaticData() |
static void |
verifyNonEmptyMetadata() |
addExceptionTag1, 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, sendUnorderedMessageToAll, tearDown2addExpectedException, 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 FixedPRSinglehopDUnitTest(String name)
public void testNoClientConnected()
public void testClientConnectedToAccessors()
public void test_MetadataContents()
public void test_FPAmetadataFetch()
public static int createServer(boolean isAccessor,
List<com.gemstone.gemfire.cache.FixedPartitionAttributes> fpaList)
public static int createServerWithLocator(String locator, boolean isAccessor, List<com.gemstone.gemfire.cache.FixedPartitionAttributes> fpaList, boolean simpleFPR)
public static void startLocatorInVM(int locatorPort)
public static void stopLocator()
public static int totalNumBucketsCreated()
public static void createPeer(boolean isAccessor,
List<com.gemstone.gemfire.cache.FixedPartitionAttributes> fpaList)
public static void createClient(int port0)
public static void createClient(int port0,
int port1)
public static void createClientWithLocator(String host, int port0)
public static void createClient(int port0,
int port1,
int port2,
int port3)
public static void putIntoPartitionedRegions()
public static void putIntoPartitionedRegionsThreeQs()
public static void getFromPartitionedRegions()
public static void getFromPartitionedRegionsFor3Qs()
public static void putIntoSinglePR()
public static void getDataFromSinglePR()
public static void updateIntoSinglePR()
public static void updateIntoSinglePRFor3Qs()
public static void verifyEmptyMetadata()
public static void verifyEmptyStaticData()
public static void verifyNonEmptyMetadata()
public static void printMetadata()
public static void printView()
public static void clearMetadata()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.