Package io.dingodb.debug
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 TypeMethodDescriptionstring client_type = 1;com.google.protobuf.ByteStringstring client_type = 1;longint64 trucate_prefix = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-