public abstract class RaftConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RaftConfig.Builder |
| Constructor and Description |
|---|
RaftConfig() |
| Modifier and Type | Method and Description |
|---|---|
static RaftConfig.Builder |
builder() |
abstract Integer |
electionTick() |
abstract Integer |
heartbeatTick() |
abstract Integer |
keepOldSnapshots() |
abstract Integer |
logEntriesForSlowFollowers() |
abstract Integer |
snapshotInterval() |
public static RaftConfig.Builder builder()
Copyright © 2019. All rights reserved.