Interface SnapshotStoreCapabilityFlags

All Superinterfaces:
CapabilityFlags
All Known Implementing Classes:
JavaSnapshotStoreSpec, SnapshotStoreSpec

public interface SnapshotStoreCapabilityFlags extends CapabilityFlags
  • Method Summary

    Modifier and Type
    Method
    Description
    When true enables tests which check if the snapshot store properly stores and loads metadata (needed for replication) along with the snapshots
    When true enables tests which check if the snapshot store properly serialize and deserialize snapshots.
  • Method Details

    • supportsMetadata

      CapabilityFlag supportsMetadata()
      When true enables tests which check if the snapshot store properly stores and loads metadata (needed for replication) along with the snapshots
    • supportsSerialization

      CapabilityFlag supportsSerialization()
      When true enables tests which check if the snapshot store properly serialize and deserialize snapshots.