Entity
struct in Coherence.Entities
A local index for coherence entities.
Constructors
| Entity |
Fields
| Absolute | |
| ClientInitialIndex | ClientInitialIndex . |
| DefaultComparer | |
| EndOfEntities | EndOfEntities used to mark the serialized end of entities. |
| InvalidAbsolute | |
| InvalidRelative | |
| MaxRelativeID | MaxID is the highest useable ID. |
| MaxRelativeIndex | MaxIndex max ID index. |
| MaxRelativeIndices | MaxRelativeIndices is the maximum number of usable indicies. |
| MaxVersions | MaxVersions max number of times Index is reused. |
| NumIndexBits | NumIndexBits is the number of bits reqiured to serialize Index. |
| NumVersionBits | NumVersionBits is the number of bits required to serialize up to MaxVersion values. Should be Log2(MaxVersions). |
| Relative |
Properties
| Index | |
| IsAbsolute | |
| IsValid | |
| NextVersion | |
| Version |
Methods
| AssertAbsolute | |
| AssertRelative | |
| AssertSameType | |
| CompareTo | |
| Equals | |
| GetHashCode | |
| IsClientCreated | |
| ToString | |
| TypeToString |
Operators
| op_Equality | |
| op_Inequality |