| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CliService
Client command-line service
|
interface |
FSMCaller
Finite state machine caller.
|
interface |
Node
A raft replica node.
|
interface |
ReadOnlyService
The read-only query service.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BallotBox
Ballot box for voting.
|
class |
CliServiceImpl
Cli service implementation.
|
class |
FSMCallerImpl
The finite state machine caller implementation.
|
class |
NodeImpl
The raft replica node implementation.
|
class |
ReadOnlyServiceImpl
Read-only service implementation.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CliClientService
Cli RPC client service.
|
interface |
ClientService
RPC client service
|
interface |
RaftClientService
Raft client RPC service.
|
interface |
RpcClient |
interface |
RpcServer |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractClientService
Abstract RPC client service based.
|
class |
BoltRpcClient
Bolt rpc client impl.
|
class |
BoltRpcServer
Bolt RPC server impl.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CliClientServiceImpl |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultRaftClientService
Raft rpc service based bolt.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
LogManager
Log manager.
|
interface |
LogStorage
Log entry storage service.
|
interface |
RaftMetaStorage
Raft metadata storage service.
|
interface |
SnapshotExecutor
Executing Snapshot related stuff.
|
interface |
SnapshotStorage
Snapshot storage.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalRaftMetaStorage
Raft meta storage,it's not thread-safe.
|
class |
LogManagerImpl
LogManager implementation.
|
class |
RocksDBLogStorage
Log storage based on rocksdb.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RocksDBSegmentLogStorage
Log Storage implementation based on rocksdb and segment files.
|
class |
SegmentFile
A fixed size file.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SnapshotExecutorImpl
Snapshot executor implementation.
|
class |
SnapshotReader
Snapshot reader.
|
class |
SnapshotWriter
Snapshot writer.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalSnapshotReader
Snapshot reader on local file system.
|
class |
LocalSnapshotStorage
Snapshot storage based on local file storage.
|
class |
LocalSnapshotWriter
Snapshot writer to write snapshot into local file system.
|
Copyright © 2021. All rights reserved.