Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl | |
org.apache.orc.impl.writer |
Modifier and Type | Method and Description |
---|---|
void |
MemoryManager.addWriter(Path path,
long requestedAllocation,
MemoryManager.Callback callback)
Add a new writer's memory allocation to the pool.
|
Modifier and Type | Class and Description |
---|---|
class |
WriterImpl
An ORC file writer.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryManagerImpl.addWriter(Path path,
long requestedAllocation,
MemoryManager.Callback callback)
Add a new writer's memory allocation to the pool.
|
Modifier and Type | Class and Description |
---|---|
class |
WriterImplV2
An ORCv2 file writer.
|
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.