public class GemFireCachePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
loaderSleepMs
Time to sleep, in milliseconds, during a load, e.g., to simulate going
to an RDB.
|
static java.lang.Long |
logListenerEvents
Whether a cache listener should log information about processed events.
|
static java.lang.Long |
processListenerEvents
Whether a cache listener should process events by fetching the key and
value of the object of the event.
|
static java.lang.Long |
processRemoteEventsOnly
Whether a cache listener should process all events or only
events originating from a remote VM.
|
| Constructor and Description |
|---|
GemFireCachePrms() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getLoaderSleepMs() |
static boolean |
logListenerEvents() |
static void |
main(java.lang.String[] args) |
static boolean |
processListenerEvents() |
static boolean |
processRemoteEventsOnly() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long processListenerEvents
public static java.lang.Long processRemoteEventsOnly
public static java.lang.Long logListenerEvents
public static java.lang.Long loaderSleepMs
public static boolean processListenerEvents()
public static boolean processRemoteEventsOnly()
public static boolean logListenerEvents()
public static int getLoaderSleepMs()
public static void main(java.lang.String[] args)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.