public static interface GatewayOuterClass.PartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPartitionId()
the unique ID of this partition
|
GatewayOuterClass.Partition.PartitionBrokerRole |
getRole()
the role of the broker for this partition
|
int |
getRoleValue()
the role of the broker for this partition
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getPartitionId()
the unique ID of this partition
int32 partitionId = 1;
int getRoleValue()
the role of the broker for this partition
.gateway_protocol.Partition.PartitionBrokerRole role = 3;
GatewayOuterClass.Partition.PartitionBrokerRole getRole()
the role of the broker for this partition
.gateway_protocol.Partition.PartitionBrokerRole role = 3;
Copyright © 2017–2019 camunda services GmbH. All rights reserved.