Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
PartitionSet is a light-weight data structure that represents a set of partitions that are used in parallel processing. This set quite often accompanies a result of partial parallel execution and is used to determine whether or not the entire set of partitions was successfully processed. Note that all PartitionSet operations that take another set as an argument assume that both sets have the same partition count. tb 2011.05.26Coherence 3.7.1

Namespace: Tangosol.Net.Partition
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public class PartitionSet : IPortableObject

Inheritance Hierarchy

System..::..Object
  Tangosol.Net.Partition..::..PartitionSet

See Also