Uses of Package
com.tangosol.util.processor
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
Contains concrete
InvocableMap.EntryProcessor
implementations.-
ClassDescriptionAbstract base class for asynchronous entry processors.An
EntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor. -
ClassDescriptionAn AbstractProcessor is a partial EntryProcessor implementation that provides the default implementation of the
AbstractProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>)
method.PropertyManipulator is a reflection based ValueManipulator implementation based on the JavaBean property name conventions. -
ClassDescriptionAbstract base class for asynchronous entry processors.An AbstractProcessor is a partial EntryProcessor implementation that provides the default implementation of the
AbstractProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>)
method.PreloadRequest is a simple EntryProcessor that performs aEntry.getValue
call.PropertyProcessor is a base class for EntryProcessor implementations that depend on a ValueManipulator.