Package io.deephaven.server.arrow
Class ArrowFlightUtil
java.lang.Object
io.deephaven.server.arrow.ArrowFlightUtil
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Helper class that maintains a subscription whether it was created by a bi-directional stream request or the no-client-streaming request.static class
This is a stateful observer; a DoPut stream begins with its schema. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
DoGetCustom
(BarrageStreamGenerator.Factory streamGeneratorFactory, SessionState session, TicketRouter ticketRouter, org.apache.arrow.flight.impl.Flight.Ticket request, io.grpc.stub.StreamObserver<InputStream> observer)
-
Field Details
-
DEFAULT_MIN_UPDATE_INTERVAL_MS
public static final int DEFAULT_MIN_UPDATE_INTERVAL_MS
-
-
Constructor Details
-
ArrowFlightUtil
public ArrowFlightUtil()
-
-
Method Details
-
DoGetCustom
public static void DoGetCustom(BarrageStreamGenerator.Factory streamGeneratorFactory, SessionState session, TicketRouter ticketRouter, org.apache.arrow.flight.impl.Flight.Ticket request, io.grpc.stub.StreamObserver<InputStream> observer)
-