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 TypeMethodDescriptionstring base64_serialized_exception = 3;com.google.protobuf.ByteStringstring base64_serialized_exception = 3;intint32 brokerId = 2;longint64 lastUpdateTimeMs = 5;longint64 startTimeMs = 4;getState().databalancer.AdditionState state = 6;int.databalancer.AdditionState state = 6;intVersion to allow change in exception serialization if needed.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
-
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
-