Uses of Class
org.opendaylight.controller.cluster.raft.messages.Payload
Packages that use Payload
Package
Description
Persisted backend structures.
Various provider-level APIs for plugging into
RaftActor.-
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.final classPayload persisted when a transaction commits.final classPayload persisted when a local history is created.final classDeprecated, for removal: This API element is subject to removal in a future version.final 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.Methods in org.opendaylight.controller.cluster.datastore.persisted that return Payload -
Uses of Payload in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft that return PayloadMethods in org.opendaylight.controller.cluster.raft with parameters of type PayloadModifier and TypeMethodDescriptionbooleanReplicatedLog.appendSubmitted(long index, long term, Payload command, Consumer<ReplicatedLogEntry> callback) Appends an entry submitted on the leader to the in-memory log and persists it as well. -
Uses of Payload in org.opendaylight.controller.cluster.raft.messages
Subclasses of Payload in org.opendaylight.controller.cluster.raft.messagesMethods in org.opendaylight.controller.cluster.raft.messages that return Payload -
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 thePreLeaderin order to commit entries from the prior term.classDeprecated, for removal: This API element is subject to removal in a future version.final classRAFT cluster configuration.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. -
Uses of Payload in org.opendaylight.controller.cluster.raft.spi
Subclasses of Payload in org.opendaylight.controller.cluster.raft.spiModifier and TypeClassDescriptionclassAbstract base class forRaftCommandimplementations.classAbstract base class forRaftCommandimplementations.Methods in org.opendaylight.controller.cluster.raft.spi that return PayloadModifier and TypeMethodDescriptionStateMachineCommand.toSerialForm()Returns theSerializableform.