Class DefaultChunkReadingFactory

java.lang.Object
io.deephaven.extensions.barrage.chunk.DefaultChunkReadingFactory
All Implemented Interfaces:
ChunkReader.Factory

public final class DefaultChunkReadingFactory extends Object implements ChunkReader.Factory
JVM implementation of ChunkReader.Factory, suitable for use in Java clients and servers. This default implementation may not round trip flight types in a stable way, but will round trip Deephaven table definitions and table data. Neither of these is a required/expected property of being a Flight/Barrage/Deephaven client.
  • Field Details

  • Constructor Details

    • DefaultChunkReadingFactory

      public DefaultChunkReadingFactory()
  • Method Details