Class FlightSessionModule


  • @Module
    public class FlightSessionModule
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.deephaven.client.impl.FlightSession newFlightSession​(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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlightSessionModule

        public FlightSessionModule()
    • 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)