Class DndSessionFactoryFlight

java.lang.Object
io.deephaven.enterprise.dnd.client.DndSessionFactoryFlight

public class DndSessionFactoryFlight extends Object
A factory class for creating flight sessions.
  • Field Details

    • incomingAllocator

      protected org.apache.arrow.memory.RootAllocator incomingAllocator
  • Constructor Details

    • DndSessionFactoryFlight

      public DndSessionFactoryFlight(@NotNull String serverUrl) throws IOException
      Create a new DndSessionFactoryFlight for fetching FlightStreams from a Persistent Query
      Parameters:
      serverUrl - the url to the server
      Throws:
      IOException - if there was a problem connecting to the server
  • Method Details