public interface FetchedInputAllocator
| Modifier and Type | Method and Description |
|---|---|
FetchedInput |
allocate(long actualSize,
long compresedSize,
InputAttemptIdentifier inputAttemptIdentifier) |
FetchedInput |
allocateType(FetchedInput.Type type,
long actualSize,
long compresedSize,
InputAttemptIdentifier inputAttemptIdentifier) |
FetchedInput allocate(long actualSize, long compresedSize, InputAttemptIdentifier inputAttemptIdentifier) throws IOException
IOExceptionFetchedInput allocateType(FetchedInput.Type type, long actualSize, long compresedSize, InputAttemptIdentifier inputAttemptIdentifier) throws IOException
IOExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.