Package | Description |
---|---|
org.opendaylight.controller.cluster.raft |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReplicatedLogImpl
Abstract class handling the mapping of
logical LogEntry Index and the physical list index.
|
Modifier and Type | Method and Description |
---|---|
ReplicatedLog |
RaftActorContextImpl.getReplicatedLog() |
ReplicatedLog |
RaftActorContext.getReplicatedLog()
Returns the ReplicatedLog instance.
|
Modifier and Type | Method and Description |
---|---|
void |
RaftActorContextImpl.setReplicatedLog(ReplicatedLog replicatedLog) |
void |
RaftActorContext.setReplicatedLog(ReplicatedLog replicatedLog)
Sets the ReplicatedLog instance.
|
Copyright © 2019 OpenDaylight. All rights reserved.