Uses of Interface
org.apache.orc.MemoryManager
Packages that use MemoryManager
-
Uses of MemoryManager in org.apache.orc
Methods in org.apache.orc that return MemoryManagerMethods in org.apache.orc with parameters of type MemoryManagerModifier and TypeMethodDescriptionOrcFile.WriterOptions.memory
(MemoryManager value) A public option to set the memory manager. -
Uses of MemoryManager in org.apache.orc.impl
Classes in org.apache.orc.impl that implement MemoryManagerModifier and TypeClassDescriptionclass
Deprecated.class
Implements a memory manager that keeps a global context of how many ORC writers there are and manages the memory between them.