Class DndSessionFactoryBarrage

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

public class DndSessionFactoryBarrage extends Object
A factory class for creating barrage sessions.
  • Field Details

    • incomingAllocator

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

    • DndSessionFactoryBarrage

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