Uses of Class
org.apache.cassandra.config.DurationSpec.LongMicrosecondsBound
Packages that use DurationSpec.LongMicrosecondsBound
-
Uses of DurationSpec.LongMicrosecondsBound in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as DurationSpec.LongMicrosecondsBoundModifier and TypeFieldDescriptionThe configuration of timestamp boundsMethods in org.apache.cassandra.config that return DurationSpec.LongMicrosecondsBoundModifier and TypeMethodDescriptionGuardrailsOptions.getMaximumTimestampFailThreshold()GuardrailsOptions.getMaximumTimestampWarnThreshold()GuardrailsOptions.getMinimumTimestampFailThreshold()GuardrailsOptions.getMinimumTimestampWarnThreshold()Methods in org.apache.cassandra.config with parameters of type DurationSpec.LongMicrosecondsBoundModifier and TypeMethodDescriptionvoidGuardrailsOptions.setMaximumTimestampThreshold(DurationSpec.LongMicrosecondsBound warn, DurationSpec.LongMicrosecondsBound fail) voidGuardrailsOptions.setMinimumTimestampThreshold(DurationSpec.LongMicrosecondsBound warn, DurationSpec.LongMicrosecondsBound fail) static voidGuardrailsOptions.validateTimestampThreshold(DurationSpec.LongMicrosecondsBound warn, DurationSpec.LongMicrosecondsBound fail, String name) -
Uses of DurationSpec.LongMicrosecondsBound in org.apache.cassandra.db.guardrails
Methods in org.apache.cassandra.db.guardrails that return DurationSpec.LongMicrosecondsBoundModifier and TypeMethodDescriptionGuardrailsConfig.getMaximumTimestampFailThreshold()GuardrailsConfig.getMaximumTimestampWarnThreshold()GuardrailsConfig.getMinimumTimestampFailThreshold()GuardrailsConfig.getMinimumTimestampWarnThreshold()Methods in org.apache.cassandra.db.guardrails with parameters of type DurationSpec.LongMicrosecondsBoundModifier and TypeMethodDescriptionvoidGuardrailsConfig.setMaximumTimestampThreshold(DurationSpec.LongMicrosecondsBound warn, DurationSpec.LongMicrosecondsBound fail) Sets the warning upper bound for user supplied timestampsvoidGuardrailsConfig.setMinimumTimestampThreshold(DurationSpec.LongMicrosecondsBound warn, DurationSpec.LongMicrosecondsBound fail) Sets the warning lower bound for user supplied timestamps