Package org.jgroups.upgrade_server
Class UpgradeServiceGrpc.UpgradeServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<UpgradeServiceGrpc.UpgradeServiceFutureStub>
-
- org.jgroups.upgrade_server.UpgradeServiceGrpc.UpgradeServiceFutureStub
-
- Enclosing class:
- UpgradeServiceGrpc
public static final class UpgradeServiceGrpc.UpgradeServiceFutureStub extends io.grpc.stub.AbstractStub<UpgradeServiceGrpc.UpgradeServiceFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UpgradeServiceGrpc.UpgradeServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<DumpResponse>dump(Void request)com.google.common.util.concurrent.ListenableFuture<Void>leave(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.UpgradeServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<UpgradeServiceGrpc.UpgradeServiceFutureStub>
-
leave
public com.google.common.util.concurrent.ListenableFuture<Void> leave(LeaveRequest request)
-
dump
public com.google.common.util.concurrent.ListenableFuture<DumpResponse> dump(Void request)
-
-