Package io.deephaven.flightjs.protocol
Class BrowserFlightServiceGrpc.BrowserFlightServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<BrowserFlightServiceGrpc.BrowserFlightServiceFutureStub>
io.deephaven.flightjs.protocol.BrowserFlightServiceGrpc.BrowserFlightServiceFutureStub
- Enclosing class:
- BrowserFlightServiceGrpc
public static final class BrowserFlightServiceGrpc.BrowserFlightServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<BrowserFlightServiceGrpc.BrowserFlightServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service BrowserFlightService.
A flight js service is a (non-proper) extension of arrow flight service that augments existing client-streaming (or bidirectional streaming) methods with a pair that can be used to simulate a client stream over unary requests.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<BrowserFlight.BrowserNextResponse>
nextDoExchange
(org.apache.arrow.flight.impl.Flight.FlightData request) com.google.common.util.concurrent.ListenableFuture<BrowserFlight.BrowserNextResponse>
nextDoPut
(org.apache.arrow.flight.impl.Flight.FlightData request) com.google.common.util.concurrent.ListenableFuture<BrowserFlight.BrowserNextResponse>
nextHandshake
(org.apache.arrow.flight.impl.Flight.HandshakeRequest request) Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected BrowserFlightServiceGrpc.BrowserFlightServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<BrowserFlightServiceGrpc.BrowserFlightServiceFutureStub>
-
nextHandshake
public com.google.common.util.concurrent.ListenableFuture<BrowserFlight.BrowserNextResponse> nextHandshake(org.apache.arrow.flight.impl.Flight.HandshakeRequest request) -
nextDoPut
public com.google.common.util.concurrent.ListenableFuture<BrowserFlight.BrowserNextResponse> nextDoPut(org.apache.arrow.flight.impl.Flight.FlightData request) -
nextDoExchange
public com.google.common.util.concurrent.ListenableFuture<BrowserFlight.BrowserNextResponse> nextDoExchange(org.apache.arrow.flight.impl.Flight.FlightData request)
-