Class ArrowWrapperTools.Shareable

java.lang.Object
io.deephaven.extensions.arrow.ArrowWrapperTools.Shareable
All Implemented Interfaces:
Context, ResettableContext, SafeCloseable, AutoCloseable
Enclosing class:
ArrowWrapperTools

public static final class ArrowWrapperTools.Shareable extends Object implements ResettableContext
  • Method Details

    • getReader

      public org.apache.arrow.vector.ipc.ArrowFileReader getReader()
    • numBlocksLoaded

      @TestUseOnly public static int numBlocksLoaded()
    • resetNumBlocksLoaded

      @TestUseOnly public static void resetNumBlocksLoaded()
    • reset

      public void reset()
      Description copied from interface: ResettableContext
      Reset this context before it will be used again.
      Specified by:
      reset in interface ResettableContext
    • close

      public void close()
      Description copied from interface: Context
      Release any resources associated with this context. The context should not be used afterwards.
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Context
      Specified by:
      close in interface SafeCloseable
    • destroy

      public void destroy()