Uses of Interface
org.apache.orc.MemoryManager.Callback
Packages that use MemoryManager.Callback
-
Uses of MemoryManager.Callback in org.apache.orc
Methods in org.apache.orc with parameters of type MemoryManager.CallbackModifier and TypeMethodDescriptionvoid
MemoryManager.addWriter
(Path path, long requestedAllocation, MemoryManager.Callback callback) Add a new writer's memory allocation to the pool.default long
MemoryManager.checkMemory
(long previousAllocation, MemoryManager.Callback writer) As part of adding rows, the writer calls this method to determine if the scale factor has changed. -
Uses of MemoryManager.Callback in org.apache.orc.impl
Classes in org.apache.orc.impl that implement MemoryManager.CallbackMethods in org.apache.orc.impl with parameters of type MemoryManager.CallbackModifier and TypeMethodDescriptionvoid
MemoryManagerImpl.addWriter
(Path path, long requestedAllocation, MemoryManager.Callback callback) Add a new writer's memory allocation to the pool.long
MemoryManagerImpl.checkMemory
(long previous, MemoryManager.Callback writer) -
Uses of MemoryManager.Callback in org.apache.orc.impl.writer
Classes in org.apache.orc.impl.writer that implement MemoryManager.Callback