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 classPayload persisted when a transaction is aborted.classAbstractIdentifiablePayload<T extends Identifier>Abstract base class forIdentifiablePayloads which hold a singleIdentifier.final classPayload persisted when a local history is closed cleanly.classPayload persisted when a transaction commits.final classPayload persisted when a local history is created.final classfinal classPayload persisted when a local history is completely purged, i.e. the frontend has removed it from its tracking.final classPayload persisted when a transaction is purged from the frontend.final classPayload 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 TypeMethodDescriptionvoidRaftActorRecoveryCohort.appendRecoveredLogEntry(Payload data) This method is called during recovery to append state data to the current batch.protected final voidRaftActor.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 classPayload 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 classPayload 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.