public class CachePrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static Long |
dataPolicyAttribute
(String) Attribute to use for dataPolicy.
|
static Long |
entryIdleTimeoutAction |
static Long |
entryIdleTimeoutSec |
static Long |
entryTTLAction |
static Long |
entryTTLSec
(int) Entry time to live in seconds.
|
static Long |
interestPolicyAttribute
(String) Attribute to use for interstPolicy.
|
static 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 Long |
mirrorAttribute
(String) Attribute to use for mirroring.
|
static Long |
regionIdleTimeoutAction |
static Long |
regionIdleTimeoutSec |
static Long |
regionTTLAction |
static Long |
regionTTLSec
(int) Region time to live in seconds.
|
static Long |
scopeAttribute
(String) Attribute to use for scope.
|
static Long |
searchTimeout
Used for net search timeout
|
static 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() |
public static Long scopeAttribute
public static Long mirrorAttribute
public static Long dataPolicyAttribute
public static Long interestPolicyAttribute
public static Long keyValueWaitTime
public static Long regionTTLSec
public static Long regionTTLAction
public static Long regionIdleTimeoutSec
public static Long regionIdleTimeoutAction
public static Long entryTTLSec
public static Long entryTTLAction
public static Long entryIdleTimeoutSec
public static Long entryIdleTimeoutAction
public static Long searchTimeout
public static Long useDeclarativeXmlFile
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.