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 java.lang.Object
Channelz is a service exposed by gRPC servers that provides detailed debug information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ChannelzGrpc.AsyncService
Channelz is a service exposed by gRPC servers that provides detailed debug information.private static class
ChannelzGrpc.ChannelzBaseDescriptorSupplier
static class
ChannelzGrpc.ChannelzBlockingStub
A stub to allow clients to do synchronous rpc calls to service Channelz.private static class
ChannelzGrpc.ChannelzFileDescriptorSupplier
static class
ChannelzGrpc.ChannelzFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Channelz.static class
ChannelzGrpc.ChannelzImplBase
Base class for the server implementation of the service Channelz.private static class
ChannelzGrpc.ChannelzMethodDescriptorSupplier
static class
ChannelzGrpc.ChannelzStub
A stub to allow clients to do asynchronous rpc calls to service Channelz.private static class
ChannelzGrpc.MethodHandlers<Req,Resp>
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
ChannelzGrpc()
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
getGetTopChannelsMethod
private static volatile MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse> getGetTopChannelsMethod
-
getGetServersMethod
private static volatile MethodDescriptor<GetServersRequest,GetServersResponse> getGetServersMethod
-
getGetServerMethod
private static volatile MethodDescriptor<GetServerRequest,GetServerResponse> getGetServerMethod
-
getGetServerSocketsMethod
private static volatile MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse> getGetServerSocketsMethod
-
getGetChannelMethod
private static volatile MethodDescriptor<GetChannelRequest,GetChannelResponse> getGetChannelMethod
-
getGetSubchannelMethod
private static volatile MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse> getGetSubchannelMethod
-
getGetSocketMethod
private static volatile MethodDescriptor<GetSocketRequest,GetSocketResponse> getGetSocketMethod
-
METHODID_GET_TOP_CHANNELS
private static final int METHODID_GET_TOP_CHANNELS
- See Also:
- Constant Field Values
-
METHODID_GET_SERVERS
private static final int METHODID_GET_SERVERS
- See Also:
- Constant Field Values
-
METHODID_GET_SERVER
private static final int METHODID_GET_SERVER
- See Also:
- Constant Field Values
-
METHODID_GET_SERVER_SOCKETS
private static final int METHODID_GET_SERVER_SOCKETS
- See Also:
- Constant Field Values
-
METHODID_GET_CHANNEL
private static final int METHODID_GET_CHANNEL
- See Also:
- Constant Field Values
-
METHODID_GET_SUBCHANNEL
private static final int METHODID_GET_SUBCHANNEL
- See Also:
- Constant Field Values
-
METHODID_GET_SOCKET
private static final int METHODID_GET_SOCKET
- See Also:
- Constant Field Values
-
serviceDescriptor
private static volatile ServiceDescriptor serviceDescriptor
-
-
Method Detail
-
getGetTopChannelsMethod
public static MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse> getGetTopChannelsMethod()
-
getGetServersMethod
public static MethodDescriptor<GetServersRequest,GetServersResponse> getGetServersMethod()
-
getGetServerMethod
public static MethodDescriptor<GetServerRequest,GetServerResponse> getGetServerMethod()
-
getGetServerSocketsMethod
public static MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse> getGetServerSocketsMethod()
-
getGetChannelMethod
public static MethodDescriptor<GetChannelRequest,GetChannelResponse> getGetChannelMethod()
-
getGetSubchannelMethod
public static MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse> getGetSubchannelMethod()
-
getGetSocketMethod
public static MethodDescriptor<GetSocketRequest,GetSocketResponse> getGetSocketMethod()
-
newStub
public static ChannelzGrpc.ChannelzStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ChannelzGrpc.ChannelzBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ChannelzGrpc.ChannelzFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final ServerServiceDefinition bindService(ChannelzGrpc.AsyncService service)
-
getServiceDescriptor
public static ServiceDescriptor getServiceDescriptor()
-
-