Uses of Interface
dev.hardwood.HardwoodContext
Packages that use HardwoodContext
-
Uses of HardwoodContext in dev.hardwood
Methods in dev.hardwood that return HardwoodContextModifier and TypeMethodDescriptionstatic HardwoodContextHardwoodContext.create()Create a new context with a thread pool sized to available processors.static HardwoodContextHardwoodContext.create(int threads) Create a new context with a thread pool of the specified size. -
Uses of HardwoodContext in dev.hardwood.reader
Methods in dev.hardwood.reader with parameters of type HardwoodContextModifier and TypeMethodDescriptionstatic ParquetFileReaderParquetFileReader.open(Path path, HardwoodContext context) Open a Parquet file with a shared context.