public static interface ApiStatus.ApiStatusKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBrokerId()
For operations that act on a single (or no) broker at a time (ADD_BROKER, REMOVE_BROKER(v1), EVEN_CLUSTER_LOAD, FAILED_BROKER_LIST)
|
int |
getBrokerIds(int index)
For operations acting on multiple brokers: REMOVE_BROKER_V2
|
int |
getBrokerIdsCount()
For operations acting on multiple brokers: REMOVE_BROKER_V2
|
List<Integer> |
getBrokerIdsList()
For operations acting on multiple brokers: REMOVE_BROKER_V2
|
ApiStatus.ApiType |
getConfigType()
.databalancer.ApiType configType = 1; |
int |
getConfigTypeValue()
.databalancer.ApiType configType = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getConfigTypeValue()
.databalancer.ApiType configType = 1;ApiStatus.ApiType getConfigType()
.databalancer.ApiType configType = 1;int getBrokerId()
For operations that act on a single (or no) broker at a time (ADD_BROKER, REMOVE_BROKER(v1), EVEN_CLUSTER_LOAD, FAILED_BROKER_LIST)
int32 brokerId = 2;List<Integer> getBrokerIdsList()
For operations acting on multiple brokers: REMOVE_BROKER_V2
repeated int32 brokerIds = 3;int getBrokerIdsCount()
For operations acting on multiple brokers: REMOVE_BROKER_V2
repeated int32 brokerIds = 3;int getBrokerIds(int index)
For operations acting on multiple brokers: REMOVE_BROKER_V2
repeated int32 brokerIds = 3;index - The index of the element to return.