public static interface GatewayOuterClass.TopologyResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GatewayOuterClass.BrokerInfo |
getBrokers(int index)
list of brokers part of this cluster
|
int |
getBrokersCount()
list of brokers part of this cluster
|
List<GatewayOuterClass.BrokerInfo> |
getBrokersList()
list of brokers part of this cluster
|
GatewayOuterClass.BrokerInfoOrBuilder |
getBrokersOrBuilder(int index)
list of brokers part of this cluster
|
List<? extends GatewayOuterClass.BrokerInfoOrBuilder> |
getBrokersOrBuilderList()
list of brokers part of this cluster
|
int |
getClusterSize()
how many nodes are in the cluster
|
int |
getPartitionsCount()
how many partitions are spread across the cluster
|
int |
getReplicationFactor()
configured replication factor for this cluster
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<GatewayOuterClass.BrokerInfo> getBrokersList()
list of brokers part of this cluster
repeated .gateway_protocol.BrokerInfo brokers = 1;
GatewayOuterClass.BrokerInfo getBrokers(int index)
list of brokers part of this cluster
repeated .gateway_protocol.BrokerInfo brokers = 1;
int getBrokersCount()
list of brokers part of this cluster
repeated .gateway_protocol.BrokerInfo brokers = 1;
List<? extends GatewayOuterClass.BrokerInfoOrBuilder> getBrokersOrBuilderList()
list of brokers part of this cluster
repeated .gateway_protocol.BrokerInfo brokers = 1;
GatewayOuterClass.BrokerInfoOrBuilder getBrokersOrBuilder(int index)
list of brokers part of this cluster
repeated .gateway_protocol.BrokerInfo brokers = 1;
int getClusterSize()
how many nodes are in the cluster
int32 clusterSize = 2;
int getPartitionsCount()
how many partitions are spread across the cluster
int32 partitionsCount = 3;
int getReplicationFactor()
configured replication factor for this cluster
int32 replicationFactor = 4;
Copyright © 2017–2019 camunda services GmbH. All rights reserved.