Uses of Interface
io.grpc.channelz.v1.ChannelOrBuilder
-
Packages that use ChannelOrBuilder Package Description io.grpc.channelz.v1 -
-
Uses of ChannelOrBuilder in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement ChannelOrBuilder Modifier and Type Class Description class
Channel
Channel is a logical grouping of channels, subchannels, and sockets.static class
Channel.Builder
Channel is a logical grouping of channels, subchannels, and sockets.Methods in io.grpc.channelz.v1 that return ChannelOrBuilder Modifier and Type Method Description ChannelOrBuilder
GetChannelResponse.Builder. getChannelOrBuilder()
The Channel that corresponds to the requested channel_id.ChannelOrBuilder
GetChannelResponse. getChannelOrBuilder()
The Channel that corresponds to the requested channel_id.ChannelOrBuilder
GetChannelResponseOrBuilder. getChannelOrBuilder()
The Channel that corresponds to the requested channel_id.ChannelOrBuilder
GetTopChannelsResponse.Builder. getChannelOrBuilder(int index)
list of channels that the connection detail service knows about.ChannelOrBuilder
GetTopChannelsResponse. getChannelOrBuilder(int index)
list of channels that the connection detail service knows about.ChannelOrBuilder
GetTopChannelsResponseOrBuilder. getChannelOrBuilder(int index)
list of channels that the connection detail service knows about.Methods in io.grpc.channelz.v1 that return types with arguments of type ChannelOrBuilder Modifier and Type Method Description List<? extends ChannelOrBuilder>
GetTopChannelsResponse.Builder. getChannelOrBuilderList()
list of channels that the connection detail service knows about.List<? extends ChannelOrBuilder>
GetTopChannelsResponse. getChannelOrBuilderList()
list of channels that the connection detail service knows about.List<? extends ChannelOrBuilder>
GetTopChannelsResponseOrBuilder. getChannelOrBuilderList()
list of channels that the connection detail service knows about.
-