public interface PRDistributedObjectManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
<T extends java.io.Serializable> |
containsDistributedMap(java.lang.String aCategory,
java.lang.Class<T> aObjectClass,
int maxObjectSize)
Checks if the requested map is present in the cluster.
Warning: Currently this functionality is supported only for Hazelcast clusters and not supported for other clusters. |
<T extends java.io.Serializable> |
getDistributedMap(java.lang.String aCategory,
java.lang.Class<T> aObjectClass,
int maxObjectSize)
Gets the requested map from the cluster if it is present, else creates it in the cluster.
Warning: Currently this functionality is supported only for Hazelcast clusters and not supported for other clusters. |
static final java.lang.String COPYRIGHT
static final java.lang.String VERSION
<T extends java.io.Serializable> PRDistributedMap getDistributedMap(java.lang.String aCategory, java.lang.Class<T> aObjectClass, int maxObjectSize)
aCategory - - category of the distributed mapaObjectClass - - class to be stored in the mapmaxObjectSize - - the projected maximum size of any individual stored object<T extends java.io.Serializable> boolean containsDistributedMap(java.lang.String aCategory,
java.lang.Class<T> aObjectClass,
int maxObjectSize)
aCategory - aObjectClass - maxObjectSize - Copyright © 2015 Pegasystems Inc. All Rights Reserved.