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 interfaceChannelzGrpc.AsyncServiceChannelz is a service exposed by gRPC servers that provides detailed debug information.static classChannelzGrpc.ChannelzBlockingStubA stub to allow clients to do limited synchronous rpc calls to service Channelz.static classChannelzGrpc.ChannelzBlockingV2StubA stub to allow clients to do synchronous rpc calls to service Channelz.static classChannelzGrpc.ChannelzFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Channelz.static classChannelzGrpc.ChannelzImplBaseBase class for the server implementation of the service Channelz.static classChannelzGrpc.ChannelzStubA stub to allow clients to do asynchronous rpc calls to service Channelz.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_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
-
newBlockingV2Stub
public static ChannelzGrpc.ChannelzBlockingV2Stub newBlockingV2Stub(Channel channel)
Creates a new blocking-style stub that supports all types of calls on 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()
-
-