| Package | Description |
|---|---|
| org.apache.ratis.statemachine |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StateMachine.DataStream> |
StateMachine.DataApi.stream(RaftClientRequest request)
Create asynchronously a
StateMachine.DataStream to stream state machine data. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<?> |
StateMachine.DataApi.link(StateMachine.DataStream stream,
org.apache.ratis.proto.RaftProtos.LogEntryProto entry)
Link asynchronously the given stream with the given log entry.
|
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.