Uses of Class
org.opendaylight.controller.cluster.raft.messages.IdentifiablePayload
Packages that use IdentifiablePayload
Package
Description
Persisted backend structures.
-
Uses of IdentifiablePayload 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.class
Payload persisted when a transaction commits.final class
Payload persisted when a local history is created.final class
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.