Package io.confluent.databalancer.record
Interface EvenClusterLoad.EvenClusterLoadStateRecordProtoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvenClusterLoad.EvenClusterLoadStateRecordProto,EvenClusterLoad.EvenClusterLoadStateRecordProto.Builder
- Enclosing class:
EvenClusterLoad
public static interface EvenClusterLoad.EvenClusterLoadStateRecordProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.databalancer.EvenClusterLoadState currentState = 2;longint64 currentStateCreatedAt = 3;string currentStateError = 5;com.google.protobuf.ByteStringstring currentStateError = 5;longint64 currentStateLastUpdatedAt = 4;int.databalancer.EvenClusterLoadState currentState = 2;.databalancer.EvenClusterLoadState previousState = 6;longint64 previousStateCreatedAt = 7;longint64 previousStateLastUpdatedAt = 8;int.databalancer.EvenClusterLoadState previousState = 6;string previousStatusError = 9;com.google.protobuf.ByteStringstring previousStatusError = 9;intint32 version = 1;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()int32 version = 1;- Returns:
- The version.
-
getCurrentStateValue
int getCurrentStateValue().databalancer.EvenClusterLoadState currentState = 2;- Returns:
- The enum numeric value on the wire for currentState.
-
getCurrentState
EvenClusterLoad.EvenClusterLoadState getCurrentState().databalancer.EvenClusterLoadState currentState = 2;- Returns:
- The currentState.
-
getCurrentStateCreatedAt
long getCurrentStateCreatedAt()int64 currentStateCreatedAt = 3;- Returns:
- The currentStateCreatedAt.
-
getCurrentStateLastUpdatedAt
long getCurrentStateLastUpdatedAt()int64 currentStateLastUpdatedAt = 4;- Returns:
- The currentStateLastUpdatedAt.
-
getCurrentStateError
String getCurrentStateError()string currentStateError = 5;- Returns:
- The currentStateError.
-
getCurrentStateErrorBytes
com.google.protobuf.ByteString getCurrentStateErrorBytes()string currentStateError = 5;- Returns:
- The bytes for currentStateError.
-
getPreviousStateValue
int getPreviousStateValue().databalancer.EvenClusterLoadState previousState = 6;- Returns:
- The enum numeric value on the wire for previousState.
-
getPreviousState
EvenClusterLoad.EvenClusterLoadState getPreviousState().databalancer.EvenClusterLoadState previousState = 6;- Returns:
- The previousState.
-
getPreviousStateCreatedAt
long getPreviousStateCreatedAt()int64 previousStateCreatedAt = 7;- Returns:
- The previousStateCreatedAt.
-
getPreviousStateLastUpdatedAt
long getPreviousStateLastUpdatedAt()int64 previousStateLastUpdatedAt = 8;- Returns:
- The previousStateLastUpdatedAt.
-
getPreviousStatusError
String getPreviousStatusError()string previousStatusError = 9;- Returns:
- The previousStatusError.
-
getPreviousStatusErrorBytes
com.google.protobuf.ByteString getPreviousStatusErrorBytes()string previousStatusError = 9;- Returns:
- The bytes for previousStatusError.
-