Uses of Class
org.apache.cassandra.config.DurationSpec.IntSecondsBound
-
Packages that use DurationSpec.IntSecondsBound Package Description org.apache.cassandra.config org.apache.cassandra.db org.apache.cassandra.service.snapshot -
-
Uses of DurationSpec.IntSecondsBound in org.apache.cassandra.config
Methods in org.apache.cassandra.config that return DurationSpec.IntSecondsBound Modifier and Type Method Description static DurationSpec.IntSecondsBoundDatabaseDescriptor. getAutoSnapshotTtl()static DurationSpec.IntSecondsBoundDatabaseDescriptor. getStreamingSlowEventsLogTimeout()static DurationSpec.IntSecondsBoundDurationSpec.IntSecondsBound. inSecondsString(java.lang.String value)Creates aDurationSpec.IntSecondsBoundof the specified amount in seconds, expressed either as the number of seconds without unit, or as a regular quantity with unit.Methods in org.apache.cassandra.config with parameters of type DurationSpec.IntSecondsBound Modifier and Type Method Description static voidDatabaseDescriptor. setAutoSnapshotTtl(DurationSpec.IntSecondsBound newTtl) -
Uses of DurationSpec.IntSecondsBound in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type DurationSpec.IntSecondsBound Modifier and Type Method Description 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, 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, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, java.time.Instant creationTime)TableSnapshotColumnFamilyStore. snapshot(java.lang.String snapshotName, DurationSpec.IntSecondsBound ttl)voidKeyspace. snapshot(java.lang.String snapshotName, java.lang.String columnFamilyName, boolean skipFlush, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, java.time.Instant creationTime)Take a snapshot of the specific column family, or the entire set of column families if columnFamily is null with a given timestampTableSnapshotColumnFamilyStore. 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) -
Uses of DurationSpec.IntSecondsBound in org.apache.cassandra.service.snapshot
Constructors in org.apache.cassandra.service.snapshot with parameters of type DurationSpec.IntSecondsBound Constructor Description SnapshotManifest(java.util.List<java.lang.String> files, DurationSpec.IntSecondsBound ttl, java.time.Instant creationTime)
-