All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.grpc.serviceconfig.RingHashLoadBalancingConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.50.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: service_config.proto

// Protobuf Java Version: 3.25.4
package io.grpc.serviceconfig;

public interface RingHashLoadBalancingConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.service_config.RingHashLoadBalancingConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 min_ring_size = 1;
   * @return The minRingSize.
   */
  long getMinRingSize();

  /**
   * uint64 max_ring_size = 2;
   * @return The maxRingSize.
   */
  long getMaxRingSize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy