public class CacheXml51Test extends CacheXml45Test
CacheXml45Test.MySecondTestCacheListener, CacheXml45Test.MySecondTestTransactionListenerCacheXml30Test.CacheLoaderWithDeclarables, CacheXml30Test.EvictionObjectSizer, CacheXml30Test.ExceptionalCacheListener, CacheXml30Test.MyTestCacheListener, CacheXml30Test.MyTestCacheWriter, CacheXml30Test.MyTestTransactionListener, CacheXml30Test.NotDeclarableCacheListener, CacheXml30Test.TestBridgeClient, CacheXml30Test.TestDeclarable, CacheXml30Test.TestExceptionDistributedTestCase.ExpectedException, DistributedTestCase.WaitCriterion, DistributedTestCase.WaitCriterion2xmlPropscachelogPerTest, reconnect, system, testName| Constructor and Description |
|---|
CacheXml51Test(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getGemFireVersion()
The version of GemFire tested by this class.
|
void |
testBridgeAttributesRelatedToClientQueuesHA()
Tests the bridge-server attributes (
maximum-message-count
and message-time-to-live) related to HA of client-queues in
gemfire cache-server framework |
void |
testBridgeMaxThreads()
Tests the bridge-server attributes (
max-threads |
void |
testMaxOplogSize() |
void |
testMessageSyncInterval()
Tests the
message-sync-interval attribute of
attribute is related to HA of client-queues in gemfire ca
framework. |
void |
testPartitionedRegionInstantiation()
Tests that a region created with a named attributes has the correct
attributes.
|
void |
testPartitionedRegionXML()
Tests that a region created with a named attributes has the correct
attributes.
|
void |
testRegionMulticastSetViaCacheXml()
Tests that loading cache XML with multi-cast set will set the multi-cast
|
void |
testRollOplogs() |
getDistributedSystemProperties, setBridgeAttributes, testDataPolicy, testGatewayHub, testHeapLRUEviction, testMembershipAttributes, testMultipleCacheListener, testMultipleTXListener_testDynamicRegionFactoryCacheWriter, generate, testAddEntriesViaCacheXml, testAddRegionViaCacheXml, testCreateSameRegionTwice, testCreateSameSubregionTwice, testDynamicRegionFactoryDefault, testDynamicRegionFactoryDiskDir, testDynamicRegionFactoryNonDefault, testEnableAsyncConflationAttribute, testEnableBridgeConflationAttribute, testEnableGatewayAttribute, testModifyCacheAttributes, testModifyRegionViaCacheXml, testNamedAttributes, testPublisherAttribute, testRegisteringNamedRegionAttributes, testUnknownNamedAttributestestBridgeServers, testCacheTransactionManager, testConstrainedValues, testIsLockGrantorAttribute, testServer, testTransactionListenerfindFile, setUp, setXmlFile, tearDown2, testAttributesUnordered, testBadFloat, testBadInt, testBadKeyConstraintClass, testBadScope, testBridgeClientAsLoader, testBridgeClientAsWriter, testBridgeClientLoaderOverride, testBridgeClientWriterOverride, testCacheListener, testCacheLoaderWithDeclarables, testCacheWriter, testCallbackNotDeclarable, testCallbackWithException, testConstrainedKeys, testDefaultCache, testDiskDirs, testDiskWriteAttributes, testEntriesInRootRegion, testEvictionLRUEntryAttributes, testEvictionLRUHeapAttributes, testEvictionLRUMemoryAttributes, testExampleCacheXmlFile, testExpirationAttriubutes, testLoaderNotLoader, testMalformed, testNestedRegions, testNonDefaultCache, testNonDefaultRegionAttributes, testNonExistentFile, testOverflowAndBackup, testXml, testXml, testXmlFileIsDirectoryaddExceptionTag1, 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, 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, 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 CacheXml51Test(String name)
protected String getGemFireVersion()
CacheXml30TestgetGemFireVersion in class CacheXml45TestCacheXml.VERSION_3_0public void testPartitionedRegionXML()
throws com.gemstone.gemfire.cache.CacheException
testPartitionedRegionXML in class CacheXml45Testcom.gemstone.gemfire.cache.CacheExceptionpublic void testMessageSyncInterval()
throws com.gemstone.gemfire.cache.CacheException
message-sync-interval attribute of
attribute is related to HA of client-queues in gemfire ca
framework. This attribute is the frequency at which a messent
by the primary cache-server node to all the secondary cache-server nodes to
remove the events which have already been dispatched from
the queuecom.gemstone.gemfire.cache.CacheExceptionpublic void testBridgeAttributesRelatedToClientQueuesHA()
throws com.gemstone.gemfire.cache.CacheException
maximum-message-count
and message-time-to-live) related to HA of client-queues in
gemfire cache-server frameworkcom.gemstone.gemfire.cache.CacheExceptionpublic void testPartitionedRegionInstantiation()
throws com.gemstone.gemfire.cache.CacheException
testPartitionedRegionInstantiation in class CacheXml45Testcom.gemstone.gemfire.cache.CacheExceptionpublic void testBridgeMaxThreads()
throws com.gemstone.gemfire.cache.CacheException
max-threadscom.gemstone.gemfire.cache.CacheExceptionpublic void testRegionMulticastSetViaCacheXml()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testRollOplogs()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionpublic void testMaxOplogSize()
throws com.gemstone.gemfire.cache.CacheException
com.gemstone.gemfire.cache.CacheExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.