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 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 Type
    Method
    Description
    build(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait