Uses of Package
com.tangosol.util.processor
Packages that use com.tangosol.util.processor
Package
Description
Contains classes providing various caching strategies.
Contains various generic utilities.
Contains concrete
InvocableMap.EntryProcessor
implementations.-
Classes in com.tangosol.util.processor used by com.tangosol.net.cacheClassDescriptionAbstract base class for asynchronous entry processors.An
EntryProcessorwrapper class that allows for an asynchronous invocation of the underlying processor. -
Classes in com.tangosol.util.processor used by com.tangosol.utilClassDescriptionAn 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. -
Classes in com.tangosol.util.processor used by com.tangosol.util.processorClassDescriptionAbstract 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.getValuecall.PropertyProcessor is a base class for EntryProcessor implementations that depend on a ValueManipulator.