Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

ConditionalPutAll is an IEntryProcessor that sets Value for multiple entries that satisfy the specified condition.

Namespace:  Tangosol.Util.Processor
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public class ConditionalPutAll : AbstractProcessor, 
	IPortableObject

Remarks

Obviously, using more specific, fine-tuned filters may provide additional flexibility and efficiency allowing the multi-put operations to be performed conditionally on values of specific attributes (or even calculations) instead of a simple existence check.

Inheritance Hierarchy

System..::.Object
  Tangosol.Util.Processor..::.AbstractProcessor
    Tangosol.Util.Processor..::.ConditionalPutAll

See Also