public static interface StateMachine.DataStream
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<?> |
cleanUp()
Clean up asynchronously this stream.
|
WritableByteChannel |
getWritableByteChannel() |
WritableByteChannel getWritableByteChannel()
CompletableFuture<?> cleanUp()
DataApi#link(DataStream, LogEntryProto)),
the state machine may choose to remove the data or to keep the data internally for future recovery.
If this stream is already linked, the data must not be removed.Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.