Package io.grpc.channelz.v1
Class ChannelzGrpc
java.lang.Object
io.grpc.channelz.v1.ChannelzGrpc
@Generated(value="by gRPC proto compiler (version 1.68.1)",
comments="Source: services/src/main/proto/grpc/channelz/v1/channelz.proto")
public final class ChannelzGrpc
extends Object
Channelz is a service exposed by gRPC servers that provides detailed debug information.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Channelz is a service exposed by gRPC servers that provides detailed debug information.private static class
static final class
A stub to allow clients to do synchronous rpc calls to service Channelz.private static final class
static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service Channelz.static class
Base class for the server implementation of the service Channelz.private static final class
static final class
A stub to allow clients to do asynchronous rpc calls to service Channelz.private static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static MethodDescriptor
<GetChannelRequest, GetChannelResponse> private static MethodDescriptor
<GetServerRequest, GetServerResponse> private static MethodDescriptor
<GetServersRequest, GetServersResponse> private static MethodDescriptor
<GetServerSocketsRequest, GetServerSocketsResponse> private static MethodDescriptor
<GetSocketRequest, GetSocketResponse> private static MethodDescriptor
<GetSubchannelRequest, GetSubchannelResponse> private static MethodDescriptor
<GetTopChannelsRequest, GetTopChannelsResponse> private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
static final String
private static ServiceDescriptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final ServerServiceDefinition
bindService
(ChannelzGrpc.AsyncService service) static ServiceDescriptor
newBlockingStub
(Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub
(Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ChannelzGrpc.ChannelzStub
Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
getGetTopChannelsMethod
private static volatile MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse> getGetTopChannelsMethod -
getGetServersMethod
-
getGetServerMethod
-
getGetServerSocketsMethod
private static volatile MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse> getGetServerSocketsMethod -
getGetChannelMethod
-
getGetSubchannelMethod
private static volatile MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse> getGetSubchannelMethod -
getGetSocketMethod
-
METHODID_GET_TOP_CHANNELS
private static final int METHODID_GET_TOP_CHANNELS- See Also:
-
METHODID_GET_SERVERS
private static final int METHODID_GET_SERVERS- See Also:
-
METHODID_GET_SERVER
private static final int METHODID_GET_SERVER- See Also:
-
METHODID_GET_SERVER_SOCKETS
private static final int METHODID_GET_SERVER_SOCKETS- See Also:
-
METHODID_GET_CHANNEL
private static final int METHODID_GET_CHANNEL- See Also:
-
METHODID_GET_SUBCHANNEL
private static final int METHODID_GET_SUBCHANNEL- See Also:
-
METHODID_GET_SOCKET
private static final int METHODID_GET_SOCKET- See Also:
-
serviceDescriptor
-
-
Constructor Details
-
ChannelzGrpc
private ChannelzGrpc()
-
-
Method Details
-
getGetTopChannelsMethod
public static MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse> getGetTopChannelsMethod() -
getGetServersMethod
-
getGetServerMethod
-
getGetServerSocketsMethod
public static MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse> getGetServerSocketsMethod() -
getGetChannelMethod
-
getGetSubchannelMethod
-
getGetSocketMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
-