Uses of Class
org.apache.cassandra.service.snapshot.SnapshotManifest
-
Packages that use SnapshotManifest Package Description org.apache.cassandra.db org.apache.cassandra.service.snapshot -
-
Uses of SnapshotManifest in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return SnapshotManifest Modifier and Type Method Description protected static SnapshotManifestDirectories. maybeLoadManifest(java.lang.String keyspace, java.lang.String table, java.lang.String tag, java.util.Set<File> snapshotDirs)Methods in org.apache.cassandra.db with parameters of type SnapshotManifest Modifier and Type Method Description protected TableSnapshotDirectories. buildSnapshot(java.lang.String tag, SnapshotManifest manifest, java.util.Set<File> snapshotDirs) -
Uses of SnapshotManifest in org.apache.cassandra.service.snapshot
Methods in org.apache.cassandra.service.snapshot that return SnapshotManifest Modifier and Type Method Description static SnapshotManifestSnapshotManifest. deserializeFromJsonFile(File file)
-