Click or drag to resize

PartitionSetFormat Enumeration

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Serialization format indicator.

Namespace:  Tangosol.Net.Partition
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public enum Format
Members
  Member nameValueDescription
MarkedNone0 Indicates that no partitions are marked; MarkedNone requires no additional data.
MarkedFew1 Indicates that a small number of partitions are marked; followed by stream of packed integers indicating gaps between each marked partition, terminated with a -1.
MarkedMany2 Indicates that a large number of partitions are marked; followed by a sequence of 64-bit values sufficient to represent the cardinality of the PartitionSet.
MarkedAll3 Indicates that all partitions are marked; MarkedAll requires no additional data.
See Also