Uses of Class
com.tangosol.util.processor.AbstractProcessor
Packages that use AbstractProcessor
Package
Description
Contains various generic utilities.
Contains concrete 
InvocableMap.EntryProcessor
 implementations.- 
Uses of AbstractProcessor in com.tangosol.utilSubclasses of AbstractProcessor in com.tangosol.utilModifier and TypeClassDescriptionstatic classAn implementation of an EntryProcessor that does nothing and returns Boolean.TRUE as a result of execution.
- 
Uses of AbstractProcessor in com.tangosol.util.processorSubclasses of AbstractProcessor in com.tangosol.util.processorModifier and TypeClassDescriptionclassCompositeProcessor<K,V> The CompositeProcessor represents a collection of entry processors that are invoked sequentially against the same Entry.classConditionalProcessor<K,V, T> Conditional entry processor represents a processor that is invoked conditionally based on the result of an entry evaluation.classConditionalPut<K,V> ConditionalPut is an EntryProcessor that performs anEntry.setValueoperation if the specified condition is satisfied.classConditionalPutAll<K,V> ConditionalPutAll is an EntryProcessor that performs aEntry.setValueoperation for multiple entries that satisfy the specified condition.classConditionalRemove<K,V> ConditionalRemove is an EntryProcessor that performs anEntry.removeoperation if the specified condition is satisfied.classExtractorProcessor<K,V, T, E> ExtractorProcessor is an EntryProcessor implementations that extracts a value from an object cached in an InvocableMap.classNumberIncrementor<K,V, N extends Number> The NumberIncrementor entry processor is used to increment a property value of aNumbertype.classNumberMultiplier<K,V, N extends Number> The NumberMultiplier entry processor is used to multiply a property value of aNumbertype.classPreloadRequest<K,V> PreloadRequest is a simple EntryProcessor that performs aEntry.getValuecall.classPropertyProcessor<K,V, R> PropertyProcessor is a base class for EntryProcessor implementations that depend on a ValueManipulator.classUpdaterProcessor<K,V, T> UpdaterProcessor is an EntryProcessor implementations that updates an attribute of an object cached in an InvocableMap.classVersionedPut<K,V extends Versionable> VersionedPut is an EntryProcessor that assumes that entry values implementVersionableinterface and performs anEntry.setValueoperation if and only if the version of the specified value matches to the version of the current value.classVersionedPutAll<K,V extends Versionable> VersionedPutAll is an EntryProcessor that assumes that entry values implementVersionableinterface and performs anEntry.setValueoperation only for entries whose versions match to versions of the corresponding current values.