See: Description
Interface | Description |
---|---|
QueryCondition<K,V> |
A query condition required by
NamedMap.executeParallelQuery(QueryCondition) |
Class | Description |
---|---|
BulkLoader<K,V> |
This class is used to efficiently bulk put objects into the
NamedMap . |
NamedMap<K,V> |
An implementation of the
ConcurrentMap which uses ScaleOut StateServer to store keys
and values. |
NamedMapFactory |
This class contains static methods for acquiring
NamedMap objects. |
NamedMapInvokable<KEY,VALUE,PARAMETER,RESULT> |
Base class for implementing parallel invocations, which are executed on all keys in the map across
the cluster in a distributed manner.
|
NamedMapInvokableContext<K,V> |
A context used by
NamedMapInvokable.evalPartialKeySet(NamedMapInvokableContext, Object) ,
to iterate through keys and perform an operation on the current key. |
Enum | Description |
---|---|
AvailabilityMode |
This enum controls whether the in-memory data grid should create object replicas of the named
map contents on multiple hosts.
|
ReturnBehavior |
This enum defines whether
NamedMap.put(Object, Object) and NamedMap.remove(Object) methods
should return the previous value associated with the key. |
NamedMap
), use
NamedMapFactory.getMap(java.lang.String)
.