Package | Description |
---|---|
org.opendaylight.controller.cluster.datastore.persisted |
Persisted backend structures.
|
org.opendaylight.controller.cluster.example | |
org.opendaylight.controller.cluster.example.messages | |
org.opendaylight.controller.cluster.raft | |
org.opendaylight.controller.cluster.raft.persisted |
Modifier and Type | Class and Description |
---|---|
class |
AbortTransactionPayload
Payload persisted when a transaction is aborted.
|
class |
AbstractIdentifiablePayload<T extends org.opendaylight.yangtools.concepts.Identifier>
Abstract base class for
Payload s which hold a single Identifier . |
class |
CloseLocalHistoryPayload
Payload persisted when a local history is closed cleanly.
|
class |
CommitTransactionPayload
Payload persisted when a transaction commits.
|
class |
CreateLocalHistoryPayload
Payload persisted when a local history is created.
|
class |
DisableTrackingPayload |
class |
PurgeLocalHistoryPayload
Payload persisted when a local history is completely purged, i.e.
|
class |
PurgeTransactionPayload
Payload persisted when a transaction is purged from the frontend.
|
Modifier and Type | Method and Description |
---|---|
void |
ExampleActor.appendRecoveredLogEntry(Payload data) |
Modifier and Type | Class and Description |
---|---|
class |
KeyValue |
Modifier and Type | Method and Description |
---|---|
Payload |
ReplicatedLogEntry.getData()
Returns the payload/data to be replicated.
|
Modifier and Type | Method and Description |
---|---|
void |
RaftActorRecoveryCohort.appendRecoveredLogEntry(Payload data)
This method is called during recovery to append state data to the current batch.
|
protected void |
RaftActor.persistData(akka.actor.ActorRef clientActor,
org.opendaylight.yangtools.concepts.Identifier identifier,
Payload data,
boolean batchHint)
Persists the given Payload in the journal and replicates to any followers.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopPayload
Payload used for no-op log entries that are put into the journal by the PreLeader in order to commit
entries from the prior term.
|
class |
ServerConfigurationPayload
Payload data for server configuration log entries.
|
Modifier and Type | Method and Description |
---|---|
Payload |
SimpleReplicatedLogEntry.getData() |
Constructor and Description |
---|
SimpleReplicatedLogEntry(long index,
long term,
Payload payload)
Constructs an instance.
|
Copyright © 2019 OpenDaylight. All rights reserved.