Show / Hide Table of Contents

Enum PartitionSet.Format

Serialization format indicator.

Namespace: Tangosol.Net.Partition
Assembly: Coherence.dll
Syntax
public enum PartitionSet.Format

Fields

Name Description
MarkedAll

Indicates that all partitions are marked; MarkedAll 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.

MarkedNone

Indicates that no partitions are marked; MarkedNone requires no additional data.

In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.