PartitionSetFormat Enumeration |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Serialization format indicator.
Namespace:
Tangosol.Net.Partition
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
Members
| Member name | Value | Description |
---|
| MarkedNone | 0 |
Indicates that no partitions are marked;
MarkedNone requires no additional data.
|
| MarkedFew | 1 |
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 | 2 |
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 | 3 |
Indicates that all partitions are marked;
MarkedAll requires no additional data.
|
See Also