Uses of Package
com.tangosol.util.processor
-
Packages that use com.tangosol.util.processor Package Description com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.util Contains various generic utilities.com.tangosol.util.processor Contains concreteInvocableMap.EntryProcessor
implementations. -
Classes in com.tangosol.util.processor used by com.tangosol.net.cache Class Description AbstractAsynchronousProcessor Abstract base class for asynchronous entry processors.AsynchronousProcessor AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor. -
Classes in com.tangosol.util.processor used by com.tangosol.util Class Description AbstractProcessor An AbstractProcessor is a partial EntryProcessor implementation that provides the default implementation of theAbstractProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>)
method.PropertyManipulator 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.processor Class Description AbstractAsynchronousProcessor Abstract base class for asynchronous entry processors.AbstractProcessor An AbstractProcessor is a partial EntryProcessor implementation that provides the default implementation of theAbstractProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>)
method.PreloadRequest PreloadRequest is a simple EntryProcessor that performs aEntry.getValue
call.PropertyProcessor PropertyProcessor is a base class for EntryProcessor implementations that depend on a ValueManipulator.