@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) @Deprecated public @interface Distributed
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
asyncDestroy
Deprecated.
A value of true enables asynchronous destroys.
|
boolean |
asyncWrite
Deprecated.
A value of true enables asynchronous writes.
|
CacheGroup |
cacheGroup
Deprecated.
Cache groups provide support for pushing cache data
to a configured cache group by mapping the cache group to a
set of network nodes.
|
long |
cacheTimeSeconds
Deprecated.
Refresh time in seconds.
|
Distributed.CacheType |
cacheType
Deprecated.
The cache policy controls when cached data is considered
stale and should be read from the node on which the object
was created.
|
DirectedCreate |
directedCreate
Deprecated.
Directed create causes all object creates to be directed
to the node indicated by nodeName.
|
public abstract Distributed.CacheType cacheType
public abstract long cacheTimeSeconds
public abstract boolean asyncWrite
public abstract boolean asyncDestroy
public abstract CacheGroup cacheGroup
public abstract DirectedCreate directedCreate