public interface CrailOutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CrailNode |
getFile() |
long |
getWriteHint() |
long |
position() |
Future<Void> |
sync() |
Future<CrailResult> |
write(CrailBuffer dataBuf) |
CrailNode getFile()
Future<CrailResult> write(CrailBuffer dataBuf) throws Exception
ExceptionFuture<Void> sync() throws IOException
IOExceptionlong position()
long getWriteHint()
Copyright © 2018 The Apache Software Foundation. All rights reserved.