Interface PickFirstOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PickFirst, PickFirst.Builder

    public interface PickFirstOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getShuffleAddressList()
      If set to true, instructs the LB policy to shuffle the list of addresses received from the name resolver before attempting to connect to them.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getShuffleAddressList

        boolean getShuffleAddressList()
         If set to true, instructs the LB policy to shuffle the list of addresses
         received from the name resolver before attempting to connect to them.
         
        bool shuffle_address_list = 1;
        Returns:
        The shuffleAddressList.