Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl |
Modifier and Type | Method and Description |
---|---|
MemoryManager |
OrcFile.WriterOptions.getMemoryManager() |
Modifier and Type | Method and Description |
---|---|
OrcFile.WriterOptions |
OrcFile.WriterOptions.memory(MemoryManager value)
A public option to set the memory manager.
|
Modifier and Type | Class and Description |
---|---|
class |
MemoryManager
Deprecated.
|
class |
MemoryManagerImpl
Implements a memory manager that keeps a global context of how many ORC
writers there are and manages the memory between them.
|
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.