Uses of Class
org.opendaylight.controller.cluster.raft.messages.Payload
Packages that use Payload
Package
Description
-
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(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. -
Uses of Payload in org.opendaylight.controller.cluster.raft.messages
Subclasses of Payload in org.opendaylight.controller.cluster.raft.messagesModifier and TypeClassDescriptionclassIdentifiablePayload<T extends org.opendaylight.yangtools.concepts.Identifier> -
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.