| Package | Description |
|---|---|
| com.alipay.sofa.jraft.core | |
| com.alipay.sofa.jraft.option | |
| com.alipay.sofa.jraft.storage | |
| com.alipay.sofa.jraft.storage.snapshot |
| Modifier and Type | Method and Description |
|---|---|
NodeImpl |
FSMCallerImpl.getNode() |
| Modifier and Type | Method and Description |
|---|---|
NodeImpl |
SnapshotExecutorOptions.getNode() |
NodeImpl |
ReadOnlyServiceOptions.getNode() |
NodeImpl |
ReplicatorGroupOptions.getNode() |
NodeImpl |
RaftMetaStorageOptions.getNode() |
NodeImpl |
ReplicatorOptions.getNode() |
NodeImpl |
FSMCallerOptions.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotExecutorOptions.setNode(NodeImpl node) |
void |
ReadOnlyServiceOptions.setNode(NodeImpl node) |
void |
ReplicatorGroupOptions.setNode(NodeImpl node) |
void |
RaftMetaStorageOptions.setNode(NodeImpl node) |
void |
ReplicatorOptions.setNode(NodeImpl node) |
void |
FSMCallerOptions.setNode(NodeImpl node) |
| Constructor and Description |
|---|
ReplicatorOptions(ReplicatorType replicatorType,
int dynamicHeartBeatTimeoutMs,
int electionTimeoutMs,
String groupId,
PeerId serverId,
PeerId peerId,
LogManager logManager,
BallotBox ballotBox,
NodeImpl node,
long term,
SnapshotStorage snapshotStorage,
RaftClientService raftRpcService,
TimerManager timerManager) |
| Modifier and Type | Method and Description |
|---|---|
NodeImpl |
SnapshotExecutor.getNode()
Return the owner NodeImpl
|
| Modifier and Type | Method and Description |
|---|---|
NodeImpl |
SnapshotExecutorImpl.getNode() |
Copyright © 2024. All rights reserved.