public static final class Controlcenter.TopicPartitionInfo extends com.google.protobuf.GeneratedMessageV3 implements Controlcenter.TopicPartitionInfoOrBuilder
controlcenter.TopicPartitionInfo| Modifier and Type | Class and Description |
|---|---|
static class |
Controlcenter.TopicPartitionInfo.Builder
Protobuf type
controlcenter.TopicPartitionInfo |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CONSUMER_CLIENTS_FIELD_NUMBER |
static int |
CONSUMER_GROUPS_FIELD_NUMBER |
static int |
PARTITION_FIELD_NUMBER |
static int |
PRODUCER_CLIENTS_FIELD_NUMBER |
static int |
PRODUCER_GROUPS_FIELD_NUMBER |
static int |
TOPIC_FIELD_NUMBER |
static int |
WINDOW_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConsumerClients(String key)
map<string, bool> consumer_clients = 5; |
boolean |
containsConsumerGroups(String key)
map<string, bool> consumer_groups = 7; |
boolean |
containsProducerClients(String key)
map<string, bool> producer_clients = 4; |
boolean |
containsProducerGroups(String key)
map<string, bool> producer_groups = 6; |
boolean |
equals(Object obj) |
Map<String,Boolean> |
getConsumerClients()
Deprecated.
|
int |
getConsumerClientsCount()
map<string, bool> consumer_clients = 5; |
Map<String,Boolean> |
getConsumerClientsMap()
map<string, bool> consumer_clients = 5; |
boolean |
getConsumerClientsOrDefault(String key,
boolean defaultValue)
map<string, bool> consumer_clients = 5; |
boolean |
getConsumerClientsOrThrow(String key)
map<string, bool> consumer_clients = 5; |
Map<String,Boolean> |
getConsumerGroups()
Deprecated.
|
int |
getConsumerGroupsCount()
map<string, bool> consumer_groups = 7; |
Map<String,Boolean> |
getConsumerGroupsMap()
map<string, bool> consumer_groups = 7; |
boolean |
getConsumerGroupsOrDefault(String key,
boolean defaultValue)
map<string, bool> consumer_groups = 7; |
boolean |
getConsumerGroupsOrThrow(String key)
map<string, bool> consumer_groups = 7; |
static Controlcenter.TopicPartitionInfo |
getDefaultInstance() |
Controlcenter.TopicPartitionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Controlcenter.TopicPartitionInfo> |
getParserForType() |
int |
getPartition()
int32 partition = 3; |
Map<String,Boolean> |
getProducerClients()
Deprecated.
|
int |
getProducerClientsCount()
map<string, bool> producer_clients = 4; |
Map<String,Boolean> |
getProducerClientsMap()
map<string, bool> producer_clients = 4; |
boolean |
getProducerClientsOrDefault(String key,
boolean defaultValue)
map<string, bool> producer_clients = 4; |
boolean |
getProducerClientsOrThrow(String key)
map<string, bool> producer_clients = 4; |
Map<String,Boolean> |
getProducerGroups()
Deprecated.
|
int |
getProducerGroupsCount()
map<string, bool> producer_groups = 6; |
Map<String,Boolean> |
getProducerGroupsMap()
map<string, bool> producer_groups = 6; |
boolean |
getProducerGroupsOrDefault(String key,
boolean defaultValue)
map<string, bool> producer_groups = 6; |
boolean |
getProducerGroupsOrThrow(String key)
map<string, bool> producer_groups = 6; |
int |
getSerializedSize() |
String |
getTopic()
string topic = 2; |
com.google.protobuf.ByteString |
getTopicBytes()
string topic = 2; |
long |
getWindow()
int64 window = 1; |
int |
hashCode() |
boolean |
isInitialized() |
static Controlcenter.TopicPartitionInfo.Builder |
newBuilder() |
static Controlcenter.TopicPartitionInfo.Builder |
newBuilder(Controlcenter.TopicPartitionInfo prototype) |
Controlcenter.TopicPartitionInfo.Builder |
newBuilderForType() |
static Controlcenter.TopicPartitionInfo |
parseDelimitedFrom(InputStream input) |
static Controlcenter.TopicPartitionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TopicPartitionInfo |
parseFrom(byte[] data) |
static Controlcenter.TopicPartitionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TopicPartitionInfo |
parseFrom(ByteBuffer data) |
static Controlcenter.TopicPartitionInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TopicPartitionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Controlcenter.TopicPartitionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TopicPartitionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Controlcenter.TopicPartitionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Controlcenter.TopicPartitionInfo |
parseFrom(InputStream input) |
static Controlcenter.TopicPartitionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Controlcenter.TopicPartitionInfo> |
parser() |
Controlcenter.TopicPartitionInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int WINDOW_FIELD_NUMBER
public static final int TOPIC_FIELD_NUMBER
public static final int PARTITION_FIELD_NUMBER
public static final int PRODUCER_CLIENTS_FIELD_NUMBER
public static final int CONSUMER_CLIENTS_FIELD_NUMBER
public static final int PRODUCER_GROUPS_FIELD_NUMBER
public static final int CONSUMER_GROUPS_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public long getWindow()
int64 window = 1;getWindow in interface Controlcenter.TopicPartitionInfoOrBuilderpublic String getTopic()
string topic = 2;getTopic in interface Controlcenter.TopicPartitionInfoOrBuilderpublic com.google.protobuf.ByteString getTopicBytes()
string topic = 2;getTopicBytes in interface Controlcenter.TopicPartitionInfoOrBuilderpublic int getPartition()
int32 partition = 3;getPartition in interface Controlcenter.TopicPartitionInfoOrBuilderpublic int getProducerClientsCount()
Controlcenter.TopicPartitionInfoOrBuildermap<string, bool> producer_clients = 4;getProducerClientsCount in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean containsProducerClients(String key)
map<string, bool> producer_clients = 4;containsProducerClients in interface Controlcenter.TopicPartitionInfoOrBuilder@Deprecated public Map<String,Boolean> getProducerClients()
getProducerClientsMap() instead.getProducerClients in interface Controlcenter.TopicPartitionInfoOrBuilderpublic Map<String,Boolean> getProducerClientsMap()
map<string, bool> producer_clients = 4;getProducerClientsMap in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean getProducerClientsOrDefault(String key, boolean defaultValue)
map<string, bool> producer_clients = 4;getProducerClientsOrDefault in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean getProducerClientsOrThrow(String key)
map<string, bool> producer_clients = 4;getProducerClientsOrThrow in interface Controlcenter.TopicPartitionInfoOrBuilderpublic int getConsumerClientsCount()
Controlcenter.TopicPartitionInfoOrBuildermap<string, bool> consumer_clients = 5;getConsumerClientsCount in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean containsConsumerClients(String key)
map<string, bool> consumer_clients = 5;containsConsumerClients in interface Controlcenter.TopicPartitionInfoOrBuilder@Deprecated public Map<String,Boolean> getConsumerClients()
getConsumerClientsMap() instead.getConsumerClients in interface Controlcenter.TopicPartitionInfoOrBuilderpublic Map<String,Boolean> getConsumerClientsMap()
map<string, bool> consumer_clients = 5;getConsumerClientsMap in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean getConsumerClientsOrDefault(String key, boolean defaultValue)
map<string, bool> consumer_clients = 5;getConsumerClientsOrDefault in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean getConsumerClientsOrThrow(String key)
map<string, bool> consumer_clients = 5;getConsumerClientsOrThrow in interface Controlcenter.TopicPartitionInfoOrBuilderpublic int getProducerGroupsCount()
Controlcenter.TopicPartitionInfoOrBuildermap<string, bool> producer_groups = 6;getProducerGroupsCount in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean containsProducerGroups(String key)
map<string, bool> producer_groups = 6;containsProducerGroups in interface Controlcenter.TopicPartitionInfoOrBuilder@Deprecated public Map<String,Boolean> getProducerGroups()
getProducerGroupsMap() instead.getProducerGroups in interface Controlcenter.TopicPartitionInfoOrBuilderpublic Map<String,Boolean> getProducerGroupsMap()
map<string, bool> producer_groups = 6;getProducerGroupsMap in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean getProducerGroupsOrDefault(String key, boolean defaultValue)
map<string, bool> producer_groups = 6;getProducerGroupsOrDefault in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean getProducerGroupsOrThrow(String key)
map<string, bool> producer_groups = 6;getProducerGroupsOrThrow in interface Controlcenter.TopicPartitionInfoOrBuilderpublic int getConsumerGroupsCount()
Controlcenter.TopicPartitionInfoOrBuildermap<string, bool> consumer_groups = 7;getConsumerGroupsCount in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean containsConsumerGroups(String key)
map<string, bool> consumer_groups = 7;containsConsumerGroups in interface Controlcenter.TopicPartitionInfoOrBuilder@Deprecated public Map<String,Boolean> getConsumerGroups()
getConsumerGroupsMap() instead.getConsumerGroups in interface Controlcenter.TopicPartitionInfoOrBuilderpublic Map<String,Boolean> getConsumerGroupsMap()
map<string, bool> consumer_groups = 7;getConsumerGroupsMap in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean getConsumerGroupsOrDefault(String key, boolean defaultValue)
map<string, bool> consumer_groups = 7;getConsumerGroupsOrDefault in interface Controlcenter.TopicPartitionInfoOrBuilderpublic boolean getConsumerGroupsOrThrow(String key)
map<string, bool> consumer_groups = 7;getConsumerGroupsOrThrow in interface Controlcenter.TopicPartitionInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Controlcenter.TopicPartitionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.TopicPartitionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.TopicPartitionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.TopicPartitionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.TopicPartitionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.TopicPartitionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Controlcenter.TopicPartitionInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static Controlcenter.TopicPartitionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Controlcenter.TopicPartitionInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Controlcenter.TopicPartitionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Controlcenter.TopicPartitionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Controlcenter.TopicPartitionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Controlcenter.TopicPartitionInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Controlcenter.TopicPartitionInfo.Builder newBuilder()
public static Controlcenter.TopicPartitionInfo.Builder newBuilder(Controlcenter.TopicPartitionInfo prototype)
public Controlcenter.TopicPartitionInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static Controlcenter.TopicPartitionInfo getDefaultInstance()
public static com.google.protobuf.Parser<Controlcenter.TopicPartitionInfo> parser()
public com.google.protobuf.Parser<Controlcenter.TopicPartitionInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Controlcenter.TopicPartitionInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder