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 TypeMethodDescriptionvoidMemoryManager.addWriter(Path path, long requestedAllocation, MemoryManager.Callback callback) Add a new writer's memory allocation to the pool.default longMemoryManager.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 TypeMethodDescriptionvoidMemoryManagerImpl.addWriter(Path path, long requestedAllocation, MemoryManager.Callback callback) Add a new writer's memory allocation to the pool.longMemoryManagerImpl.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