Interface ClusterMessages.ClusterRouterPoolSettingsOrBuilder
- 
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- ClusterMessages.ClusterRouterPoolSettings,- ClusterMessages.ClusterRouterPoolSettings.Builder
 - Enclosing class:
- ClusterMessages
 
 public static interface ClusterMessages.ClusterRouterPoolSettingsOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll 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;org.apache.pekko.protobufv3.internal.ByteStringgetUseRoleBytes()optional string useRole = 4;java.lang.StringgetUseRoles(int index)repeated string useRoles = 5;org.apache.pekko.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 org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasTotalInstancesboolean hasTotalInstances() required uint32 totalInstances = 1;- Returns:
- Whether the totalInstances field is set.
 
 - 
getTotalInstancesint getTotalInstances() required uint32 totalInstances = 1;- Returns:
- The totalInstances.
 
 - 
hasMaxInstancesPerNodeboolean hasMaxInstancesPerNode() required uint32 maxInstancesPerNode = 2;- Returns:
- Whether the maxInstancesPerNode field is set.
 
 - 
getMaxInstancesPerNodeint getMaxInstancesPerNode() required uint32 maxInstancesPerNode = 2;- Returns:
- The maxInstancesPerNode.
 
 - 
hasAllowLocalRouteesboolean hasAllowLocalRoutees() required bool allowLocalRoutees = 3;- Returns:
- Whether the allowLocalRoutees field is set.
 
 - 
getAllowLocalRouteesboolean getAllowLocalRoutees() required bool allowLocalRoutees = 3;- Returns:
- The allowLocalRoutees.
 
 - 
hasUseRoleboolean hasUseRole() optional string useRole = 4;- Returns:
- Whether the useRole field is set.
 
 - 
getUseRolejava.lang.String getUseRole() optional string useRole = 4;- Returns:
- The useRole.
 
 - 
getUseRoleBytesorg.apache.pekko.protobufv3.internal.ByteString getUseRoleBytes() optional string useRole = 4;- Returns:
- The bytes for useRole.
 
 - 
getUseRolesListjava.util.List<java.lang.String> getUseRolesList() repeated string useRoles = 5;- Returns:
- A list containing the useRoles.
 
 - 
getUseRolesCountint getUseRolesCount() repeated string useRoles = 5;- Returns:
- The count of useRoles.
 
 - 
getUseRolesjava.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.
 
 - 
getUseRolesBytesorg.apache.pekko.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.
 
 
- 
 
-