Uses of Class
org.opendaylight.controller.cluster.raft.spi.AbstractStateCommand
Packages that use AbstractStateCommand
Package
Description
Persisted backend structures.
-
Uses of AbstractStateCommand in org.opendaylight.controller.cluster.datastore.persisted
Modifier 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. -
Uses of AbstractStateCommand in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft with parameters of type AbstractStateCommandModifier and TypeMethodDescriptionfinal void
RaftActor.submitCommand
(Identifier identifier, AbstractStateCommand command, boolean batchHint) Request aStateCommand
to be applied to the finite state machine. -
Uses of AbstractStateCommand in org.opendaylight.controller.cluster.raft.messages
Subclasses of AbstractStateCommand in org.opendaylight.controller.cluster.raft.messages