Uses of Class
org.apache.cassandra.config.DurationSpec.IntSecondsBound
Packages that use DurationSpec.IntSecondsBound
Package
Description
-
Uses of DurationSpec.IntSecondsBound in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as DurationSpec.IntSecondsBoundModifier and TypeFieldDescriptionConfig.cache_load_timeoutConfig.counter_cache_save_periodConfig.denylist_initial_load_retryConfig.denylist_refreshConfig.key_cache_save_periodConfig.row_cache_save_periodConfig.streaming_keep_alive_periodConfig.trace_type_query_ttlConfig.trace_type_repair_ttlNumber of seconds to set nowInSec into the future when performing validation previews against repaired data this (attempts) to prevent a race where validations on different machines are started on different sides of a tombstone being compacted awayMethods in org.apache.cassandra.config that return DurationSpec.IntSecondsBoundModifier and TypeMethodDescriptionstatic DurationSpec.IntSecondsBoundDatabaseDescriptor.getAutoSnapshotTtl()static DurationSpec.IntSecondsBoundDatabaseDescriptor.getStreamingSlowEventsLogTimeout()static DurationSpec.IntSecondsBoundDurationSpec.IntSecondsBound.inSecondsString(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.IntSecondsBoundModifier and TypeMethodDescriptionstatic 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.IntSecondsBoundModifier and TypeMethodDescriptionprotected TableSnapshotColumnFamilyStore.createSnapshot(String tag, boolean ephemeral, DurationSpec.IntSecondsBound ttl, Set<SSTableReader> sstables, Instant creationTime) 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, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, Instant creationTime) ColumnFamilyStore.snapshot(String snapshotName, DurationSpec.IntSecondsBound ttl) voidKeyspace.snapshot(String snapshotName, String columnFamilyName, boolean skipFlush, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, Instant creationTime) Take a snapshot of the specific column family, or the entire set of column families if columnFamily is null with a given timestampColumnFamilyStore.snapshotWithoutMemtable(String snapshotName, com.google.common.base.Predicate<SSTableReader> predicate, boolean ephemeral, DurationSpec.IntSecondsBound ttl, com.google.common.util.concurrent.RateLimiter rateLimiter, Instant creationTime) -
Uses of DurationSpec.IntSecondsBound in org.apache.cassandra.repair.autorepair
Fields in org.apache.cassandra.repair.autorepair declared as DurationSpec.IntSecondsBoundModifier and TypeFieldDescriptionAutoRepairConfig.history_clear_delete_hosts_buffer_intervalAutoRepairConfig.Options.initial_scheduler_delayAutoRepairConfig.Options.min_repair_intervalAutoRepairConfig.repair_check_intervalAutoRepairConfig.Options.repair_session_timeoutstatic DurationSpec.IntSecondsBoundAutoRepair.SLEEP_IF_REPAIR_FINISHES_QUICKLYAutoRepairConfig.Options.table_max_repair_timeMethods in org.apache.cassandra.repair.autorepair that return DurationSpec.IntSecondsBoundModifier and TypeMethodDescriptionAutoRepairConfig.getAutoRepairHistoryClearDeleteHostsBufferInterval()AutoRepairConfig.getAutoRepairTableMaxRepairTime(AutoRepairConfig.RepairType repairType) AutoRepairConfig.getInitialSchedulerDelay(AutoRepairConfig.RepairType repairType) AutoRepairConfig.getRepairCheckInterval()AutoRepairConfig.getRepairMinInterval(AutoRepairConfig.RepairType repairType) AutoRepairConfig.getRepairSessionTimeout(AutoRepairConfig.RepairType repairType) Methods in org.apache.cassandra.repair.autorepair with parameters of type DurationSpec.IntSecondsBoundModifier and TypeMethodDescriptionvoidAutoRepair.RepairProgressListener.await(DurationSpec.IntSecondsBound repairSessionTimeout) -
Uses of DurationSpec.IntSecondsBound in org.apache.cassandra.service.snapshot
Constructors in org.apache.cassandra.service.snapshot with parameters of type DurationSpec.IntSecondsBoundModifierConstructorDescriptionSnapshotManifest(List<String> files, DurationSpec.IntSecondsBound ttl, Instant creationTime, boolean ephemeral)