public interface FetchedInputAllocatorOrderedGrouped
| Modifier and Type | Method and Description |
|---|---|
void |
closeInMemoryFile(org.apache.tez.runtime.library.common.shuffle.orderedgrouped.MapOutput mapOutput) |
void |
closeOnDiskFile(FileChunk file) |
org.apache.hadoop.fs.FileSystem |
getLocalFileSystem() |
void |
releaseCommittedMemory(long bytes) |
org.apache.tez.runtime.library.common.shuffle.orderedgrouped.MapOutput |
reserve(InputAttemptIdentifier srcAttemptIdentifier,
long requestedSize,
long compressedLength,
int fetcherId) |
void |
unreserve(long bytes) |
org.apache.tez.runtime.library.common.shuffle.orderedgrouped.MapOutput reserve(InputAttemptIdentifier srcAttemptIdentifier, long requestedSize, long compressedLength, int fetcherId) throws IOException
IOExceptionvoid closeInMemoryFile(org.apache.tez.runtime.library.common.shuffle.orderedgrouped.MapOutput mapOutput)
org.apache.hadoop.fs.FileSystem getLocalFileSystem()
void closeOnDiskFile(FileChunk file)
void unreserve(long bytes)
void releaseCommittedMemory(long bytes)
Copyright © 2017 Apache Software Foundation. All rights reserved.