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 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.final class
Payload persisted when a transaction commits.final class
Payload persisted when a local history is created.final class
Deprecated, for removal: This API element is subject to removal in a future version.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.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 TypeMethodDescriptionboolean
ReplicatedLog.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 class
Payload used for no-op log entries that are put into the journal by thePreLeader
in order to commit entries from the prior term.class
Deprecated, for removal: This API element is subject to removal in a future version.final class
RAFT 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 TypeClassDescriptionclass
Abstract base class forRaftCommand
implementations.class
Abstract base class forRaftCommand
implementations.Methods in org.opendaylight.controller.cluster.raft.spi that return PayloadModifier and TypeMethodDescriptionStateMachineCommand.toSerialForm()
Returns theSerializable
form.