Package | Description |
---|---|
org.opendaylight.controller.cluster.datastore | |
org.opendaylight.controller.cluster.example | |
org.opendaylight.controller.cluster.raft |
Modifier and Type | Method and Description |
---|---|
RaftActorSnapshotCohort |
Shard.getRaftActorSnapshotCohort() |
Modifier and Type | Class and Description |
---|---|
class |
ExampleActor
A sample actor showing how the RaftActor is to be extended.
|
Modifier and Type | Method and Description |
---|---|
protected RaftActorSnapshotCohort |
ExampleActor.getRaftActorSnapshotCohort() |
Modifier and Type | Class and Description |
---|---|
class |
NoopRaftActorSnapshotCohort
RaftActorSnapshotCohort implementation that does nothing.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RaftActorSnapshotCohort |
RaftActor.getRaftActorSnapshotCohort()
Returns the RaftActorSnapshotCohort to participate in snapshot captures.
|
Copyright © 2019 OpenDaylight. All rights reserved.