Interface PriorityLoadBalancingPolicyConfigOrBuilder

    • Method Detail

      • getChildrenCount

        int getChildrenCount()
        map<string, .grpc.service_config.PriorityLoadBalancingPolicyConfig.Child> children = 1;
      • containsChildren

        boolean containsChildren​(String key)
        map<string, .grpc.service_config.PriorityLoadBalancingPolicyConfig.Child> children = 1;
      • getPrioritiesList

        List<String> getPrioritiesList()
         A list of child names in decreasing priority order
         (i.e., first element is the highest priority).
         
        repeated string priorities = 2;
        Returns:
        A list containing the priorities.
      • getPrioritiesCount

        int getPrioritiesCount()
         A list of child names in decreasing priority order
         (i.e., first element is the highest priority).
         
        repeated string priorities = 2;
        Returns:
        The count of priorities.
      • getPriorities

        String getPriorities​(int index)
         A list of child names in decreasing priority order
         (i.e., first element is the highest priority).
         
        repeated string priorities = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The priorities at the given index.
      • getPrioritiesBytes

        com.google.protobuf.ByteString getPrioritiesBytes​(int index)
         A list of child names in decreasing priority order
         (i.e., first element is the highest priority).
         
        repeated string priorities = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the priorities at the given index.