Package | Description |
---|---|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.util |
Contains various generic utilities.
|
com.tangosol.util.processor |
Contains concrete
InvocableMap.EntryProcessor
implementations. |
Class and Description |
---|
AbstractAsynchronousProcessor
Abstract base class for asynchronous entry processors.
|
AsynchronousProcessor
An
EntryProcessor wrapper class that allows for
an asynchronous invocation of the underlying processor. |
Class and Description |
---|
AbstractProcessor
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. |
PropertyManipulator
PropertyManipulator is a reflection based ValueManipulator implementation
based on the JavaBean property name conventions.
|
Class and Description |
---|
AbstractAsynchronousProcessor
Abstract base class for asynchronous entry processors.
|
AbstractProcessor
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
PreloadRequest is a simple EntryProcessor that performs a
Entry.getValue
call. |
PropertyProcessor
PropertyProcessor is a base class for EntryProcessor implementations that
depend on a ValueManipulator.
|