public class CachePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
dataPolicyAttribute
(String) Attribute to use for dataPolicy.
|
static java.lang.Long |
entryIdleTimeoutAction |
static java.lang.Long |
entryIdleTimeoutSec |
static java.lang.Long |
entryTTLAction |
static java.lang.Long |
entryTTLSec
(int) Entry time to live in seconds.
|
static java.lang.Long |
interestPolicyAttribute
(String) Attribute to use for interstPolicy.
|
static java.lang.Long |
keyValueWaitTime
(long) The limit in seconds for how long the test will wait for containsKey or
containsValueForKey to become true when the test expects them to become true
|
static java.lang.Long |
mirrorAttribute
(String) Attribute to use for mirroring.
|
static java.lang.Long |
regionIdleTimeoutAction |
static java.lang.Long |
regionIdleTimeoutSec |
static java.lang.Long |
regionTTLAction |
static java.lang.Long |
regionTTLSec
(int) Region time to live in seconds.
|
static java.lang.Long |
scopeAttribute
(String) Attribute to use for scope.
|
static java.lang.Long |
searchTimeout
Used for net search timeout
|
static java.lang.Long |
useDeclarativeXmlFile
(int) True if the region should be created using a declarative xml file,
false if the region should be created programmatically.
|
| Constructor and Description |
|---|
CachePrms() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long scopeAttribute
public static java.lang.Long mirrorAttribute
public static java.lang.Long dataPolicyAttribute
public static java.lang.Long interestPolicyAttribute
public static java.lang.Long keyValueWaitTime
public static java.lang.Long regionTTLSec
public static java.lang.Long regionTTLAction
public static java.lang.Long regionIdleTimeoutSec
public static java.lang.Long regionIdleTimeoutAction
public static java.lang.Long entryTTLSec
public static java.lang.Long entryTTLAction
public static java.lang.Long entryIdleTimeoutSec
public static java.lang.Long entryIdleTimeoutAction
public static java.lang.Long searchTimeout
public static java.lang.Long useDeclarativeXmlFile
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.