Interface StoreInternal.LogIndexMeta.TruncateIndexOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    int32 client_type = 1;
    long
    int64 truncate_index = 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

    • getClientType

      int getClientType()
      int32 client_type = 1;
      Returns:
      The clientType.
    • getTruncateIndex

      long getTruncateIndex()
      int64 truncate_index = 2;
      Returns:
      The truncateIndex.