Uses of Interface
io.grpc.channelz.v1.ServerOrBuilder
-
Packages that use ServerOrBuilder Package Description io.grpc.channelz.v1 -
-
Uses of ServerOrBuilder in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ServerOrBuilder Modifier and Type Class Description classServerServer represents a single server.static classServer.BuilderServer represents a single server.Methods in io.grpc.channelz.v1 that return ServerOrBuilder Modifier and Type Method Description ServerOrBuilderGetServerResponse.Builder. getServerOrBuilder()The Server that corresponds to the requested server_id.ServerOrBuilderGetServerResponse. getServerOrBuilder()The Server that corresponds to the requested server_id.ServerOrBuilderGetServerResponseOrBuilder. getServerOrBuilder()The Server that corresponds to the requested server_id.ServerOrBuilderGetServersResponse.Builder. getServerOrBuilder(int index)list of servers that the connection detail service knows about.ServerOrBuilderGetServersResponse. getServerOrBuilder(int index)list of servers that the connection detail service knows about.ServerOrBuilderGetServersResponseOrBuilder. getServerOrBuilder(int index)list of servers that the connection detail service knows about.Methods in io.grpc.channelz.v1 that return types with arguments of type ServerOrBuilder Modifier and Type Method Description List<? extends ServerOrBuilder>GetServersResponse.Builder. getServerOrBuilderList()list of servers that the connection detail service knows about.List<? extends ServerOrBuilder>GetServersResponse. getServerOrBuilderList()list of servers that the connection detail service knows about.List<? extends ServerOrBuilder>GetServersResponseOrBuilder. getServerOrBuilderList()list of servers that the connection detail service knows about.
-