Interface Controlcenter.TopicPartitionInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Controlcenter.TopicPartitionInfo,Controlcenter.TopicPartitionInfo.Builder
- Enclosing class:
Controlcenter
public static interface Controlcenter.TopicPartitionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmap<string, bool> consumer_clients = 5;booleanmap<string, bool> consumer_groups = 7;booleanmap<string, bool> producer_clients = 4;booleanmap<string, bool> producer_groups = 6;Deprecated.intmap<string, bool> consumer_clients = 5;map<string, bool> consumer_clients = 5;booleangetConsumerClientsOrDefault(String key, boolean defaultValue) map<string, bool> consumer_clients = 5;booleanmap<string, bool> consumer_clients = 5;Deprecated.intmap<string, bool> consumer_groups = 7;map<string, bool> consumer_groups = 7;booleangetConsumerGroupsOrDefault(String key, boolean defaultValue) map<string, bool> consumer_groups = 7;booleanmap<string, bool> consumer_groups = 7;intint32 partition = 3;Deprecated.intmap<string, bool> producer_clients = 4;map<string, bool> producer_clients = 4;booleangetProducerClientsOrDefault(String key, boolean defaultValue) map<string, bool> producer_clients = 4;booleanmap<string, bool> producer_clients = 4;Deprecated.intmap<string, bool> producer_groups = 6;map<string, bool> producer_groups = 6;booleangetProducerGroupsOrDefault(String key, boolean defaultValue) map<string, bool> producer_groups = 6;booleanmap<string, bool> producer_groups = 6;getTopic()string topic = 2;com.google.protobuf.ByteStringstring topic = 2;longint64 window = 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
-
getWindow
long getWindow()int64 window = 1;- Returns:
- The window.
-
getTopic
-
getTopicBytes
com.google.protobuf.ByteString getTopicBytes()string topic = 2;- Returns:
- The bytes for topic.
-
getPartition
int getPartition()int32 partition = 3;- Returns:
- The partition.
-
getProducerClientsCount
int getProducerClientsCount()map<string, bool> producer_clients = 4; -
containsProducerClients
map<string, bool> producer_clients = 4; -
getProducerClients
Deprecated.UsegetProducerClientsMap()instead. -
getProducerClientsMap
-
getProducerClientsOrDefault
map<string, bool> producer_clients = 4; -
getProducerClientsOrThrow
map<string, bool> producer_clients = 4; -
getConsumerClientsCount
int getConsumerClientsCount()map<string, bool> consumer_clients = 5; -
containsConsumerClients
map<string, bool> consumer_clients = 5; -
getConsumerClients
Deprecated.UsegetConsumerClientsMap()instead. -
getConsumerClientsMap
-
getConsumerClientsOrDefault
map<string, bool> consumer_clients = 5; -
getConsumerClientsOrThrow
map<string, bool> consumer_clients = 5; -
getProducerGroupsCount
int getProducerGroupsCount()map<string, bool> producer_groups = 6; -
containsProducerGroups
map<string, bool> producer_groups = 6; -
getProducerGroups
-
getProducerGroupsMap
-
getProducerGroupsOrDefault
map<string, bool> producer_groups = 6; -
getProducerGroupsOrThrow
map<string, bool> producer_groups = 6; -
getConsumerGroupsCount
int getConsumerGroupsCount()map<string, bool> consumer_groups = 7; -
containsConsumerGroups
map<string, bool> consumer_groups = 7; -
getConsumerGroups
-
getConsumerGroupsMap
-
getConsumerGroupsOrDefault
map<string, bool> consumer_groups = 7; -
getConsumerGroupsOrThrow
map<string, bool> consumer_groups = 7;
-