Interface StoreInternal.RaftMetaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
StoreInternal.RaftMeta, StoreInternal.RaftMeta.Builder
Enclosing class:
StoreInternal

public static interface StoreInternal.RaftMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 applied_index = 3;
    long
    int64 region_id = 1;
    long
    int64 term = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRegionId

      long getRegionId()
      int64 region_id = 1;
      Returns:
      The regionId.
    • getTerm

      long getTerm()
      int64 term = 2;
      Returns:
      The term.
    • getAppliedIndex

      long getAppliedIndex()
      int64 applied_index = 3;
      Returns:
      The appliedIndex.