Uses of Class
org.apache.cassandra.service.snapshot.TableSnapshot
Packages that use TableSnapshot
Package
Description
-
Uses of TableSnapshot in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return TableSnapshotModifier and TypeMethodDescriptionprotected TableSnapshotColumnFamilyStore.createSnapshot(String tag, boolean ephemeral, DurationSpec.IntSecondsBound ttl, Set<SSTableReader> sstables, Instant creationTime) Take a snap shot of this columnfamily store.ColumnFamilyStore.snapshot(String snapshotName, boolean skipMemtable, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, Instant creationTime) Take a snap shot of this columnfamily store.ColumnFamilyStore.snapshot(String snapshotName, com.google.common.base.Predicate<SSTableReader> predicate, boolean ephemeral, boolean skipMemtable) ColumnFamilyStore.snapshot(String snapshotName, com.google.common.base.Predicate<SSTableReader> predicate, boolean ephemeral, boolean skipMemtable, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, Instant creationTime) ColumnFamilyStore.snapshot(String snapshotName, DurationSpec.IntSecondsBound ttl) ColumnFamilyStore.snapshotWithoutMemtable(String snapshotName) ColumnFamilyStore.snapshotWithoutMemtable(String snapshotName, com.google.common.base.Predicate<SSTableReader> predicate, boolean ephemeral, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, Instant creationTime) ColumnFamilyStore.snapshotWithoutMemtable(String snapshotName, Instant creationTime) Methods in org.apache.cassandra.db that return types with arguments of type TableSnapshotModifier and TypeMethodDescriptionKeyspace.getAllSnapshots()ColumnFamilyStore.listSnapshots()Directories.listSnapshots()Methods in org.apache.cassandra.db with parameters of type TableSnapshotModifier and TypeMethodDescriptionstatic voidSnapshotDetailsTabularData.from(TableSnapshot details, TabularDataSupport result) -
Uses of TableSnapshot in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type TableSnapshot -
Uses of TableSnapshot in org.apache.cassandra.service.snapshot
Methods in org.apache.cassandra.service.snapshot that return types with arguments of type TableSnapshotModifier and TypeMethodDescriptionSnapshotManager.getExpiringSnapshots()SnapshotLoader.loadSnapshots()SnapshotLoader.loadSnapshots(String keyspace) SnapshotManager.loadSnapshots()SnapshotManager.loadSnapshots(String keyspace) static Predicate<TableSnapshot>TableSnapshot.shouldClearSnapshot(String tag, long olderThanTimestamp) Methods in org.apache.cassandra.service.snapshot with parameters of type TableSnapshotModifier and TypeMethodDescriptionvoidSnapshotManager.addSnapshot(TableSnapshot snapshot) voidSnapshotManager.clearSnapshot(TableSnapshot snapshot) Deletes snapshot and remove it from managerMethod parameters in org.apache.cassandra.service.snapshot with type arguments of type TableSnapshotModifier and TypeMethodDescriptionprotected voidSnapshotManager.addSnapshots(Collection<TableSnapshot> snapshots)