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 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(ChannelzGrpc.AsyncService service)static io.grpc.MethodDescriptor<GetChannelRequest,GetChannelResponse>getGetChannelMethod()static io.grpc.MethodDescriptor<GetServerRequest,GetServerResponse>getGetServerMethod()static io.grpc.MethodDescriptor<GetServersRequest,GetServersResponse>getGetServersMethod()static io.grpc.MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse>getGetServerSocketsMethod()static io.grpc.MethodDescriptor<GetSocketRequest,GetSocketResponse>getGetSocketMethod()static io.grpc.MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse>getGetSubchannelMethod()static io.grpc.MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse>getGetTopChannelsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static ChannelzGrpc.ChannelzBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ChannelzGrpc.ChannelzFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ChannelzGrpc.ChannelzStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetTopChannelsMethod
public static io.grpc.MethodDescriptor<GetTopChannelsRequest,GetTopChannelsResponse> getGetTopChannelsMethod()
-
getGetServersMethod
public static io.grpc.MethodDescriptor<GetServersRequest,GetServersResponse> getGetServersMethod()
-
getGetServerMethod
public static io.grpc.MethodDescriptor<GetServerRequest,GetServerResponse> getGetServerMethod()
-
getGetServerSocketsMethod
public static io.grpc.MethodDescriptor<GetServerSocketsRequest,GetServerSocketsResponse> getGetServerSocketsMethod()
-
getGetChannelMethod
public static io.grpc.MethodDescriptor<GetChannelRequest,GetChannelResponse> getGetChannelMethod()
-
getGetSubchannelMethod
public static io.grpc.MethodDescriptor<GetSubchannelRequest,GetSubchannelResponse> getGetSubchannelMethod()
-
getGetSocketMethod
public static io.grpc.MethodDescriptor<GetSocketRequest,GetSocketResponse> getGetSocketMethod()
-
newStub
public static ChannelzGrpc.ChannelzStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ChannelzGrpc.ChannelzBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ChannelzGrpc.ChannelzFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ChannelzGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-