Package org.jgroups.upgrade_server
Class UpgradeServiceGrpc
- java.lang.Object
-
- org.jgroups.upgrade_server.UpgradeServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.9.0)", comments="Source: upgrade.proto") public final class UpgradeServiceGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpgradeServiceGrpc.UpgradeServiceBlockingStubstatic classUpgradeServiceGrpc.UpgradeServiceFutureStubstatic classUpgradeServiceGrpc.UpgradeServiceImplBasestatic classUpgradeServiceGrpc.UpgradeServiceStub
-
Field Summary
Fields Modifier and Type Field Description static io.grpc.MethodDescriptor<Request,Response>METHOD_CONNECTDeprecated.static io.grpc.MethodDescriptor<Void,DumpResponse>METHOD_DUMPDeprecated.static io.grpc.MethodDescriptor<LeaveRequest,Void>METHOD_LEAVEDeprecated.static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<Request,Response>getConnectMethod()static io.grpc.MethodDescriptor<Void,DumpResponse>getDumpMethod()static io.grpc.MethodDescriptor<LeaveRequest,Void>getLeaveMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static UpgradeServiceGrpc.UpgradeServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic UpgradeServiceGrpc.UpgradeServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic UpgradeServiceGrpc.UpgradeServiceStubnewStub(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_CONNECT
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Request,Response> METHOD_CONNECTDeprecated.
-
METHOD_LEAVE
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<LeaveRequest,Void> METHOD_LEAVEDeprecated.
-
METHOD_DUMP
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<Void,DumpResponse> METHOD_DUMPDeprecated.
-
-
Method Detail
-
getConnectMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Request,Response> getConnectMethod()
-
getLeaveMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<LeaveRequest,Void> getLeaveMethod()
-
getDumpMethod
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<Void,DumpResponse> getDumpMethod()
-
newStub
public static UpgradeServiceGrpc.UpgradeServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static UpgradeServiceGrpc.UpgradeServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static UpgradeServiceGrpc.UpgradeServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-