Interface RingHashLoadBalancingConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMaxRingSize()
      uint64 max_ring_size = 2;
      long getMinRingSize()
      uint64 min_ring_size = 1;
      • 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

      • getMinRingSize

        long getMinRingSize()
        uint64 min_ring_size = 1;
        Returns:
        The minRingSize.
      • getMaxRingSize

        long getMaxRingSize()
        uint64 max_ring_size = 2;
        Returns:
        The maxRingSize.