Package org.jgroups.upgrade_server
Class UpgradeServiceGrpc.UpgradeServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<UpgradeServiceGrpc.UpgradeServiceBlockingStub>
-
- org.jgroups.upgrade_server.UpgradeServiceGrpc.UpgradeServiceBlockingStub
-
- Enclosing class:
- UpgradeServiceGrpc
public static final class UpgradeServiceGrpc.UpgradeServiceBlockingStub extends io.grpc.stub.AbstractStub<UpgradeServiceGrpc.UpgradeServiceBlockingStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UpgradeServiceGrpc.UpgradeServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)DumpResponsedump(Void request)Voidleave(LeaveRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected UpgradeServiceGrpc.UpgradeServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<UpgradeServiceGrpc.UpgradeServiceBlockingStub>
-
leave
public Void leave(LeaveRequest request)
-
dump
public DumpResponse dump(Void request)
-
-