Uses of Class
org.apache.arrow.dataset.jni.NativeMemoryPool
Packages that use NativeMemoryPool
-
Uses of NativeMemoryPool in org.apache.arrow.dataset.file
Constructors in org.apache.arrow.dataset.file with parameters of type NativeMemoryPoolModifierConstructorDescriptionFileSystemDatasetFactory(BufferAllocator allocator, NativeMemoryPool memoryPool, FileFormat format, String uri) FileSystemDatasetFactory(BufferAllocator allocator, NativeMemoryPool memoryPool, FileFormat format, String[] uris) FileSystemDatasetFactory(BufferAllocator allocator, NativeMemoryPool memoryPool, FileFormat format, String[] uris, Optional<FragmentScanOptions> fragmentScanOptions) FileSystemDatasetFactory(BufferAllocator allocator, NativeMemoryPool memoryPool, FileFormat format, String uri, Optional<FragmentScanOptions> fragmentScanOptions) -
Uses of NativeMemoryPool in org.apache.arrow.dataset.jni
Methods in org.apache.arrow.dataset.jni that return NativeMemoryPoolModifier and TypeMethodDescriptionstatic NativeMemoryPoolNativeMemoryPool.createListenable(ReservationListener listener) Create a listenable memory pool (see also: arrow::ReservationListenableMemoryPool) with a specific listener.static NativeMemoryPoolNativeMemoryPool.getDefault()Get the default memory pool.NativeContext.getMemoryPool()Returns the native memory pool.Constructors in org.apache.arrow.dataset.jni with parameters of type NativeMemoryPoolModifierConstructorDescriptionNativeContext(BufferAllocator allocator, NativeMemoryPool memoryPool) Constructor.NativeDatasetFactory(BufferAllocator allocator, NativeMemoryPool memoryPool, long datasetFactoryId) Constructor.