public static interface OutOfCoreDataAccessor.DataInputWrapper
DataInput
Modifier and Type | Method and Description |
---|---|
long |
finalizeInput(boolean deleteOnClose)
Finalize and close the
DataInput used for persistence. |
DataInput |
getDataInput() |
DataInput getDataInput()
DataInput
, should return the same instance
every time it's called (not start from the beginning)long finalizeInput(boolean deleteOnClose)
DataInput
used for persistence.deleteOnClose
- whether the source of DataInput
should be deleted on closing/finalizingDataInput
since it was
openedCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.