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