public class BridgeNotifyPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
clientInterest
(String) how clients are to register interest
Can be one of: noInterest, singleKey, oddKeys, evenKeys or allKeys
|
static Long |
clientListener
(String) ClassName for clientListener when registering interest in BridgeNotify methods
|
static Long |
entryOperations
(Vector of Strings) A list of the operations on a region entry that this test is allowed to do.
|
static Long |
isHATest
(boolean) if this is a HA test
|
static Long |
isPartition
(boolean) if bridge dataPolicy is partition or not
|
static Long |
numBridges
(int) numBridges (to varify event listeners invocation on server)
|
static Long |
numKeys
(int) numKeys (to populate region & to operate on).
|
| Constructor and Description |
|---|
BridgeNotifyPrms() |
| Modifier and Type | Method and Description |
|---|---|
static com.gemstone.gemfire.cache.CacheListener |
getClientListener()
Returns the
CacheListener that is installed in clients on
regions created by this test. |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static Long entryOperations
public static Long numKeys
public static Long clientInterest
public static Long clientListener
public static Long numBridges
public static Long isPartition
public static Long isHATest
public static com.gemstone.gemfire.cache.CacheListener getClientListener()
CacheListener that is installed in clients on
regions created by this test.EventListener,
KeyListListener,
SingleKeyListener,
NoInterestListenerCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.