All Classes and Interfaces
Class
Description
Represent a store, that allows to make copy of existing backups that are targeted at
bootstrapping a new partition.
A persisted snapshot store than can create a new snapshot and persists it.
Implements a chunk reader where each chunk is a single file in a root directory.
Represents a pending snapshot, that is a snapshot in the process of being written and has not yet
been committed to the store.
Immutable checksum collection in simple file verification (SFV) file format, which only allows to
read serialized file checksums or a combined checksum.
Mutable checksum collection in simple file verification (SFV) file format
A volatile snapshot which can be persisted.
Represents a snapshot, which was persisted at the
PersistedSnapshotStore.Represents a listener which can be added to the
PersistedSnapshotStore to be notified
when a new PersistedSnapshot is persisted at this store.Represents a store, which allows to persist snapshots on a storage, which is implementation
dependent.
A received volatile snapshot, which consist of several
SnapshotChunk's.Supports building individual CRCs compatible with SFV file format and also supports backward
compatibility with 'combinedChecksum' field.
A chunk of an already persisted Snapshot.
Represents a snapshot chunk reader, which means it is used to chunk an
PersistedSnapshot
and read it from it's persisted storage.Represents an identifier of an
PersistedSnapshot.Returned when a snapshot is reserved *
Receive a complete snapshot from a
SnapshotTransferService by repeatedly asking for the
next chunk until all chunks are received.A transient snapshot which can be persisted after taking a snapshot.