Interface Debug.DebugResponse.RaftLogMeta.TruncatePrefixOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Debug.DebugResponse.RaftLogMeta.TruncatePrefix, Debug.DebugResponse.RaftLogMeta.TruncatePrefix.Builder
Enclosing class:
Debug.DebugResponse.RaftLogMeta

public static interface Debug.DebugResponse.RaftLogMeta.TruncatePrefixOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string client_type = 1;
    com.google.protobuf.ByteString
    string client_type = 1;
    long
    int64 trucate_prefix = 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

      String getClientType()
      string client_type = 1;
      Returns:
      The clientType.
    • getClientTypeBytes

      com.google.protobuf.ByteString getClientTypeBytes()
      string client_type = 1;
      Returns:
      The bytes for clientType.
    • getTrucatePrefix

      long getTrucatePrefix()
      int64 trucate_prefix = 2;
      Returns:
      The trucatePrefix.