Uses of Class
org.apache.cassandra.service.snapshot.TableSnapshot
-
Packages that use TableSnapshot Package Description org.apache.cassandra.db org.apache.cassandra.service org.apache.cassandra.service.snapshot -
-
Uses of TableSnapshot in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return TableSnapshot Modifier and Type Method Description protected TableSnapshotDirectories. buildSnapshot(java.lang.String tag, SnapshotManifest manifest, java.util.Set<File> snapshotDirs)protected TableSnapshotColumnFamilyStore. createSnapshot(java.lang.String tag, boolean ephemeral, DurationSpec.IntSecondsBound ttl, java.util.Set<SSTableReader> sstables, java.time.Instant creationTime)TableSnapshotColumnFamilyStore. snapshot(java.lang.String snapshotName)Take a snap shot of this columnfamily store.TableSnapshotColumnFamilyStore. snapshot(java.lang.String snapshotName, boolean skipMemtable, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, java.time.Instant creationTime)Take a snap shot of this columnfamily store.TableSnapshotColumnFamilyStore. snapshot(java.lang.String snapshotName, com.google.common.base.Predicate<SSTableReader> predicate, boolean ephemeral, boolean skipMemtable)TableSnapshotColumnFamilyStore. snapshot(java.lang.String snapshotName, com.google.common.base.Predicate<SSTableReader> predicate, boolean ephemeral, boolean skipMemtable, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, java.time.Instant creationTime)TableSnapshotColumnFamilyStore. snapshot(java.lang.String snapshotName, DurationSpec.IntSecondsBound ttl)TableSnapshotColumnFamilyStore. snapshotWithoutMemtable(java.lang.String snapshotName)TableSnapshotColumnFamilyStore. snapshotWithoutMemtable(java.lang.String snapshotName, com.google.common.base.Predicate<SSTableReader> predicate, boolean ephemeral, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, java.time.Instant creationTime)TableSnapshotColumnFamilyStore. snapshotWithoutMemtable(java.lang.String snapshotName, java.time.Instant creationTime)Methods in org.apache.cassandra.db that return types with arguments of type TableSnapshot Modifier and Type Method Description java.util.stream.Stream<TableSnapshot>Keyspace. getAllSnapshots()java.util.Map<java.lang.String,TableSnapshot>ColumnFamilyStore. listSnapshots()java.util.Map<java.lang.String,TableSnapshot>Directories. listSnapshots()Methods in org.apache.cassandra.db with parameters of type TableSnapshot Modifier and Type Method Description static voidSnapshotDetailsTabularData. from(TableSnapshot details, javax.management.openmbean.TabularDataSupport result) -
Uses of TableSnapshot in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type TableSnapshot Modifier and Type Method Description voidStorageService. addSnapshot(TableSnapshot snapshot) -
Uses of TableSnapshot in org.apache.cassandra.service.snapshot
Methods in org.apache.cassandra.service.snapshot that return types with arguments of type TableSnapshot Modifier and Type Method Description java.util.Collection<TableSnapshot>SnapshotManager. getExpiringSnapshots()java.util.Set<TableSnapshot>SnapshotLoader. loadSnapshots()java.util.Set<TableSnapshot>SnapshotManager. loadSnapshots()Methods in org.apache.cassandra.service.snapshot with parameters of type TableSnapshot Modifier and Type Method Description voidSnapshotManager. addSnapshot(TableSnapshot snapshot)voidSnapshotManager. clearSnapshot(TableSnapshot snapshot)Method parameters in org.apache.cassandra.service.snapshot with type arguments of type TableSnapshot Modifier and Type Method Description protected voidSnapshotManager. addSnapshots(java.util.Collection<TableSnapshot> snapshots)
-