Package | Description |
---|---|
org.apache.cassandra.db.guardrails |
Modifier and Type | Class and Description |
---|---|
class |
PercentageThreshold
A
Threshold guardrail whose values represent a percentage |
Modifier and Type | Field and Description |
---|---|
static MaxThreshold |
Guardrails.collectionSize
Guardrail on the size of a collection.
|
static MaxThreshold |
Guardrails.columnsPerTable
Guardrail on the number of columns per table.
|
static MaxThreshold |
Guardrails.fieldsPerUDT
Guardrail on the number of fields on each UDT.
|
static MaxThreshold |
Guardrails.inSelectCartesianProduct
Guardrail on the number of restrictions created by a cartesian product of a CQL's
IN query. |
static MaxThreshold |
Guardrails.itemsPerCollection
Guardrail on the number of items of a collection.
|
static MaxThreshold |
Guardrails.keyspaces
Guardrail on the total number of user keyspaces.
|
static MaxThreshold |
Guardrails.materializedViewsPerTable
Guardrail on the number of materialized views per table.
|
static MaxThreshold |
Guardrails.pageSize
Guardrail on the number of elements returned within page.
|
static MaxThreshold |
Guardrails.partitionKeysInSelect
Guardrail on the number of partition keys in the IN clause.
|
static MaxThreshold |
Guardrails.secondaryIndexesPerTable |
static MaxThreshold |
Guardrails.tables
Guardrail on the total number of tables on user keyspaces.
|
Copyright © 2009-2022 The Apache Software Foundation