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
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