Interface AddBrokerV2.AddBrokerStateRecordProtoOrBuilder

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

public static interface AddBrokerV2.AddBrokerStateRecordProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string base64_serialized_exception = 3;
    com.google.protobuf.ByteString
    string base64_serialized_exception = 3;
    int
    int32 brokerId = 2;
    long
    int64 lastUpdateTimeMs = 5;
    long
    int64 startTimeMs = 4;
    .databalancer.AdditionState state = 6;
    int
    .databalancer.AdditionState state = 6;
    int
    Version to allow change in exception serialization if needed.

    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

    • getVersion

      int getVersion()
       Version to allow change in exception serialization if needed.
       
      int32 version = 1;
      Returns:
      The version.
    • getBrokerId

      int getBrokerId()
      int32 brokerId = 2;
      Returns:
      The brokerId.
    • getBase64SerializedException

      String getBase64SerializedException()
      string base64_serialized_exception = 3;
      Returns:
      The base64SerializedException.
    • getBase64SerializedExceptionBytes

      com.google.protobuf.ByteString getBase64SerializedExceptionBytes()
      string base64_serialized_exception = 3;
      Returns:
      The bytes for base64SerializedException.
    • getStartTimeMs

      long getStartTimeMs()
      int64 startTimeMs = 4;
      Returns:
      The startTimeMs.
    • getLastUpdateTimeMs

      long getLastUpdateTimeMs()
      int64 lastUpdateTimeMs = 5;
      Returns:
      The lastUpdateTimeMs.
    • getStateValue

      int getStateValue()
      .databalancer.AdditionState state = 6;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .databalancer.AdditionState state = 6;
      Returns:
      The state.