Package io.deephaven.client.impl
Class FlightSessionModule
- java.lang.Object
-
- io.deephaven.client.impl.FlightSessionModule
-
@Module public class FlightSessionModule extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FlightSessionModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.deephaven.client.impl.FlightSessionnewFlightSession(io.deephaven.client.impl.SessionImpl session, org.apache.arrow.memory.BufferAllocator allocator, io.grpc.ManagedChannel managedChannel)static java.util.concurrent.CompletableFuture<? extends io.deephaven.client.impl.FlightSession>newFlightSessionFuture(java.util.concurrent.CompletableFuture<? extends io.deephaven.client.impl.SessionImpl> sessionFuture, org.apache.arrow.memory.BufferAllocator allocator, io.grpc.ManagedChannel managedChannel)
-
-
-
Method Detail
-
newFlightSession
@Provides public static io.deephaven.client.impl.FlightSession newFlightSession(io.deephaven.client.impl.SessionImpl session, org.apache.arrow.memory.BufferAllocator allocator, io.grpc.ManagedChannel managedChannel)
-
newFlightSessionFuture
@Provides public static java.util.concurrent.CompletableFuture<? extends io.deephaven.client.impl.FlightSession> newFlightSessionFuture(java.util.concurrent.CompletableFuture<? extends io.deephaven.client.impl.SessionImpl> sessionFuture, org.apache.arrow.memory.BufferAllocator allocator, io.grpc.ManagedChannel managedChannel)
-
-