public static final class ChannelzGrpc.ChannelzFutureStub extends io.grpc.stub.AbstractFutureStub<ChannelzGrpc.ChannelzFutureStub>
Channelz is a service exposed by gRPC servers that provides detailed debug information.
| Modifier and Type | Method and Description |
|---|---|
protected ChannelzGrpc.ChannelzFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<GetChannelResponse> |
getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.
|
com.google.common.util.concurrent.ListenableFuture<GetServerResponse> |
getServer(GetServerRequest request)
Returns a single Server, or else a NOT_FOUND code.
|
com.google.common.util.concurrent.ListenableFuture<GetServersResponse> |
getServers(GetServersRequest request)
Gets all servers that exist in the process.
|
com.google.common.util.concurrent.ListenableFuture<GetServerSocketsResponse> |
getServerSockets(GetServerSocketsRequest request)
Gets all server sockets that exist in the process.
|
com.google.common.util.concurrent.ListenableFuture<GetSocketResponse> |
getSocket(GetSocketRequest request)
Returns a single Socket or else a NOT_FOUND code.
|
com.google.common.util.concurrent.ListenableFuture<GetSubchannelResponse> |
getSubchannel(GetSubchannelRequest request)
Returns a single Subchannel, or else a NOT_FOUND code.
|
com.google.common.util.concurrent.ListenableFuture<GetTopChannelsResponse> |
getTopChannels(GetTopChannelsRequest request)
Gets all root channels (i.e.
|
protected ChannelzGrpc.ChannelzFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ChannelzGrpc.ChannelzFutureStub>public com.google.common.util.concurrent.ListenableFuture<GetTopChannelsResponse> getTopChannels(GetTopChannelsRequest request)
Gets all root channels (i.e. channels the application has directly created). This does not include subchannels nor non-top level channels.
public com.google.common.util.concurrent.ListenableFuture<GetServersResponse> getServers(GetServersRequest request)
Gets all servers that exist in the process.
public com.google.common.util.concurrent.ListenableFuture<GetServerResponse> getServer(GetServerRequest request)
Returns a single Server, or else a NOT_FOUND code.
public com.google.common.util.concurrent.ListenableFuture<GetServerSocketsResponse> getServerSockets(GetServerSocketsRequest request)
Gets all server sockets that exist in the process.
public com.google.common.util.concurrent.ListenableFuture<GetChannelResponse> getChannel(GetChannelRequest request)
Returns a single Channel, or else a NOT_FOUND code.
public com.google.common.util.concurrent.ListenableFuture<GetSubchannelResponse> getSubchannel(GetSubchannelRequest request)
Returns a single Subchannel, or else a NOT_FOUND code.
public com.google.common.util.concurrent.ListenableFuture<GetSocketResponse> getSocket(GetSocketRequest request)
Returns a single Socket or else a NOT_FOUND code.