Uses of Interface
com.tangosol.util.InvocableMap.EntryProcessor
Packages that use InvocableMap.EntryProcessor
Package
Description
Support for adapting Coherence interceptors to standard CDI events.
Classes to allow submission of tasks to the grid for execution.
EntryProcessors used by the Coherence Executor Service.
This package contains
StatementBuilder
implementations.Contains classes related to REST-based entry processing.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes related to PartitionedCache events within the Coherence
Live Event Model.
Contains various generic utilities.
Contains concrete
InvocableMap.EntryProcessor
implementations.-
Uses of InvocableMap.EntryProcessor in com.oracle.coherence.cdi.events
Methods in com.oracle.coherence.cdi.events that return types with arguments of type InvocableMap.EntryProcessorModifier and TypeMethodDescriptionClass
<? extends InvocableMap.EntryProcessor> Processor.Literal.value()
The processor class.Method parameters in com.oracle.coherence.cdi.events with type arguments of type InvocableMap.EntryProcessorModifier and TypeMethodDescriptionstatic Processor.Literal
Processor.Literal.of
(Class<? extends InvocableMap.EntryProcessor> clzProcessor) Create aProcessor.Literal
. -
Uses of InvocableMap.EntryProcessor in com.oracle.coherence.concurrent.executor
Classes in com.oracle.coherence.concurrent.executor that implement InvocableMap.EntryProcessorModifier and TypeClassDescriptionstatic class
AnInvocableMap.EntryProcessor
which updates an assignment due to an assignmentExecutionPlan.Action
.static class
AnInvocableMap.EntryProcessor
to compare and set the state of aClusteredAssignment
, returning the previous state.static class
AnInvocableMap.EntryProcessor
to compare and set the state of aClusteredExecutorInfo
, returning the previous state.static class
AnInvocableMap.EntryProcessor
to update the last update timestamp of aClusteredExecutorInfo
.static class
AnInvocableMap.EntryProcessor
to update the state of anTaskExecutorService.ExecutorInfo
.static class
ClusteredProperties.SetPropertyValueProcessor<K extends Serializable, V extends Serializable>
AnInvocableMap.EntryProcessor
for inserting/updatingClusteredProperties.PropertyKey
/ClusteredProperties.PropertyValue
mappings.static class
AnInvocableMap.EntryProcessor
to terminate a runningTask
.static class
AClusteredTaskManager.ChainedProcessor
executes zero or more containedInvocableMap.EntryProcessor
s in sequence against a singleInvocableMap.Entry
as a single transaction.static class
AnInvocableMap.EntryProcessor
to notify theTask
that an event has occurred which requires theExecutionStrategy
to be re-evaluated.static class
static class
Handles updating theClusteredTaskManager
appropriately if the task is being retained after execution.static class
AnInvocableMap.EntryProcessor
to compare and set the action of aExecutionPlan
for a givenExecutor
.static class
AnPortableAbstractProcessor
to update the collected result for aTask
.static class
AnInvocableMap.EntryProcessor
to update a contributedResult
for a specificExecutor
, returningtrue
if the update was successful,false
otherwise.static class
AnInvocableMap.EntryProcessor
to update theExecutionPlan
for aTask
after theExecutionStrategy
has been evaluated.class
PortableAbstractProcessor<K,
V, R> A portableAbstractProcessor
. a convenience interface for implementations having no properties to serialize.Fields in com.oracle.coherence.concurrent.executor with type parameters of type InvocableMap.EntryProcessorModifier and TypeFieldDescriptionprotected ArrayList
<InvocableMap.EntryProcessor> ClusteredTaskManager.ChainedProcessor.m_listProcessors
InvocableMap.EntryProcessor
s to be invoked in list-order.Methods in com.oracle.coherence.concurrent.executor with parameters of type InvocableMap.EntryProcessorModifier and TypeMethodDescriptionClusteredTaskManager.ChainedProcessor.andThen
(InvocableMap.EntryProcessor<String, ClusteredTaskManager, ?> processor) Adds anotherInvocableMap.EntryProcessor
to theClusteredTaskManager.ChainedProcessor
. -
Uses of InvocableMap.EntryProcessor in com.oracle.coherence.concurrent.executor.processors
Classes in com.oracle.coherence.concurrent.executor.processors that implement InvocableMap.EntryProcessorModifier and TypeClassDescriptionclass
LocalOnlyProcessor<K,
V, R> AnInvocableMap.EntryProcessor
that invokes anotherInvocableMap.EntryProcessor
only onMap.Entry
s that are located in the process that created theLocalOnlyProcessor
.Fields in com.oracle.coherence.concurrent.executor.processors declared as InvocableMap.EntryProcessorModifier and TypeFieldDescriptionprotected InvocableMap.EntryProcessor
<K, V, R> LocalOnlyProcessor.m_processor
TheInvocableMap.EntryProcessor
to invoke.Methods in com.oracle.coherence.concurrent.executor.processors with parameters of type InvocableMap.EntryProcessorModifier and TypeMethodDescriptionstatic <K,
V, R> LocalOnlyProcessor <K, V, R> LocalOnlyProcessor.of
(InvocableMap.EntryProcessor<K, V, R> processor) Creates aLocalOnlyProcessor
for the specifiedInvocableMap.EntryProcessor
.Constructors in com.oracle.coherence.concurrent.executor.processors with parameters of type InvocableMap.EntryProcessorModifierConstructorDescriptionLocalOnlyProcessor
(InvocableMap.EntryProcessor<K, V, R> processor) Constructs aLocalOnlyProcessor
for the specifiedInvocableMap.EntryProcessor
. -
Uses of InvocableMap.EntryProcessor in com.oracle.coherence.grpc.proxy.common.v0
Methods in com.oracle.coherence.grpc.proxy.common.v0 that return InvocableMap.EntryProcessorModifier and TypeMethodDescriptionprotected InvocableMap.EntryProcessor
<Binary, Binary, Binary> BaseNamedCacheServiceImpl.castProcessor
(InvocableMap.EntryProcessor<Binary, Binary, ?> ep) Methods in com.oracle.coherence.grpc.proxy.common.v0 with parameters of type InvocableMap.EntryProcessorModifier and TypeMethodDescriptionprotected InvocableMap.EntryProcessor
<Binary, Binary, Binary> BaseNamedCacheServiceImpl.castProcessor
(InvocableMap.EntryProcessor<Binary, Binary, ?> ep) -
Uses of InvocableMap.EntryProcessor in com.tangosol.coherence.dslquery.statement
Fields in com.tangosol.coherence.dslquery.statement declared as InvocableMap.EntryProcessorModifier and TypeFieldDescriptionprotected final InvocableMap.EntryProcessor
UpdateStatementBuilder.UpdateStatement.f_processor
TheInvocableMap.EntryProcessor
that will perform the "update" command.Constructors in com.tangosol.coherence.dslquery.statement with parameters of type InvocableMap.EntryProcessorModifierConstructorDescriptionUpdateStatement
(String sCache, Filter filter, InvocableMap.EntryProcessor processor) Construct a UpdateStatement that will update the specified cache. -
Uses of InvocableMap.EntryProcessor in com.tangosol.coherence.rest.util.processor
Methods in com.tangosol.coherence.rest.util.processor that return InvocableMap.EntryProcessorModifier and TypeMethodDescriptionprotected InvocableMap.EntryProcessor
DefaultProcessorFactory.createProcessor
(String sProperty) Create and initialize a new processor instance.DefaultProcessorFactory.getProcessor
(String... asArgs) Return a processor instantiated by calling a processor class constructor.NumberIncrementorFactory.getProcessor
(String... asArgs) Returns a processor instance.NumberMultiplierFactory.getProcessor
(String... asArgs) Returns a processor instance.ProcessorFactory.getProcessor
(String... asArgs) Returns a processor instance.ProcessorRegistry.getProcessor
(String sRequest) Returns a configured processor. -
Uses of InvocableMap.EntryProcessor in com.tangosol.net
Methods in com.tangosol.net with parameters of type InvocableMap.EntryProcessorModifier and TypeMethodDescription<R> CompletableFuture
<R> AsyncNamedMap.invoke
(K key, InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against the Entry specified by the passed key asynchronously, returning aCompletableFuture
that can be used to obtain the result of the invocation.<R> CompletableFuture
<Map<K, R>> AsyncNamedMap.invokeAll
(Filter<?> filter, InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter asynchronously, returning aCompletableFuture
that can be used to obtain the result of the invocation for each entry.default <R> CompletableFuture
<Void> AsyncNamedMap.invokeAll
(Filter<?> filter, InvocableMap.EntryProcessor<K, V, R> processor, BiConsumer<? super K, ? super R> callback) Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter asynchronously, returning aCompletableFuture
that can be used to determine if the operation completed successfully.<R> CompletableFuture
<Void> AsyncNamedMap.invokeAll
(Filter<?> filter, InvocableMap.EntryProcessor<K, V, R> processor, Consumer<? super Map.Entry<? extends K, ? extends R>> callback) Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter asynchronously, returning aCompletableFuture
that can be used to determine if the operation completed successfully.default <R> CompletableFuture
<Map<K, R>> AsyncNamedMap.invokeAll
(InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against all the entries asynchronously, returning aCompletableFuture
that can be used to obtain the result of the invocation for each entry.default <R> CompletableFuture
<Void> AsyncNamedMap.invokeAll
(InvocableMap.EntryProcessor<K, V, R> processor, BiConsumer<? super K, ? super R> callback) Invoke the passed EntryProcessor against all the entries asynchronously, returning aCompletableFuture
that can be used to determine if the operation completed successfully.default <R> CompletableFuture
<Void> AsyncNamedMap.invokeAll
(InvocableMap.EntryProcessor<K, V, R> processor, Consumer<? super Map.Entry<? extends K, ? extends R>> callback) Invoke the passed EntryProcessor against all the entries asynchronously, returning aCompletableFuture
that can be used to determine if the operation completed successfully.<R> CompletableFuture
<Map<K, R>> AsyncNamedMap.invokeAll
(Collection<? extends K> collKeys, InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against the entries specified by the passed keys asynchronously, returning aCompletableFuture
that can be used to obtain the result of the invocation for each entry.default <R> CompletableFuture
<Void> AsyncNamedMap.invokeAll
(Collection<? extends K> collKeys, InvocableMap.EntryProcessor<K, V, R> processor, BiConsumer<? super K, ? super R> callback) Invoke the passed EntryProcessor against the entries specified by the passed keys asynchronously, returning aCompletableFuture
that can be used to determine if the operation completed successfully.<R> CompletableFuture
<Void> AsyncNamedMap.invokeAll
(Collection<? extends K> collKeys, InvocableMap.EntryProcessor<K, V, R> processor, Consumer<? super Map.Entry<? extends K, ? extends R>> callback) Invoke the passed EntryProcessor against the entries specified by the passed keys asynchronously, returning aCompletableFuture
that can be used to determine if the operation completed successfully. -
Uses of InvocableMap.EntryProcessor in com.tangosol.net.cache
Classes in com.tangosol.net.cache that implement InvocableMap.EntryProcessorModifier and TypeClassDescriptionprotected class
Wraps anAsynchronousProcessor
to ensure the result of the EntryProcessor execution is deserialized prior to passing to the provided AsynchronousProcessor.Methods in com.tangosol.net.cache that return InvocableMap.EntryProcessorModifier and TypeMethodDescriptionprotected InvocableMap.EntryProcessor
ContinuousQueryCache.ensureConverted
(InvocableMap.EntryProcessor processor) Wrap anyAsynchronousProcessor
instances with a custom wrapper to perform conversion of result returned by the processor.ContinuousQueryCache.ConverterAsynchronousProcessor.getProcessor()
Methods in com.tangosol.net.cache with parameters of type InvocableMap.EntryProcessorModifier and TypeMethodDescriptionprotected InvocableMap.EntryProcessor
ContinuousQueryCache.ensureConverted
(InvocableMap.EntryProcessor processor) Wrap anyAsynchronousProcessor
instances with a custom wrapper to perform conversion of result returned by the processor.<R> R
ContinuousQueryCache.invoke
(K key, InvocableMap.EntryProcessor<K, V_FRONT, R> processor) Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.<R> R
NearCache.invoke
(K key, InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.<R> R
ReadonlyNamedCache.invoke
(K key, InvocableMap.EntryProcessor<K, V, R> agent) Should not be called.<R> R
WrapperNamedCache.invoke
(K key, InvocableMap.EntryProcessor<K, V, R> agent) Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.ContinuousQueryCache.invokeAll
(Filter filter, InvocableMap.EntryProcessor<K, V_FRONT, R> processor) Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.ContinuousQueryCache.invokeAll
(Collection<? extends K> collKeys, InvocableMap.EntryProcessor<K, V_FRONT, R> processor) Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.NearCache.invokeAll
(Filter filter, InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.NearCache.invokeAll
(Collection<? extends K> collKeys, InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.ReadonlyNamedCache.invokeAll
(Filter filter, InvocableMap.EntryProcessor<K, V, R> agent) Should not be called.ReadonlyNamedCache.invokeAll
(Collection<? extends K> collKeys, InvocableMap.EntryProcessor<K, V, R> agent) Should not be called.WrapperNamedCache.invokeAll
(Filter filter, InvocableMap.EntryProcessor<K, V, R> agent) Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.WrapperNamedCache.invokeAll
(Collection<? extends K> collKeys, InvocableMap.EntryProcessor<K, V, R> agent) Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each. -
Uses of InvocableMap.EntryProcessor in com.tangosol.net.events.partition.cache
Methods in com.tangosol.net.events.partition.cache that return InvocableMap.EntryProcessorModifier and TypeMethodDescriptionEntryProcessorEvent.getProcessor()
Return theInvocableMap.EntryProcessor
associated with thisEntryProcessorEvent
. -
Uses of InvocableMap.EntryProcessor in com.tangosol.util
Classes in com.tangosol.util that implement InvocableMap.EntryProcessorModifier and TypeClassDescriptionstatic class
An implementation of an EntryProcessor that does nothing and returns Boolean.TRUE as a result of execution.Methods in com.tangosol.util that return InvocableMap.EntryProcessorModifier and TypeMethodDescriptionstatic InvocableMap.EntryProcessor
NullImplementation.getEntryProcessor()
Factory method: Obtain a null implementation of an EntryProcessor.static <K,
V> InvocableMap.EntryProcessor <K, V, V> Processors.preload()
Construct the preload request processor.static <K,
V> InvocableMap.EntryProcessor <K, V, Boolean> Processors.remove()
Construct a remove processor that unconditionally removes an InvocableMap entry.static <K,
V> InvocableMap.EntryProcessor <K, V, V> Processors.remove
(boolean fReturn) Construct a remove processor that unconditionally removes an InvocableMap entry, and optionally returns the removed value.static <K,
V> InvocableMap.EntryProcessor <K, V, Void> Processors.touch()
Construct a touch processor.Methods in com.tangosol.util with parameters of type InvocableMap.EntryProcessorModifier and TypeMethodDescriptionstatic <K,
V, R> AsynchronousProcessor <K, V, R> Processors.asynchronous
(InvocableMap.EntryProcessor<K, V, R> processor) Construct an asynchronous processor for a given processor.static <K,
V, R> AsynchronousProcessor <K, V, R> Processors.asynchronous
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId) Construct an asynchronous processor for a given processor with unit-of-order id.static <K,
V> CompositeProcessor <K, V> Processors.composite
(InvocableMap.EntryProcessor<K, V, ?>[] aProcessor) Construct a composite processor for the specified array of individual entry processors.static <K,
V, T> ConditionalProcessor <K, V, T> Processors.conditional
(Filter<V> filter, InvocableMap.EntryProcessor<K, V, T> processor) Construct a conditional processor for a specified filter and the processor.<R> CompletableFuture
<R> ConverterCollections.ConverterAsyncNamedCache.invoke
(TK key, InvocableMap.EntryProcessor<TK, TV, R> processor) <R> R
ConverterCollections.ConverterInvocableMap.invoke
(TK key, InvocableMap.EntryProcessor<TK, TV, R> agent) Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.<R> R
ConverterCollections.ConverterNamedCache.invoke
(TK key, InvocableMap.EntryProcessor<TK, TV, R> agent) Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.<R> R
InvocableMap.invoke
(K key, InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against the Entry specified by the passed key, returning the result of the invocation.<R> CompletableFuture
<Map<TK, R>> ConverterCollections.ConverterAsyncNamedCache.invokeAll
(Filter<?> filter, InvocableMap.EntryProcessor<TK, TV, R> processor) <R> CompletableFuture
<Void> ConverterCollections.ConverterAsyncNamedCache.invokeAll
(Filter<?> filter, InvocableMap.EntryProcessor<TK, TV, R> processor, Consumer<? super Map.Entry<? extends TK, ? extends R>> callback) <R> CompletableFuture
<Map<TK, R>> ConverterCollections.ConverterAsyncNamedCache.invokeAll
(Collection<? extends TK> collKeys, InvocableMap.EntryProcessor<TK, TV, R> processor) <R> CompletableFuture
<Void> ConverterCollections.ConverterAsyncNamedCache.invokeAll
(Collection<? extends TK> collKeys, InvocableMap.EntryProcessor<TK, TV, R> processor, Consumer<? super Map.Entry<? extends TK, ? extends R>> callback) ConverterCollections.ConverterInvocableMap.invokeAll
(Filter filter, InvocableMap.EntryProcessor<TK, TV, R> agent) Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.ConverterCollections.ConverterInvocableMap.invokeAll
(Collection<? extends TK> collKeys, InvocableMap.EntryProcessor<TK, TV, R> agent) Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.ConverterCollections.ConverterNamedCache.invokeAll
(Filter filter, InvocableMap.EntryProcessor<TK, TV, R> agent) Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.ConverterCollections.ConverterNamedCache.invokeAll
(Collection<? extends TK> collKeys, InvocableMap.EntryProcessor<TK, TV, R> agent) Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.InvocableMap.invokeAll
(Filter filter, InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against the set of entries that are selected by the given Filter, returning the result of the invocation for each.InvocableMap.invokeAll
(InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against all the entries, returning the result of the invocation for each.InvocableMap.invokeAll
(Collection<? extends K> collKeys, InvocableMap.EntryProcessor<K, V, R> processor) Invoke the passed EntryProcessor against the entries specified by the passed keys, returning the result of the invocation for each.static <K,
V, R> CompletableFuture <Map<K, R>> InvocableMapHelper.invokeAllAsync
(NamedCache<K, V> cache, Collection<? extends K> setKey, int nOrderId, InvocableMap.EntryProcessor<K, V, R> proc, Executor executor, BiConsumer<? super Map<? extends K, ? extends R>, ? super Throwable>... continuations) Invoke the specified EntryProcessor asynchronously.static <K,
V, R> CompletableFuture <Map<K, R>> InvocableMapHelper.invokeAllAsync
(NamedCache<K, V> cache, Collection<? extends K> setKey, ToIntFunction<K> funcOrder, InvocableMap.EntryProcessor<K, V, R> proc, Executor executor, BiConsumer<? super Map<? extends K, ? extends R>, ? super Throwable>... continuations) Invoke the specified EntryProcessor asynchronously.static <K,
V, R> CompletableFuture <Map<K, R>> InvocableMapHelper.invokeAllAsync
(NamedCache<K, V> cache, Collection<? extends K> setKey, ToIntFunction<K> funcOrder, InvocableMap.EntryProcessor<K, V, R> proc, BiConsumer<? super Map<? extends K, ? extends R>, ? super Throwable>... continuations) Invoke the specified EntryProcessor asynchronously.static <K,
V, R> Map <K, R> InvocableMapHelper.invokeAllLocked
(ConcurrentMap<K, V> map, Set<? extends InvocableMap.Entry<K, V>> setEntries, InvocableMap.EntryProcessor<K, V, R> agent) Invoke the passed EntryProcessor against the entries specified by the passed map and entries.static <K,
V, R> CompletableFuture <R> InvocableMapHelper.invokeAsync
(NamedCache<K, V> cache, K key, int nOrderId, InvocableMap.EntryProcessor<K, V, R> proc, Executor executor, BiConsumer<? super R, ? super Throwable>... continuations) Invoke the specified EntryProcessor asynchronously.static <K,
V, R> CompletableFuture <R> InvocableMapHelper.invokeAsync
(NamedCache<K, V> cache, K key, int nOrderId, InvocableMap.EntryProcessor<K, V, R> proc, BiConsumer<? super R, ? super Throwable>... continuations) Invoke the specified EntryProcessor asynchronously.static <K,
V, R> CompletableFuture <R> InvocableMapHelper.invokeAsync
(NamedCache<K, V> cache, K key, InvocableMap.EntryProcessor<K, V, R> proc) Deprecated.static <K,
V, R> R InvocableMapHelper.invokeLocked
(ConcurrentMap<K, V> map, InvocableMap.Entry<K, V> entry, InvocableMap.EntryProcessor<K, V, R> agent) Invoke the passed EntryProcessor against the specified Entry.static <K,
V, R> PriorityProcessor <K, V, R> Processors.priority
(InvocableMap.EntryProcessor<K, V, R> processor) Construct a priority processor for a given processor.static <K,
V, R> SingleEntryAsynchronousProcessor <K, V, R> Processors.singleEntryAsynchronous
(InvocableMap.EntryProcessor<K, V, R> processor) Construct a single entry asynchronous processor for a given processor.static <K,
V, R> SingleEntryAsynchronousProcessor <K, V, R> Processors.singleEntryAsynchronous
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId) Construct a single entry asynchronous for a given processor with unit-of-order id.static <K,
V, R> StreamingAsynchronousProcessor <K, V, R> Processors.streamingAsynchronous
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId, Consumer<? super Map.Entry<? extends K, ? extends R>> onPartial) Construct a streaming asynchronous processor for a given processor and one or more callbacks.static <K,
V, R> StreamingAsynchronousProcessor <K, V, R> Processors.streamingAsynchronous
(InvocableMap.EntryProcessor<K, V, R> processor, Consumer<? super Map.Entry<? extends K, ? extends R>> onPartial) Construct a streaming asynchronous processor for a given processor and one or more callbacks. -
Uses of InvocableMap.EntryProcessor in com.tangosol.util.processor
Classes in com.tangosol.util.processor that implement InvocableMap.EntryProcessorModifier and TypeClassDescriptionclass
AbstractAsynchronousProcessor<K,
V, R, T> Abstract base class for asynchronous entry processors.class
AbstractEvolvableProcessor<K,
V, R> An Evolvable AbstractProcessor that is a partial EntryProcessor implementation that provides the default implementation of theAbstractEvolvableProcessor.processAll(java.util.Set<? extends com.tangosol.util.InvocableMap.Entry<K, V>>)
method.class
AbstractProcessor<K,
V, R> 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.class
AsynchronousProcessor<K,
V, R> AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor.class
CompositeProcessor<K,
V> The CompositeProcessor represents a collection of entry processors that are invoked sequentially against the same Entry.class
ConditionalProcessor<K,
V, T> Conditional entry processor represents a processor that is invoked conditionally based on the result of an entry evaluation.class
ConditionalPut<K,
V> ConditionalPut is an EntryProcessor that performs anEntry.setValue
operation if the specified condition is satisfied.class
ConditionalPutAll<K,
V> ConditionalPutAll is an EntryProcessor that performs aEntry.setValue
operation for multiple entries that satisfy the specified condition.class
ConditionalRemove<K,
V> ConditionalRemove is an EntryProcessor that performs anEntry.remove
operation if the specified condition is satisfied.class
ExtractorProcessor<K,
V, T, E> ExtractorProcessor is an EntryProcessor implementations that extracts a value from an object cached in an InvocableMap.class
MethodInvocationProcessor<K,
V, R> An entry processor that invokes specified method on a value of a cache entry and optionally updates the entry with a modified value.class
NumberIncrementor<K, V, N extends Number>
The NumberIncrementor entry processor is used to increment a property value of aNumber
type.class
NumberMultiplier<K, V, N extends Number>
The NumberMultiplier entry processor is used to multiply a property value of aNumber
type.class
PreloadRequest<K,
V> PreloadRequest is a simple EntryProcessor that performs aEntry.getValue
call.class
PriorityProcessor<K,
V, T> PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of EntryProcessor-based methods.class
PropertyProcessor<K,
V, R> PropertyProcessor is a base class for EntryProcessor implementations that depend on a ValueManipulator.class
ScriptProcessor<K,
V, R> ScriptProcessor is anInvocableMap.EntryProcessor
that wraps a script written in one of the languages supported by Graal VM.class
AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor against a single cache entry.class
AnEntryProcessor
wrapper class that allows for an asynchronous invocation of the underlying processor.class
TouchProcessor<K,
V, R> Touches an entry (if present) in order to trigger interceptor re-evaluation and possibly increment expiry time.class
UpdaterProcessor<K,
V, T> UpdaterProcessor is an EntryProcessor implementations that updates an attribute of an object cached in an InvocableMap.class
VersionedPut<K, V extends Versionable>
VersionedPut is an EntryProcessor that assumes that entry values implementVersionable
interface and performs anEntry.setValue
operation if and only if the version of the specified value matches to the version of the current value.class
VersionedPutAll<K, V extends Versionable>
VersionedPutAll is an EntryProcessor that assumes that entry values implementVersionable
interface and performs anEntry.setValue
operation only for entries whose versions match to versions of the corresponding current values.Fields in com.tangosol.util.processor declared as InvocableMap.EntryProcessorModifier and TypeFieldDescriptionprotected final InvocableMap.EntryProcessor
<K, V, R> AbstractAsynchronousProcessor.f_processor
The underlying entry processor.protected InvocableMap.EntryProcessor<K,
V, ?>[] CompositeProcessor.m_aProcessor
The underlying entry processor array.protected InvocableMap.EntryProcessor
<K, V, T> ConditionalProcessor.m_processor
The underlying entry processor.Methods in com.tangosol.util.processor that return InvocableMap.EntryProcessorModifier and TypeMethodDescriptionAbstractAsynchronousProcessor.getProcessor()
Obtain the underlying entry processor.PriorityProcessor.getProcessor()
Obtain the underlying processor.Constructors in com.tangosol.util.processor with parameters of type InvocableMap.EntryProcessorModifierConstructorDescriptionprotected
AbstractAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId) Construct AbstractAsynchronousProcessor instance.protected
AbstractAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId, Executor executor) Construct AbstractAsynchronousProcessor instance.AsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor) Construct an AsynchronousProcessor for a given processor.AsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId) Construct an AsynchronousProcessor for a given processor.AsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId, Executor executor) Construct an AsynchronousProcessor for a given processor.AsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, Executor executor) Construct an AsynchronousProcessor for a given processor.CompositeProcessor
(InvocableMap.EntryProcessor<K, V, ?>[] aProcessor) Construct a CompositeProcessor for the specified array of individual entry processors.ConditionalProcessor
(Filter<V> filter, InvocableMap.EntryProcessor<K, V, T> processor) Construct a ConditionalProcessor for the specified filter and the processor.PriorityProcessor
(InvocableMap.EntryProcessor<K, V, T> processor) Construct a PriorityProcessor.SingleEntryAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor) Construct a SingleEntryAsynchronousProcessor for a given processor.SingleEntryAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId) Construct a SingleEntryAsynchronousProcessor for a given processor.SingleEntryAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId, Executor executor) Construct a SingleEntryAsynchronousProcessor for a given processor.SingleEntryAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, Executor executor) Construct a SingleEntryAsynchronousProcessor for a given processor.StreamingAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId, Consumer<? super Map.Entry<? extends K, ? extends R>> onPartial) Construct a StreamingAsynchronousProcessor for a given processor and one or more callbacks.StreamingAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, int iUnitOrderId, Consumer<? super Map.Entry<? extends K, ? extends R>> onPartial, Executor executor) Construct a StreamingAsynchronousProcessor for a given processor and one or more callbacks.StreamingAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, Consumer<? super Map.Entry<? extends K, ? extends R>> onPartial) Construct a StreamingAsynchronousProcessor for a given processor and one or more callbacks.StreamingAsynchronousProcessor
(InvocableMap.EntryProcessor<K, V, R> processor, Consumer<? super Map.Entry<? extends K, ? extends R>> onPartial, Executor executor) Construct a StreamingAsynchronousProcessor for a given processor and one or more callbacks.
InvocableMapHelper.invokeAsync(NamedCache, Object, int, InvocableMap.EntryProcessor, BiConsumer[])
.