| Package | Description |
|---|---|
| io.atomix.protocols.raft.storage.log |
| Modifier and Type | Method and Description |
|---|---|
static RaftLogReader.Mode |
RaftLogReader.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RaftLogReader.Mode[] |
RaftLogReader.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RaftLogReader |
RaftLog.openReader(long index,
RaftLogReader.Mode mode)
Opens a new Raft log reader with the given reader mode.
|
| Constructor and Description |
|---|
RaftLogReader(io.atomix.storage.journal.SegmentedJournalReader<RaftLogEntry> reader,
RaftLog log,
RaftLogReader.Mode mode) |
Copyright © 2013–2017. All rights reserved.