Package io.grpc.channelz.v1
Class ChannelzGrpc
- java.lang.Object
-
- io.grpc.channelz.v1.ChannelzGrpc
-
public final class ChannelzGrpc extends 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.static class
ChannelzGrpc.ChannelzBlockingStub
A stub to allow clients to do synchronous rpc calls to service Channelz.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.static class
ChannelzGrpc.ChannelzStub
A stub to allow clients to do asynchronous rpc calls to service Channelz.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
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()
-
-