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 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.final 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 AbstractStateCommand in org.opendaylight.controller.cluster.raft
Methods in org.opendaylight.controller.cluster.raft with parameters of type AbstractStateCommandModifier and TypeMethodDescriptionfinal voidRaftActor.submitCommand(Identifier identifier, AbstractStateCommand command, boolean batchHint) Request aStateCommandto 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