Uses of Class
org.apache.cassandra.config.DurationSpec.LongMillisecondsBound
Packages that use DurationSpec.LongMillisecondsBound
-
Uses of DurationSpec.LongMillisecondsBound in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as DurationSpec.LongMillisecondsBoundModifier and TypeFieldDescriptionRetrySpec.baseSleepTimeConfig.cas_contention_timeoutstatic final DurationSpec.LongMillisecondsBoundRetrySpec.DEFAULT_BASE_SLEEPstatic final DurationSpec.LongMillisecondsBoundRetrySpec.DEFAULT_MAX_SLEEPRetrySpec.maxSleepTimeConfig.native_transport_timeoutConfig.range_request_timeoutConfig.read_request_timeoutConfig.repair_request_timeoutConfig.request_timeoutConfig.slow_query_log_timeoutConfig.stream_transfer_task_timeoutConfig.truncate_request_timeoutTime in milliseconds after a fatal UDF run-time situation is detected and action according to user_function_timeout_policy will take place.Time in milliseconds after a warning will be emitted to the log and to the client that a UDF runs too long.Config.write_request_timeoutMethods in org.apache.cassandra.config that return DurationSpec.LongMillisecondsBoundModifier and TypeMethodDescriptionRetrySpec.getBaseSleepTime()RetrySpec.getMaxSleepTime()DatabaseDescriptor.getStreamTransferTaskTimeout()Constructors in org.apache.cassandra.config with parameters of type DurationSpec.LongMillisecondsBoundModifierConstructorDescriptionRetrySpec(RetrySpec.MaxAttempt maxAttempts, DurationSpec.LongMillisecondsBound baseSleepTime, DurationSpec.LongMillisecondsBound maxSleepTime)