public static interface StateMachine.DataStream
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<?> |
cleanUp()
Clean up asynchronously this stream.
|
StateMachine.DataChannel |
getDataChannel() |
default Executor |
getExecutor() |
StateMachine.DataChannel getDataChannel()
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–2025 The Apache Software Foundation. All rights reserved.