Uses of Package
org.opendaylight.controller.cluster.datastore.persisted
Packages that use org.opendaylight.controller.cluster.datastore.persisted
Package
Description
Persisted backend structures.
-
-
Classes in org.opendaylight.controller.cluster.datastore.persisted used by org.opendaylight.controller.cluster.datastoreClassDescriptionStores a snapshot of the internal state of a data store.
-
-
Classes in org.opendaylight.controller.cluster.datastore.persisted used by org.opendaylight.controller.cluster.datastore.persistedClassDescriptionPayload persisted when a transaction is aborted.Abstract base class for
IdentifiablePayload
s which hold a singleIdentifier
.AnExternalizable
with default implementations we expect our implementations to comply with.Abstract base exception used for reporting version mismatches fromPayloadVersion
.Payload persisted when a local history is closed cleanly.Payload persisted when a transaction commits.Payload persisted when a local history is created.Stores a snapshot of the internal state of a data store.Exception thrown fromPayloadVersion.valueOf(short)
when the specified version is too new to be supported by the codebase.Exception thrown fromPayloadVersion.valueOf(short)
when the specified version is too old and no longer supported by the codebase.Enumeration of all ABI versions supported by this implementation of persistence.Payload persisted when a local history is completely purged, i.e.Payload persisted when a transaction is purged from the frontend.Abstract base class for snapshots of the ShardDataTree.Base class for various bits of metadata attached to aMetadataShardDataTreeSnapshot
.Represents the persisted snapshot state for the ShardManager.Encapsulates the snapshot State for a Shard.Payload persisted when a local history is instructed some transaction identifiers, i.e. -