Class CoordinatorInternalOuterClass.KvIndexInternal

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
dingodb.pb.coordinator_internal.CoordinatorInternalOuterClass.KvIndexInternal
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CoordinatorInternalOuterClass.KvIndexInternalOrBuilder, Serializable
Enclosing class:
CoordinatorInternalOuterClass

public static final class CoordinatorInternalOuterClass.KvIndexInternal extends com.google.protobuf.GeneratedMessageV3 implements CoordinatorInternalOuterClass.KvIndexInternalOrBuilder
 keyIndex stores the revisions of a key in the backend.
 Each keyIndex has at least one key generation.
 Each generation might have several key versions.
 Tombstone on a key appends an tombstone version at the end
 of the current generation and creates a new empty generation.
 Each version of a key has an index pointing to the backend.
 
Protobuf type dingodb.pb.coordinator_internal.KvIndexInternal
See Also: