Class SystemDistributedKeyspace

java.lang.Object
org.apache.cassandra.schema.SystemDistributedKeyspace

public final class SystemDistributedKeyspace extends Object
  • Field Details

    • NAME

      public static final String NAME
      See Also:
    • GENERATION

      public static final long GENERATION
      Generation is used as a timestamp for automatic table creation on startup. If you make any changes to the tables below, make sure to increment the generation and document your change here. gen 0: original definition in 2.2 gen 1: (pre-)add options column to parent_repair_history in 3.0, 3.11 gen 2: (pre-)add coordinator_port and participants_v2 columns to repair_history in 3.0, 3.11, 4.0 gen 3: gc_grace_seconds raised from 0 to 10 days in CASSANDRA-12954 in 3.11.0 gen 4: compression chunk length reduced to 16KiB, memtable_flush_period_in_ms now unset on all tables in 4.0 gen 5: add ttl and TWCS to repair_history tables gen 6: add denylist table gen 7: add auto_repair_history and auto_repair_priority tables for AutoRepair feature
    • REPAIR_HISTORY

      public static final String REPAIR_HISTORY
      See Also:
    • PARENT_REPAIR_HISTORY

      public static final String PARENT_REPAIR_HISTORY
      See Also:
    • VIEW_BUILD_STATUS

      public static final String VIEW_BUILD_STATUS
      See Also:
    • PARTITION_DENYLIST_TABLE

      public static final String PARTITION_DENYLIST_TABLE
      See Also:
    • AUTO_REPAIR_HISTORY

      public static final String AUTO_REPAIR_HISTORY
      See Also:
    • AUTO_REPAIR_PRIORITY

      public static final String AUTO_REPAIR_PRIORITY
      See Also:
    • PartitionDenylistTable

      public static final TableMetadata PartitionDenylistTable
    • AutoRepairHistory

      public static final TableMetadata AutoRepairHistory
    • AutoRepairPriority

      public static final TableMetadata AutoRepairPriority
  • Method Details