| 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  | AbortTransactionPayloadPayload persisted when a transaction is aborted. | 
| class  | AbstractIdentifiablePayload<T extends org.opendaylight.yangtools.concepts.Identifier>Abstract base class for  Payloads which hold a singleIdentifier. | 
| class  | CloseLocalHistoryPayloadPayload persisted when a local history is closed cleanly. | 
| class  | CommitTransactionPayloadPayload persisted when a transaction commits. | 
| class  | CreateLocalHistoryPayloadPayload persisted when a local history is created. | 
| class  | DisableTrackingPayload | 
| class  | PurgeLocalHistoryPayloadPayload persisted when a local history is completely purged, i.e. | 
| class  | PurgeTransactionPayloadPayload 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  | NoopPayloadPayload 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  | ServerConfigurationPayloadPayload 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.