Package org.apache.pekko.persistence
Interface SnapshotStoreCapabilityFlags
- All Superinterfaces:
CapabilityFlags
- All Known Implementing Classes:
JavaSnapshotStoreSpec,SnapshotStoreSpec
-
Method Summary
Modifier and TypeMethodDescriptionWhentrueenables tests which check if the snapshot store properly stores and loads metadata (needed for replication) along with the snapshotsWhentrueenables tests which check if the snapshot store properly serialize and deserialize snapshots.
-
Method Details
-
supportsMetadata
CapabilityFlag supportsMetadata()Whentrueenables tests which check if the snapshot store properly stores and loads metadata (needed for replication) along with the snapshots -
supportsSerialization
CapabilityFlag supportsSerialization()Whentrueenables tests which check if the snapshot store properly serialize and deserialize snapshots.
-