Uses of Interface
org.apache.orc.MemoryManager.Callback
-
Uses of MemoryManager.Callback in org.apache.orc
Modifier 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
Modifier 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