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

Serialization format indicator.

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

Syntax

C#
public enum Format

Members

Member nameDescription
MarkedNone
Indicates that no partitions are marked; MarkedNone requires no additional data.
MarkedFew
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.
MarkedMany
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.
MarkedAll
Indicates that all partitions are marked; MarkedAll requires no additional data.

See Also