Uses of Class
org.apache.cassandra.db.guardrails.MaxThreshold
Packages that use MaxThreshold
-
Uses of MaxThreshold in org.apache.cassandra.db.guardrails
Subclasses of MaxThreshold in org.apache.cassandra.db.guardrailsFields in org.apache.cassandra.db.guardrails declared as MaxThresholdModifier and TypeFieldDescriptionstatic final MaxThresholdGuardrails.collectionSizeGuardrail on the size of a collection.static final MaxThresholdGuardrails.columnsPerTableGuardrail on the number of columns per table.static final MaxThresholdGuardrails.columnValueSizeGuardrail on the size of a collection.static final MaxThresholdGuardrails.fieldsPerUDTGuardrail on the number of fields on each UDT.static final MaxThresholdGuardrails.inSelectCartesianProductGuardrail on the number of restrictions created by a cartesian product of a CQL'sINquery.static final MaxThresholdGuardrails.itemsPerCollectionGuardrail on the number of items of a collection.static final MaxThresholdGuardrails.keyspacesGuardrail on the total number of user keyspaces.static final MaxThresholdGuardrails.materializedViewsPerTableGuardrail on the number of materialized views per table.static final MaxThresholdGuardrails.maximumAllowableTimestampstatic final MaxThresholdGuardrails.maximumReplicationFactorGuardrail on the maximum replication factor.static final MaxThresholdGuardrails.pageSizeGuardrail on the number of elements returned within page.static final MaxThresholdGuardrails.partitionKeysInSelectGuardrail on the number of partition keys in the IN clause.static final MaxThresholdGuardrails.partitionSizeGuardrail on the size of a partition.static final MaxThresholdGuardrails.partitionTombstonesGuardrail on the number of rows of a partition.static final MaxThresholdGuardrails.saiFrozenTermSizeGuardrail on the size of a frozen term written to SAI index.static final MaxThresholdGuardrails.saiSSTableIndexesPerQuerystatic final MaxThresholdGuardrails.saiStringTermSizeGuardrail on the size of a string term written to SAI index.static final MaxThresholdGuardrails.saiVectorTermSizeGuardrail on the size of a vector term written to SAI index.static final MaxThresholdGuardrails.secondaryIndexesPerTablestatic final MaxThresholdGuardrails.tablesGuardrail on the total number of tables on user keyspaces.static final MaxThresholdGuardrails.vectorDimensionsGuardrail on the number of dimensions of vector columns.