Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

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