Package akka.cluster.protobuf.msg
Interface ClusterMessages.ClusterRouterPoolSettingsOrBuilder
- 
- All Superinterfaces:
 akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 ClusterMessages.ClusterRouterPoolSettings,ClusterMessages.ClusterRouterPoolSettings.Builder
- Enclosing class:
 - ClusterMessages
 
public static interface ClusterMessages.ClusterRouterPoolSettingsOrBuilder extends akka.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowLocalRoutees()required bool allowLocalRoutees = 3;intgetMaxInstancesPerNode()required uint32 maxInstancesPerNode = 2;intgetTotalInstances()required uint32 totalInstances = 1;java.lang.StringgetUseRole()optional string useRole = 4;akka.protobufv3.internal.ByteStringgetUseRoleBytes()optional string useRole = 4;java.lang.StringgetUseRoles(int index)repeated string useRoles = 5;akka.protobufv3.internal.ByteStringgetUseRolesBytes(int index)repeated string useRoles = 5;intgetUseRolesCount()repeated string useRoles = 5;java.util.List<java.lang.String>getUseRolesList()repeated string useRoles = 5;booleanhasAllowLocalRoutees()required bool allowLocalRoutees = 3;booleanhasMaxInstancesPerNode()required uint32 maxInstancesPerNode = 2;booleanhasTotalInstances()required uint32 totalInstances = 1;booleanhasUseRole()optional string useRole = 4;- 
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasTotalInstances
boolean hasTotalInstances()
required uint32 totalInstances = 1;- Returns:
 - Whether the totalInstances field is set.
 
 
- 
getTotalInstances
int getTotalInstances()
required uint32 totalInstances = 1;- Returns:
 - The totalInstances.
 
 
- 
hasMaxInstancesPerNode
boolean hasMaxInstancesPerNode()
required uint32 maxInstancesPerNode = 2;- Returns:
 - Whether the maxInstancesPerNode field is set.
 
 
- 
getMaxInstancesPerNode
int getMaxInstancesPerNode()
required uint32 maxInstancesPerNode = 2;- Returns:
 - The maxInstancesPerNode.
 
 
- 
hasAllowLocalRoutees
boolean hasAllowLocalRoutees()
required bool allowLocalRoutees = 3;- Returns:
 - Whether the allowLocalRoutees field is set.
 
 
- 
getAllowLocalRoutees
boolean getAllowLocalRoutees()
required bool allowLocalRoutees = 3;- Returns:
 - The allowLocalRoutees.
 
 
- 
hasUseRole
boolean hasUseRole()
optional string useRole = 4;- Returns:
 - Whether the useRole field is set.
 
 
- 
getUseRole
java.lang.String getUseRole()
optional string useRole = 4;- Returns:
 - The useRole.
 
 
- 
getUseRoleBytes
akka.protobufv3.internal.ByteString getUseRoleBytes()
optional string useRole = 4;- Returns:
 - The bytes for useRole.
 
 
- 
getUseRolesList
java.util.List<java.lang.String> getUseRolesList()
repeated string useRoles = 5;- Returns:
 - A list containing the useRoles.
 
 
- 
getUseRolesCount
int getUseRolesCount()
repeated string useRoles = 5;- Returns:
 - The count of useRoles.
 
 
- 
getUseRoles
java.lang.String getUseRoles(int index)
repeated string useRoles = 5;- Parameters:
 index- The index of the element to return.- Returns:
 - The useRoles at the given index.
 
 
- 
getUseRolesBytes
akka.protobufv3.internal.ByteString getUseRolesBytes(int index)
repeated string useRoles = 5;- Parameters:
 index- The index of the value to return.- Returns:
 - The bytes of the useRoles at the given index.
 
 
 - 
 
 -