Constant Field Values

Contents

org.apache.*

  • org.apache.cassandra.batchlog.BatchlogManager 
    Modifier and Type Constant Field Value
    public static final java.lang.String MBEAN_NAME "org.apache.cassandra.db:type=BatchlogManager"
  • org.apache.cassandra.cql3.functions.OperationFcts 
    Modifier and Type Constant Field Value
    public static final java.lang.String NEGATION_FUNCTION_NAME "_negate"
  • org.apache.cassandra.cql3.functions.UDFByteCodeVerifier 
    Modifier and Type Constant Field Value
    public static final java.lang.String CTOR_SIG "(Lorg/apache/cassandra/cql3/functions/UDFDataType;Lorg/apache/cassandra/cql3/functions/UDFContext;)V"
  • org.apache.cassandra.cql3.functions.masking.ColumnMask 
    Modifier and Type Constant Field Value
    public static final java.lang.String DISABLED_ERROR_MESSAGE "Cannot mask columns because dynamic data masking is not enabled. You can enable it with the dynamic_data_masking_enabled property on cassandra.yaml"
  • org.apache.cassandra.cql3.functions.masking.DefaultMaskingFunction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "default"
  • org.apache.cassandra.cql3.functions.masking.HashMaskingFunction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "hash"
  • org.apache.cassandra.cql3.functions.masking.MaskingFunction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME_PREFIX "mask_"
  • org.apache.cassandra.cql3.functions.masking.NullMaskingFunction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "null"
  • org.apache.cassandra.cql3.functions.masking.PartialMaskingFunction 
    Modifier and Type Constant Field Value
    public static final char DEFAULT_PADDING_CHAR 42
  • org.apache.cassandra.cql3.functions.masking.ReplaceMaskingFunction 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "replace"
  • org.apache.cassandra.cql3.restrictions.IndexRestrictions 
    Modifier and Type Constant Field Value
    public static final java.lang.String CUSTOM_EXPRESSION_NOT_SUPPORTED "Index %s does not support custom expressions"
    public static final java.lang.String INDEX_NOT_FOUND "Invalid index expression, index %s not found for %s"
    public static final java.lang.String INVALID_INDEX "Target index %s cannot be used to query %s"
    public static final java.lang.String MULTIPLE_EXPRESSIONS "Multiple custom index expressions in a single query are not supported"
    public static final java.lang.String NON_CUSTOM_INDEX_IN_EXPRESSION "Only CUSTOM indexes may be used in custom index expressions, %s is not valid"
  • org.apache.cassandra.cql3.restrictions.StatementRestrictions 
    Modifier and Type Constant Field Value
    public static final java.lang.String ANN_ONLY_SUPPORTED_ON_VECTOR_MESSAGE "ANN ordering is only supported on float vector indexes"
    public static final java.lang.String ANN_REQUIRES_INDEX_MESSAGE "ANN ordering by vector requires the column to be indexed"
    public static final java.lang.String ANN_REQUIRES_INDEXED_FILTERING_MESSAGE "ANN ordering by vector requires all restricted column(s) to be indexed"
    public static final java.lang.String CANNOT_USE_ALLOW_FILTERING_MESSAGE "Cannot execute this query as it might involve data filtering and thus may have unpredictable performance. Executing this query despite the performance unpredictability with ALLOW FILTERING has been disabled by the allow_filtering_enabled property in cassandra.yaml"
    public static final java.lang.String REQUIRES_ALLOW_FILTERING_MESSAGE "Cannot execute this query as it might involve data filtering and thus may have unpredictable performance. If you want to execute this query despite the performance unpredictability, use ALLOW FILTERING"
    public static final java.lang.String VECTOR_INDEXES_ANN_ONLY_MESSAGE "Vector indexes only support ANN queries"
  • org.apache.cassandra.cql3.statements.ModificationStatement 
    Modifier and Type Constant Field Value
    public static final java.lang.String CUSTOM_EXPRESSIONS_NOT_ALLOWED "Custom index expressions cannot be used in WHERE clauses for UPDATE or DELETE statements"
  • org.apache.cassandra.cql3.statements.SelectStatement 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_PAGE_SIZE 10000
    public static final java.lang.String TOPK_AGGREGATION_ERROR "Top-K queries can not be run with aggregation"
    public static final java.lang.String TOPK_CONSISTENCY_LEVEL_ERROR "Top-K queries can only be run with consistency level ONE/LOCAL_ONE. Consistency level %s was used."
    public static final java.lang.String TOPK_CONSISTENCY_LEVEL_WARNING "Top-K queries can only be run with consistency level ONE / LOCAL_ONE / NODE_LOCAL. Consistency level %s was requested. Downgrading the consistency level to %s."
    public static final java.lang.String TOPK_LIMIT_ERROR "Top-K queries must have a limit specified and the limit must be less than the query page size"
    public static final java.lang.String TOPK_PAGE_SIZE_WARNING "Top-K queries do not support paging and the page size is set to %d, which is less than LIMIT %d. The page size has been set to %d to match the LIMIT."
    public static final java.lang.String TOPK_PARTITION_LIMIT_ERROR "Top-K queries do not support per-partition limits"
  • org.apache.cassandra.db.filter.DataLimits 
    Modifier and Type Constant Field Value
    public static final int NO_LIMIT 2147483647
  • org.apache.cassandra.db.guardrails.Guardrail 
    Modifier and Type Constant Field Value
    protected static final java.lang.String REDACTED "<redacted>"
  • org.apache.cassandra.db.guardrails.Guardrails 
    Modifier and Type Constant Field Value
    public static final java.lang.String MBEAN_NAME "org.apache.cassandra.db:type=Guardrails"
  • org.apache.cassandra.db.view.View 
    Modifier and Type Constant Field Value
    public static final java.lang.String USAGE_WARNING "Materialized views are experimental and are not recommended for production use."
  • org.apache.cassandra.fql.FullQueryLogger 
    Modifier and Type Constant Field Value
    public static final java.lang.String BATCH "batch"
    public static final java.lang.String BATCH_TYPE "batch-type"
    public static final long CURRENT_VERSION 0L
    public static final java.lang.String GENERATED_NOW_IN_SECONDS "generated-now-in-seconds"
    public static final java.lang.String GENERATED_TIMESTAMP "generated-timestamp"
    public static final java.lang.String KEYSPACE "keyspace"
    public static final java.lang.String PROTOCOL_VERSION "protocol-version"
    public static final java.lang.String QUERIES "queries"
    public static final java.lang.String QUERY "query"
    public static final java.lang.String QUERY_OPTIONS "query-options"
    public static final java.lang.String QUERY_START_TIME "query-start-time"
    public static final java.lang.String SINGLE_QUERY "single-query"
    public static final java.lang.String TYPE "type"
    public static final java.lang.String VALUES "values"
    public static final java.lang.String VERSION "version"
  • org.apache.cassandra.hints.HintsService 
    Modifier and Type Constant Field Value
    public static final java.lang.String MBEAN_NAME "org.apache.cassandra.hints:type=HintsService"
  • org.apache.cassandra.hints.PendingHintsInfo 
    Modifier and Type Constant Field Value
    public static final java.lang.String HOST_ID "host_id"
    public static final java.lang.String NEWEST_TIMESTAMP "newest_timestamp"
    public static final java.lang.String OLDEST_TIMESTAMP "oldest_timestamp"
    public static final java.lang.String TOTAL_FILES "total_files"
  • org.apache.cassandra.index.internal.CassandraIndex 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "legacy_local_table"
  • org.apache.cassandra.index.sai.StorageAttachedIndex 
    Modifier and Type Constant Field Value
    public static final java.lang.String ANALYSIS_ON_KEY_COLUMNS_MESSAGE "Analysis options are not supported on primary key columns, but found "
    public static final java.lang.String ANN_LIMIT_ERROR "Use of ANN OF in an ORDER BY clause requires a LIMIT that is not greater than %s. LIMIT was %s"
    public static final java.lang.String NAME "sai"
    public static final java.lang.String TERM_OVERSIZE_MESSAGE "Term in column \'%s\' for key \'%s\' is too large and cannot be indexed. (term size: %s)"
    public static final java.lang.String VECTOR_1_DIMENSION_COSINE_ERROR "Cosine similarity is not supported for single-dimension vectors"
    public static final java.lang.String VECTOR_MULTIPLE_DATA_DIRECTORY_ERROR "SAI ANN indexes are not allowed on multiple data directories"
    public static final java.lang.String VECTOR_NON_FLOAT_ERROR "SAI ANN indexes are only allowed on vector columns with float elements"
    public static final java.lang.String VECTOR_USAGE_WARNING "SAI ANN indexes on vector columns are experimental and are not recommended for production use.\nThey don\'t yet support SELECT queries with:\n * Consistency level higher than ONE/LOCAL_ONE.\n * Paging.\n * No LIMIT clauses.\n * PER PARTITION LIMIT clauses.\n * GROUP BY clauses.\n * Aggregation functions.\n * Filters on columns without a SAI index."
  • org.apache.cassandra.index.sai.analyzer.NonTokenizingOptions 
    Modifier and Type Constant Field Value
    public static final java.lang.String ASCII "ascii"
    public static final java.lang.String CASE_SENSITIVE "case_sensitive"
    public static final java.lang.String NORMALIZE "normalize"
  • org.apache.cassandra.index.sai.disk.format.Version 
    Modifier and Type Constant Field Value
    public static final java.lang.String SAI_DESCRIPTOR "SAI"
    public static final java.lang.String SAI_SEPARATOR "+"
  • org.apache.cassandra.index.sai.disk.v1.keystore.KeyLookup 
    Modifier and Type Constant Field Value
    public static final java.lang.String INDEX_OUT_OF_BOUNDS "The target point id [%d] cannot be less than 0 or greater than or equal to the key count [%d]"
  • org.apache.cassandra.index.sai.disk.v1.vector.OnHeapGraph<T> 
    Modifier and Type Constant Field Value
    public static final float MAX_FLOAT32_COMPONENT 9.9999998430674944E16f
  • org.apache.cassandra.index.sai.iterators.KeyRangeConcatIterator 
    Modifier and Type Constant Field Value
    public static final java.lang.String MUST_BE_SORTED_ERROR "RangeIterator must be sorted, previous max: %s, next min: %s"
  • org.apache.cassandra.index.sai.virtual.ColumnIndexesSystemView 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "sai_column_indexes"
  • org.apache.cassandra.index.sai.virtual.SegmentsSystemView 
    Modifier and Type Constant Field Value
    public static final java.lang.String CELL_COUNT "cell_count"
    public static final java.lang.String COLUMN_NAME "column_name"
    public static final java.lang.String COMPONENT_METADATA "component_metadata"
    public static final java.lang.String END_TOKEN "end_token"
    public static final java.lang.String INDEX_NAME "index_name"
    public static final java.lang.String KEYSPACE_NAME "keyspace_name"
    public static final java.lang.String MAX_SSTABLE_ROW_ID "max_sstable_row_id"
    public static final java.lang.String MAX_TERM "max_term"
    public static final java.lang.String MIN_SSTABLE_ROW_ID "min_sstable_row_id"
    public static final java.lang.String MIN_TERM "min_term"
    public static final java.lang.String NAME "sai_sstable_index_segments"
    public static final java.lang.String SEGMENT_ROW_ID_OFFSET "segment_row_id_offset"
    public static final java.lang.String SSTABLE_NAME "sstable_name"
    public static final java.lang.String START_TOKEN "start_token"
    public static final java.lang.String TABLE_NAME "table_name"
  • org.apache.cassandra.index.sasi.SASIIndex 
    Modifier and Type Constant Field Value
    public static final java.lang.String USAGE_WARNING "SASI indexes are experimental and are not recommended for production use."
  • org.apache.cassandra.io.sstable.format.big.BigFormat 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "big"
  • org.apache.cassandra.io.sstable.format.big.BigFormatPartitionWriter 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_GRANULARITY 65536
  • org.apache.cassandra.io.sstable.format.bti.BtiFormat 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "bti"
  • org.apache.cassandra.io.sstable.format.bti.PartitionIndex 
    Modifier and Type Constant Field Value
    public static final int FOOTER_LENGTH 24
    public static final long NOT_FOUND -9223372036854775808L
  • org.apache.cassandra.io.sstable.format.bti.ScrubIterator 
    Modifier and Type Constant Field Value
    public static final int EXHAUSTED -1
  • org.apache.cassandra.io.tries.TrieNode 
    Modifier and Type Constant Field Value
    public static final int NONE -1
  • org.apache.cassandra.repair.consistent.LocalSessionInfo 
    Modifier and Type Constant Field Value
    public static final java.lang.String COORDINATOR "COORDINATOR"
    public static final java.lang.String LAST_UPDATE "LAST_UPDATE"
    public static final java.lang.String PARTICIPANTS "PARTICIPANTS"
    public static final java.lang.String PARTICIPANTS_WP "PARTICIPANTS_WP"
    public static final java.lang.String SESSION_ID "SESSION_ID"
    public static final java.lang.String STARTED "STARTED"
    public static final java.lang.String STATE "STATE"
    public static final java.lang.String TABLES "TABLES"
  • org.apache.cassandra.repair.state.AbstractState<T extends java.lang.Enum<T>,​I> 
    Modifier and Type Constant Field Value
    public static final int COMPLETE -2
    public static final int INIT -1
  • org.apache.cassandra.service.paxos.Ballot 
    Modifier and Type Constant Field Value
    public static final long serialVersionUID 1L
  • org.apache.cassandra.service.paxos.PaxosPropose<OnDone extends java.util.function.Consumer<? super org.apache.cassandra.service.paxos.PaxosPropose.Status>> 
    Modifier and Type Constant Field Value
    public static final long ACCEPT_INCREMENT 1L
    public static final long FAILURE_INCREMENT 4398046511104L
    public static final long REFUSAL_INCREMENT 2097152L
  • org.apache.cassandra.tools.nodetool.GetTimeout 
    Modifier and Type Constant Field Value
    public static final java.lang.String TIMEOUT_TYPES "read, range, write, counterwrite, cascontention, truncate, internodeconnect, internodeuser, internodestreaminguser, misc (general rpc_timeout_in_ms)"
  • org.apache.cassandra.tracing.TraceKeyspace 
    Modifier and Type Constant Field Value
    public static final java.lang.String EVENTS "events"
    public static final long GENERATION 1577836800000002L
    public static final java.lang.String SESSIONS "sessions"
  • org.apache.cassandra.transport.messages.StartupMessage 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMPRESSION "COMPRESSION"
    public static final java.lang.String CQL_VERSION "CQL_VERSION"
    public static final java.lang.String DRIVER_NAME "DRIVER_NAME"
    public static final java.lang.String DRIVER_VERSION "DRIVER_VERSION"
    public static final java.lang.String PROTOCOL_VERSIONS "PROTOCOL_VERSIONS"
    public static final java.lang.String THROW_ON_OVERLOAD "THROW_ON_OVERLOAD"
  • org.apache.cassandra.utils.binlog.BinLog 
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "type"
    public static final java.lang.String VERSION "version"
  • org.apache.cassandra.utils.vint.VIntCoding 
    Modifier and Type Constant Field Value
    public static final int MAX_SIZE 10