| 接口 | 说明 |
|---|---|
| AdminApi |
An API to support administration
such as setting raft configuration and transferring leadership.
|
| AsyncApi |
Asynchronous API to support operations
such as sending message, read-message, stale-read-message and watch-request.
|
| BlockingApi |
Blocking API to support operations
such as sending message, read-message, stale-read-message and watch-request.
|
| DataStreamApi |
Stream data asynchronously to all the servers in the
RaftGroup. |
| DataStreamOutput |
An asynchronous output stream supporting zero buffer copying.
|
| GroupManagementApi |
APIs to support group management operations such as add, remove, list and info to a particular server.
|
| LeaderElectionManagementApi |
An API to support control leader election
such as pause and resume election
|
| MessageOutputStream |
Stream
Message(s) asynchronously. |
| MessageStreamApi |
Stream (large)
Message(s) asynchronously to the leader. |
| SnapshotManagementApi |
An API to support control snapshot
such as create and list snapshot file.
|
Copyright © 2017–2025 The Apache Software Foundation. All rights reserved.