Interface ClusterMessages.ClusterRouterPoolSettingsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getAllowLocalRoutees()
      required bool allowLocalRoutees = 3;
      int getMaxInstancesPerNode()
      required uint32 maxInstancesPerNode = 2;
      int getTotalInstances()
      required uint32 totalInstances = 1;
      java.lang.String getUseRole()
      optional string useRole = 4;
      akka.protobufv3.internal.ByteString getUseRoleBytes()
      optional string useRole = 4;
      java.lang.String getUseRoles​(int index)
      repeated string useRoles = 5;
      akka.protobufv3.internal.ByteString getUseRolesBytes​(int index)
      repeated string useRoles = 5;
      int getUseRolesCount()
      repeated string useRoles = 5;
      java.util.List<java.lang.String> getUseRolesList()
      repeated string useRoles = 5;
      boolean hasAllowLocalRoutees()
      required bool allowLocalRoutees = 3;
      boolean hasMaxInstancesPerNode()
      required uint32 maxInstancesPerNode = 2;
      boolean hasTotalInstances()
      required uint32 totalInstances = 1;
      boolean hasUseRole()
      optional string useRole = 4;
      • Methods inherited from interface akka.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • 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.