static EnableFlag |
Guardrails.allowFilteringEnabled |
Guardrail disabling ALLOW FILTERING statement within a query
|
static EnableFlag |
Guardrails.alterTableEnabled |
Guardrail disabling ALTER TABLE column mutation access.
|
static EnableFlag |
Guardrails.compactTablesEnabled |
Guardrail disabling the creation of new COMPACT STORAGE tables
|
static EnableFlag |
Guardrails.createSecondaryIndexesEnabled |
Guardrail disabling user's ability to create secondary indexes
|
static EnableFlag |
Guardrails.dropKeyspaceEnabled |
Guardrail disabling DROP KEYSPACE behavior
|
static EnableFlag |
Guardrails.dropTruncateTableEnabled |
Guardrail disabling DROP / TRUNCATE TABLE behavior
|
static EnableFlag |
Guardrails.groupByEnabled |
|
static EnableFlag |
Guardrails.readBeforeWriteListOperationsEnabled |
Guardrail disabling operations on lists that require read before write.
|
static EnableFlag |
Guardrails.simpleStrategyEnabled |
Guardrail disabling setting SimpleStrategy via keyspace creation or alteration
|
static EnableFlag |
Guardrails.uncompressedTablesEnabled |
Guardrail disabling user's ability to turn off compression
|
static EnableFlag |
Guardrails.userTimestampsEnabled |
Guardrail disabling user-provided timestamps.
|
static EnableFlag |
Guardrails.zeroTTLOnTWCSEnabled |
Guardrail to warn or fail a CREATE or ALTER TABLE statement when default_time_to_live is set to 0 and
the table is using TimeWindowCompactionStrategy compaction or a subclass of it.
|