| Classes | |
| class | AbstractClusterProcessor | 
| Base class for entry processors that may only be executed within the cluster.  More... | |
| class | AbstractProcessor | 
| An AbstractProcessor is a partial EntryProcessor implementation that provides the default implementation of the processAll method.  More... | |
| class | CompositeProcessor | 
| The CompositeProcessor represents a collection of entry processors that are invoked sequentially against the same Entry.  More... | |
| class | ConditionalProcessor | 
| Conditional entry processor represents a processor that is invoked conditionally based on the result of an entry evaluation.  More... | |
| class | ConditionalPut | 
| ConditionalPut is an EntryProcessor that performs an InvocableMap::Entry::setValue operation if the specified condition is satisfied.  More... | |
| class | ConditionalPutAll | 
| ConditionalPutAll is an EntryProcessor that performs a InvocableMap::Entry::setValue Entry.setValue} operation for multiple entries that satisfy the specified condition.  More... | |
| class | ConditionalRemove | 
| ConditionalRemove is an EntryProcessor that performs an InvocableMap::Entry::remove Entry.remove operation if the specified condition is satisfied.  More... | |
| class | ExtractorProcessor | 
| ExtractorProcessor is an EntryProcessor implementations that extracts a value from an object cached in an InvocableMap.  More... | |
| class | NumberIncrementor | 
| The NumberIncrementor entry processor is used to increment a property value of a Number type.  More... | |
| class | NumberMultiplier | 
| The NumberMultiplier entry processor is used to multiply a property value of a Number type.  More... | |
| class | PreloadRequest | 
| PreloadRequest is a simple EntryProcessor that performs a InvocableMap::Entry::getValue() call.  More... | |
| class | PriorityProcessor | 
| PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.  More... | |
| class | PropertyManipulator | 
| PropertyManipulator is a reflection based ValueManipulator implementation based on the JavaBean property name conventions.  More... | |
| class | PropertyProcessor | 
| PropertyProcessor is a base class for EntryProcessor implementations that depend on a ValueManipulator.  More... | |
| class | UpdaterProcessor | 
| UpdaterProcessor is an EntryProcessor implementations that updates an attribute of an object cached in an InvocableMap.  More... | |
| class | VersionedPut | 
| VersionedPut is an EntryProcessor that assumes that entry values implement Versionable interface and performs an InvocableMap::Entry::setValue operation if and only if the version of the specified value matches to the version of the current value.  More... | |
| class | VersionedPutAll | 
| VersionedPutAll is an EntryProcessor that assumes that entry values implement Versionable interface and performs an InvocableMap::Entry::setValue operation only for entries whose versions match to versions of the corresponding current values.  More... | |