public interface LlapIo<T>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.mapred.InputFormat<org.apache.hadoop.io.NullWritable,T> |
getInputFormat(org.apache.hadoop.mapred.InputFormat<?,?> sourceInputFormat,
Deserializer serde) |
String |
getMemoryInfo() |
void |
initCacheOnlyInputFormat(org.apache.hadoop.mapred.InputFormat<?,?> inputFormat) |
long |
purge()
purge is best effort and will just release the buffers that are unlocked (refCount == 0).
|
org.apache.hadoop.mapred.InputFormat<org.apache.hadoop.io.NullWritable,T> getInputFormat(org.apache.hadoop.mapred.InputFormat<?,?> sourceInputFormat, Deserializer serde)
void close()
String getMemoryInfo()
long purge()
void initCacheOnlyInputFormat(org.apache.hadoop.mapred.InputFormat<?,?> inputFormat)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.