public class BridgeNotifyPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
clientInterest
(String) how clients are to register interest
Can be one of: noInterest, singleKey, oddKeys, evenKeys or allKeys
|
static java.lang.Long |
clientListener
(String) ClassName for clientListener when registering interest in BridgeNotify methods
|
static java.lang.Long |
entryOperations
(Vector of Strings) A list of the operations on a region entry that this test is allowed to do.
|
static java.lang.Long |
isHATest
(boolean) if this is a HA test
|
static java.lang.Long |
isPartition
(boolean) if bridge dataPolicy is partition or not
|
static java.lang.Long |
numBridges
(int) numBridges (to varify event listeners invocation on server)
|
static java.lang.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 java.lang.Long entryOperations
public static java.lang.Long numKeys
public static java.lang.Long clientInterest
public static java.lang.Long clientListener
public static java.lang.Long numBridges
public static java.lang.Long isPartition
public static java.lang.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.