Uses of Class
org.apache.cassandra.config.DataStorageSpec.LongBytesBound
Packages that use DataStorageSpec.LongBytesBound
Package
Description
-
Uses of DataStorageSpec.LongBytesBound in org.apache.cassandra.config
Fields in org.apache.cassandra.config declared as DataStorageSpec.LongBytesBoundModifier and TypeFieldDescriptionConfig.max_hints_size_per_hostConfig.min_tracked_partition_sizeConfig.streaming_state_sizeMethods in org.apache.cassandra.config that return DataStorageSpec.LongBytesBoundModifier and TypeMethodDescriptionGuardrailsOptions.getCollectionSizeFailThreshold()GuardrailsOptions.getCollectionSizeWarnThreshold()GuardrailsOptions.getColumnValueSizeFailThreshold()GuardrailsOptions.getColumnValueSizeWarnThreshold()DatabaseDescriptor.getCoordinatorReadSizeFailThreshold()DatabaseDescriptor.getCoordinatorReadSizeWarnThreshold()GuardrailsOptions.getDataDiskUsageMaxDiskSize()DatabaseDescriptor.getLocalReadSizeFailThreshold()DatabaseDescriptor.getLocalReadSizeWarnThreshold()DatabaseDescriptor.getMinTrackedPartitionSizeInBytes()GuardrailsOptions.getPartitionSizeFailThreshold()GuardrailsOptions.getPartitionSizeWarnThreshold()DatabaseDescriptor.getRowIndexReadSizeFailThreshold()DatabaseDescriptor.getRowIndexReadSizeWarnThreshold()GuardrailsOptions.getSaiFrozenTermSizeFailThreshold()GuardrailsOptions.getSaiFrozenTermSizeWarnThreshold()GuardrailsOptions.getSaiStringTermSizeFailThreshold()GuardrailsOptions.getSaiStringTermSizeWarnThreshold()GuardrailsOptions.getSaiVectorTermSizeFailThreshold()GuardrailsOptions.getSaiVectorTermSizeWarnThreshold()DatabaseDescriptor.getStreamingStateSize()Methods in org.apache.cassandra.config with parameters of type DataStorageSpec.LongBytesBoundModifier and TypeMethodDescriptionvoidGuardrailsOptions.setCollectionSizeThreshold(DataStorageSpec.LongBytesBound warn, DataStorageSpec.LongBytesBound fail) voidGuardrailsOptions.setColumnValueSizeThreshold(DataStorageSpec.LongBytesBound warn, DataStorageSpec.LongBytesBound fail) static voidDatabaseDescriptor.setCoordinatorReadSizeFailThreshold(DataStorageSpec.LongBytesBound value) static voidDatabaseDescriptor.setCoordinatorReadSizeWarnThreshold(DataStorageSpec.LongBytesBound value) voidGuardrailsOptions.setDataDiskUsageMaxDiskSize(DataStorageSpec.LongBytesBound diskSize) static voidDatabaseDescriptor.setLocalReadSizeFailThreshold(DataStorageSpec.LongBytesBound value) static voidDatabaseDescriptor.setLocalReadSizeWarnThreshold(DataStorageSpec.LongBytesBound value) static voidDatabaseDescriptor.setMinTrackedPartitionSizeInBytes(DataStorageSpec.LongBytesBound spec) voidGuardrailsOptions.setPartitionSizeThreshold(DataStorageSpec.LongBytesBound warn, DataStorageSpec.LongBytesBound fail) static voidDatabaseDescriptor.setRowIndexReadSizeFailThreshold(DataStorageSpec.LongBytesBound value) static voidDatabaseDescriptor.setRowIndexReadSizeWarnThreshold(DataStorageSpec.LongBytesBound value) voidGuardrailsOptions.setSaiFrozenTermSizeThreshold(DataStorageSpec.LongBytesBound warn, DataStorageSpec.LongBytesBound fail) voidGuardrailsOptions.setSaiStringTermSizeThreshold(DataStorageSpec.LongBytesBound warn, DataStorageSpec.LongBytesBound fail) voidGuardrailsOptions.setSaiVectorTermSizeThreshold(DataStorageSpec.LongBytesBound warn, DataStorageSpec.LongBytesBound fail) static voidDatabaseDescriptor.setStreamingStateSize(DataStorageSpec.LongBytesBound duration) -
Uses of DataStorageSpec.LongBytesBound in org.apache.cassandra.db.guardrails
Methods in org.apache.cassandra.db.guardrails that return DataStorageSpec.LongBytesBoundModifier and TypeMethodDescriptionGuardrailsConfig.getCollectionSizeFailThreshold()GuardrailsConfig.getCollectionSizeWarnThreshold()GuardrailsConfig.getColumnValueSizeFailThreshold()GuardrailsConfig.getColumnValueSizeWarnThreshold()GuardrailsConfig.getDataDiskUsageMaxDiskSize()GuardrailsConfig.getPartitionSizeFailThreshold()GuardrailsConfig.getPartitionSizeWarnThreshold()GuardrailsConfig.getSaiFrozenTermSizeFailThreshold()GuardrailsConfig.getSaiFrozenTermSizeWarnThreshold()GuardrailsConfig.getSaiStringTermSizeFailThreshold()GuardrailsConfig.getSaiStringTermSizeWarnThreshold()GuardrailsConfig.getSaiVectorTermSizeFailThreshold()GuardrailsConfig.getSaiVectorTermSizeWarnThreshold()Methods in org.apache.cassandra.db.guardrails with parameters of type DataStorageSpec.LongBytesBoundModifier and TypeMethodDescriptionvoidGuardrailsConfig.setSaiFrozenTermSizeThreshold(DataStorageSpec.LongBytesBound warn, DataStorageSpec.LongBytesBound fail) Sets warning and failure thresholds for the size of frozen terms written to an SAI indexvoidGuardrailsConfig.setSaiStringTermSizeThreshold(DataStorageSpec.LongBytesBound warn, DataStorageSpec.LongBytesBound fail) Sets warning and failure thresholds for the size of string terms written to an SAI indexvoidGuardrailsConfig.setSaiVectorTermSizeThreshold(DataStorageSpec.LongBytesBound warn, DataStorageSpec.LongBytesBound fail) Sets warning and failure thresholds for the size of vector terms written to an SAI index -
Uses of DataStorageSpec.LongBytesBound in org.apache.cassandra.repair.autorepair
Constructors in org.apache.cassandra.repair.autorepair with parameters of type DataStorageSpec.LongBytesBoundModifierConstructorDescriptionRepairTypeDefaults(AutoRepairConfig.RepairType repairType, DataStorageSpec.LongBytesBound bytesPerAssignment, long partitionsPerAssignment, int maxTablesPerAssignment, DataStorageSpec.LongBytesBound maxBytesPerSchedule)