Interface ClusterMessages.JoinOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMessages.Join,ClusterMessages.Join.Builder
- Enclosing class:
- ClusterMessages
public static interface ClusterMessages.JoinOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string appVersion = 3;org.apache.pekko.protobufv3.internal.ByteStringoptional string appVersion = 3;getNode()required .UniqueAddress node = 1;required .UniqueAddress node = 1;getRoles(int index) repeated string roles = 2;org.apache.pekko.protobufv3.internal.ByteStringgetRolesBytes(int index) repeated string roles = 2;intrepeated string roles = 2;repeated string roles = 2;booleanoptional string appVersion = 3;booleanhasNode()required .UniqueAddress node = 1;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNode
boolean hasNode()required .UniqueAddress node = 1;- Returns:
- Whether the node field is set.
-
getNode
ClusterMessages.UniqueAddress getNode()required .UniqueAddress node = 1;- Returns:
- The node.
-
getNodeOrBuilder
ClusterMessages.UniqueAddressOrBuilder getNodeOrBuilder()required .UniqueAddress node = 1; -
getRolesList
repeated string roles = 2;- Returns:
- A list containing the roles.
-
getRolesCount
int getRolesCount()repeated string roles = 2;- Returns:
- The count of roles.
-
getRoles
repeated string roles = 2;- Parameters:
index- The index of the element to return.- Returns:
- The roles at the given index.
-
getRolesBytes
org.apache.pekko.protobufv3.internal.ByteString getRolesBytes(int index) repeated string roles = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the roles at the given index.
-
hasAppVersion
boolean hasAppVersion()optional string appVersion = 3;- Returns:
- Whether the appVersion field is set.
-
getAppVersion
String getAppVersion()optional string appVersion = 3;- Returns:
- The appVersion.
-
getAppVersionBytes
org.apache.pekko.protobufv3.internal.ByteString getAppVersionBytes()optional string appVersion = 3;- Returns:
- The bytes for appVersion.
-