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 | |
MaxID | MaxID is the highest useable ID. |
MaxIndex | MaxIndex max ID index. |
MaxIndices | MaxIndices 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 |