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
IOException
FetchedInput allocateType(FetchedInput.Type type, long actualSize, long compresedSize, InputAttemptIdentifier inputAttemptIdentifier) throws IOException
IOException
Copyright © 2016 Apache Software Foundation. All rights reserved.