Uses of Interface
org.opendaylight.controller.cluster.raft.spi.StateCommand
Packages that use StateCommand
Package
Description
Persisted backend structures.
Various provider-level APIs for plugging into
RaftActor
.-
Uses of StateCommand in org.opendaylight.controller.cluster.datastore
Methods in org.opendaylight.controller.cluster.datastore with parameters of type StateCommandModifier and TypeMethodDescriptionprotected final void
Shard.applyCommand
(Identifier identifier, StateCommand command) -
Uses of StateCommand in org.opendaylight.controller.cluster.datastore.persisted
Classes in org.opendaylight.controller.cluster.datastore.persisted that implement StateCommandModifier 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.static final record
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. -
Uses of StateCommand in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft with parameters of type StateCommandModifier and TypeMethodDescriptionvoid
RaftActorRecoveryCohort.appendRecoveredCommand
(StateCommand command) This method is called during recovery to append aStateCommand
to the current batch.protected abstract void
RaftActor.applyCommand
(@Nullable Identifier identifier, StateCommand command) Apply aStateCommand
to update the actor's state. -
Uses of StateCommand in org.opendaylight.controller.cluster.raft.messages
Classes in org.opendaylight.controller.cluster.raft.messages that implement StateCommand -
Uses of StateCommand in org.opendaylight.controller.cluster.raft.spi
Classes in org.opendaylight.controller.cluster.raft.spi that implement StateCommand