| Package | Description |
|---|---|
| com.alipay.sofa.jraft.core | |
| com.alipay.sofa.jraft.option | |
| com.alipay.sofa.jraft.storage.snapshot.remote | |
| com.alipay.sofa.jraft.util.timer |
| Modifier and Type | Class and Description |
|---|---|
class |
TimerManager
The global timer manager.
|
| Modifier and Type | Method and Description |
|---|---|
Scheduler |
NodeImpl.getTimerManager() |
| Modifier and Type | Method and Description |
|---|---|
Scheduler |
ReplicatorGroupOptions.getTimerManager() |
Scheduler |
SnapshotCopierOptions.getTimerManager() |
Scheduler |
ReplicatorOptions.getTimerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicatorGroupOptions.setTimerManager(Scheduler timerManager) |
void |
SnapshotCopierOptions.setTimerManager(Scheduler timerManager) |
void |
ReplicatorOptions.setTimerManager(Scheduler timerManager) |
| Constructor and Description |
|---|
SnapshotCopierOptions(String groupId,
RaftClientService raftClientService,
Scheduler timerManager,
RaftOptions raftOptions,
NodeOptions nodeOptions) |
| Constructor and Description |
|---|
CopySession(RaftClientService rpcService,
Scheduler timerManager,
SnapshotThrottle snapshotThrottle,
RaftOptions raftOptions,
RpcRequests.GetFileRequest.Builder rb,
Endpoint ep) |
| Modifier and Type | Method and Description |
|---|---|
Scheduler |
RaftTimerFactory.createScheduler(int workerNum,
String name) |
Scheduler |
DefaultRaftTimerFactory.createScheduler(int workerNum,
String name) |
Scheduler |
RaftTimerFactory.getRaftScheduler(boolean shared,
int workerNum,
String name) |
Scheduler |
DefaultRaftTimerFactory.getRaftScheduler(boolean shared,
int workerNum,
String name) |
Copyright © 2024. All rights reserved.