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 voidShard.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 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.static final recordfinal 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. -
Uses of StateCommand in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft with parameters of type StateCommandModifier and TypeMethodDescriptionvoidRaftActorRecoveryCohort.appendRecoveredCommand(StateCommand command) This method is called during recovery to append aStateCommandto the current batch.protected abstract voidRaftActor.applyCommand(@Nullable Identifier identifier, StateCommand command) Apply aStateCommandto 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