Uses of Package
org.opendaylight.controller.cluster.raft.messages
Packages that use org.opendaylight.controller.cluster.raft.messages
Package
Description
Persisted backend structures.
-
Classes in org.opendaylight.controller.cluster.raft.messages used by org.opendaylight.controller.cluster.datastore.persistedClassDescriptionAn instance of a
Payload
class is meant to be used as the Payload forAppendEntries
. -
Classes in org.opendaylight.controller.cluster.raft.messages used by org.opendaylight.controller.cluster.raftClassDescriptionAn instance of a
Payload
class is meant to be used as the Payload forAppendEntries
. -
Classes in org.opendaylight.controller.cluster.raft.messages used by org.opendaylight.controller.cluster.raft.behaviorsClassDescriptionInvoked by leader to replicate log entries (§5.3); also used as heartbeat (§5.2).Reply for the AppendEntries message.Interface implemented by all requests exchanged in the Raft protocol.Invoked by candidates to gather votes (§5.2).
-
Classes in org.opendaylight.controller.cluster.raft.messages used by org.opendaylight.controller.cluster.raft.messagesClassDescriptionAbstract base class for a server configuration change reply.An instance of a
Payload
class is meant to be used as the Payload forAppendEntries
.Interface implemented by all requests exchanged in the Raft protocol.Enumerates server configuration change status reply codes. -
Classes in org.opendaylight.controller.cluster.raft.messages used by org.opendaylight.controller.cluster.raft.persistedClassDescriptionAn instance of a
Payload
class is meant to be used as the Payload forAppendEntries
.This is a tagging interface for a Payload implementation that needs to always be persisted regardless of whether or not the component is configured to be persistent.