
shade.polaris.io.grpc.lb.v1.ServerListOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polaris-all Show documentation
Show all versions of polaris-all Show documentation
All in one project for polaris-java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/lb/v1/load_balancer.proto
// Protobuf Java Version: 3.25.1
package io.grpc.lb.v1;
public interface ServerListOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.lb.v1.ServerList)
com.google.protobuf.MessageOrBuilder {
/**
*
* Contains a list of servers selected by the load balancer. The list will
* be updated when server resolutions change or as needed to balance load
* across more servers. The client should consume the server list in order
* unless instructed otherwise via the client_config.
*
*
* repeated .grpc.lb.v1.Server servers = 1;
*/
java.util.List
getServersList();
/**
*
* Contains a list of servers selected by the load balancer. The list will
* be updated when server resolutions change or as needed to balance load
* across more servers. The client should consume the server list in order
* unless instructed otherwise via the client_config.
*
*
* repeated .grpc.lb.v1.Server servers = 1;
*/
io.grpc.lb.v1.Server getServers(int index);
/**
*
* Contains a list of servers selected by the load balancer. The list will
* be updated when server resolutions change or as needed to balance load
* across more servers. The client should consume the server list in order
* unless instructed otherwise via the client_config.
*
*
* repeated .grpc.lb.v1.Server servers = 1;
*/
int getServersCount();
/**
*
* Contains a list of servers selected by the load balancer. The list will
* be updated when server resolutions change or as needed to balance load
* across more servers. The client should consume the server list in order
* unless instructed otherwise via the client_config.
*
*
* repeated .grpc.lb.v1.Server servers = 1;
*/
java.util.List extends io.grpc.lb.v1.ServerOrBuilder>
getServersOrBuilderList();
/**
*
* Contains a list of servers selected by the load balancer. The list will
* be updated when server resolutions change or as needed to balance load
* across more servers. The client should consume the server list in order
* unless instructed otherwise via the client_config.
*
*
* repeated .grpc.lb.v1.Server servers = 1;
*/
io.grpc.lb.v1.ServerOrBuilder getServersOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy