Click or drag to resize

Tangosol.Util.Processor Namespace

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Contains various processor implementations.
Classes
  ClassDescription
Public classAbstractClusterProcessor Obsolete.
Base class for entry processors that may only be executed within the cluster.
Public classAbstractProcessor
An AbstractProcessor is a partial IEntryProcessor implementation that provides the default implementation of the ProcessAll(ICollection) method.
Public classCompositeProcessor
The CompositeProcessor represents a collection of entry processors that are invoked sequentially against the same entry.
Public classConditionalProcessor
Conditional entry processor represents a processor that is invoked conditionally based on the result of an entry evaluation.
Public classConditionalPut
ConditionalPut is an IEntryProcessor that sets Valueif the specified condition is satisfied.
Public classConditionalPutAll
ConditionalPutAll is an IEntryProcessor that sets Value for multiple entries that satisfy the specified condition.
Public classConditionalRemove
ConditionalRemove is an IEntryProcessor that performs an Remove(Boolean) operation if the specified condition is satisfied.
Public classExtractorProcessor
ExtractorProcessor is an IEntryProcessor implementations that extracts a value from an object cached in an IInvocableCache.
Public classNumberIncrementor
The NumberIncrementor entry processor is used to increment a property value of a Byte, Int16, Int32, Int64, Single, Double and Decimal type.
Public classNumberMultiplier
The NumberMultiplier entry processor is used to multiply a property value of a Byte, Int16, Int32, Int64, Single, Double, BigInteger and BigDecimal type.
Public classPreloadRequest
PreloadRequest is a simple IEntryProcessor that gets an Value property.
Public classPriorityProcessor
PriorityProcessor is used to explicitly control the scheduling priority and timeouts for execution of IEntryProcessor -based methods.
Public classPropertyManipulator
PropertyManipulator is a reflection based IValueManipulator implementation.
Public classPropertyProcessor
PropertyProcessor is a base class for IEntryProcessor implementations that depend on a PropertyManipulator.
Public classUpdaterProcessor
UpdaterProcessor is an IEntryProcessor implementations that updates an attribute of an object cached in an IInvocableCache.
Public classVersionedPut
VersionedPut is an IEntryProcessor that assumes that entry values implement IVersionable interface and sets an Value property if and only if the version of the specified value matches to the version of the current value.
Public classVersionedPutAll
VersionedPutAll is an IEntryProcessor that assumes that entry values implement IVersionable interface and sets an Value proprty only for entries whose versions match to versions of the corresponding current values.