Uses of Class
org.opendaylight.controller.cluster.raft.messages.Payload
Packages that use Payload
Package
Description
Persisted backend structures.
-
Uses of Payload in org.opendaylight.controller.cluster.datastore.persisted
Subclasses of Payload in org.opendaylight.controller.cluster.datastore.persistedModifier and TypeClassDescriptionfinal class
Payload persisted when a transaction is aborted.class
AbstractIdentifiablePayload<T extends Identifier>
Abstract base class forIdentifiablePayload
s which hold a singleIdentifier
.final class
Payload persisted when a local history is closed cleanly.class
Payload persisted when a transaction commits.final class
Payload persisted when a local history is created.final class
final class
Payload persisted when a local history is completely purged, i.e. the frontend has removed it from its tracking.final class
Payload persisted when a transaction is purged from the frontend.final class
Payload persisted when a local history is instructed some transaction identifiers, i.e. the frontend has used them for other purposes. -
Uses of Payload in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return PayloadModifier and TypeMethodDescriptionReplicatedLogEntry.getData()
Returns the payload/data to be replicated.Methods in org.opendaylight.controller.cluster.raft with parameters of type PayloadModifier and TypeMethodDescriptionvoid
RaftActorRecoveryCohort.appendRecoveredLogEntry
(Payload data) This method is called during recovery to append state data to the current batch.protected final void
RaftActor.persistData
(ActorRef clientActor, Identifier identifier, Payload data, boolean batchHint) Persists the given Payload in the journal and replicates to any followers. -
Uses of Payload in org.opendaylight.controller.cluster.raft.messages
Subclasses of Payload in org.opendaylight.controller.cluster.raft.messages -
Uses of Payload in org.opendaylight.controller.cluster.raft.persisted
Subclasses of Payload in org.opendaylight.controller.cluster.raft.persistedModifier and TypeClassDescriptionfinal class
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.final class
Payload data for server configuration log entries.Methods in org.opendaylight.controller.cluster.raft.persisted that return PayloadConstructors in org.opendaylight.controller.cluster.raft.persisted with parameters of type PayloadModifierConstructorDescriptionSimpleReplicatedLogEntry
(long index, long term, Payload payload) Constructs an instance.