Constant Field Values

Contents

org.apache.*

  • org.apache.iotdb.db.client.ConfigNodeClient 
    Modifier and Type Constant Field Value
    public static final java.lang.String MSG_RECONNECTION_FAIL "Fail to connect to any config node. Please check server it"
  • org.apache.iotdb.db.conf.IoTDBConfig 
    Modifier and Type Constant Field Value
    public static final java.lang.String CONFIG_NAME "iotdb-datanode.properties"
    public static final java.lang.String EXTERNAL_CONFIG_NAME "iotdb-datanode-external.properties"
    public static final java.lang.String WATERMARK_GROUPED_LSB "GroupBasedLSBMethod"
  • org.apache.iotdb.db.constant.TestConstant 
    Modifier and Type Constant Field Value
    public static final java.lang.String d0 "root.vehicle.d0"
    public static final java.lang.String d1 "root.vehicle.d1"
    public static final java.lang.String DATA_TYPE_STR "dataType"
    public static final java.lang.String s0 "s0"
    public static final java.lang.String s1 "s1"
    public static final java.lang.String s2 "s2"
    public static final java.lang.String s3 "s3"
    public static final java.lang.String s4 "s4"
    public static final java.lang.String s5 "s5"
    public static final java.lang.String TIMESEIRES_STR "timeseries"
    public static final java.lang.String TIMESTAMP_STR "Time"
    public static final java.lang.String VALUE_STR "value"
  • org.apache.iotdb.db.engine.settle.SettleLog 
    Modifier and Type Constant Field Value
    public static final java.lang.String COMMA_SEPERATOR ","
  • org.apache.iotdb.db.engine.snapshot.SnapshotLogger 
    Modifier and Type Constant Field Value
    public static final java.lang.String SNAPSHOT_LOG_NAME "snapshot.log"
    public static final java.lang.String SPLIT_CHAR "#"
  • org.apache.iotdb.db.engine.trigger.sink.forward.ForwardEvent 
    Modifier and Type Constant Field Value
    public static final java.lang.String PAYLOADS_FORMATTER_REGEX "\\[(\\{\"device\":\".*\",\"measurement\":\".*\",\"timestamp\":\\d*,\"value\":.*},)*(\\{\"device\":\".*\",\"measurement\":\".*\",\"timestamp\":\\d*,\"value\":.*})]"
  • org.apache.iotdb.db.exception.StorageEngineReadonlyException 
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_MESSAGE "Database is read-only, and does not accept non-query operation now"
  • org.apache.iotdb.db.index.common.IndexConstant 
    Modifier and Type Constant Field Value
    public static final java.lang.String BLOCK_SIZE "BLOCK_SIZE"
    public static final int NON_SET_TOP_K -1
    public static final java.lang.String PAA_DIM "PAA_DIM"
    public static final java.lang.String PATTERN "PATTERN"
    public static final java.lang.String THRESHOLD "THRESHOLD"
    public static final java.lang.String TOP_K "TOP_K"
  • org.apache.iotdb.db.metadata.idtable.entry.DiskSchemaEntry 
    Modifier and Type Constant Field Value
    public static final java.lang.String TOMBSTONE "tombstone_record"
  • org.apache.iotdb.db.metadata.mtree.store.disk.schemafile.ISegment 
    Modifier and Type Constant Field Value
    public static final int SEG_HEADER_SIZE 25
  • org.apache.iotdb.db.metadata.path.AlignedPath 
    Modifier and Type Constant Field Value
    public static final java.lang.String VECTOR_PLACEHOLDER ""
  • org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode 
    Modifier and Type Constant Field Value
    protected static final int CHILD_COUNT_NO_LIMIT -1
    protected static final int NO_CHILD_ALLOWED 0
    protected static final int ONE_CHILD 1
  • org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNodeType 
    Modifier and Type Constant Field Value
    public static final int BYTES 2
  • org.apache.iotdb.db.mpp.plan.planner.plan.node.write.InsertNode 
    Modifier and Type Constant Field Value
    public static final long NO_CONSENSUS_INDEX -1L
  • org.apache.iotdb.db.protocol.influxdb.constant.InfluxConstant 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_CONNECTION_TIMEOUT_MS 0
    public static final int DEFAULT_FETCH_SIZE 5000
    public static final java.lang.String PLACE_HOLDER "PH"
  • org.apache.iotdb.db.protocol.influxdb.constant.InfluxSQLConstant 
    Modifier and Type Constant Field Value
    public static final java.lang.String FIRST "first"
    public static final java.lang.String MAX "max"
    public static final java.lang.String MEAN "mean"
    public static final java.lang.String MEDIAN "median"
    public static final java.lang.String MIN "min"
    public static final java.lang.String MODE "mode"
    public static final java.lang.String SPREAD "spread"
    public static final java.lang.String STAR "*"
    public static final java.lang.String STDDEV "stddev"
  • org.apache.iotdb.db.protocol.influxdb.meta.AbstractInfluxDBMetaManager 
    Modifier and Type Constant Field Value
    protected static final java.lang.String SELECT_TAG_INFO_SQL "select database_name,measurement_name,tag_name,tag_order from root.TAG_INFO "
  • org.apache.iotdb.db.qp.logical.crud.AggregationQueryOperator 
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_MESSAGE1 "Common queries and aggregated queries are not allowed to appear at the same time"
  • org.apache.iotdb.db.qp.physical.crud.AlignByDevicePlan 
    Modifier and Type Constant Field Value
    public static final java.lang.String ALIAS_ERROR_MESSAGE "alias %s can only be matched with one time series"
    public static final java.lang.String DATATYPE_ERROR_MESSAGE "The data types of the same measurement column should be the same across devices."
    public static final java.lang.String MEASUREMENT_ERROR_MESSAGE "The paths of the SELECT clause can only be measurements or STAR."
  • org.apache.iotdb.db.qp.physical.crud.QueryPlan 
    Modifier and Type Constant Field Value
    public static final java.lang.String WITHOUT_NULL_FILTER_ERROR_MESSAGE "The without null columns don\'t match the columns queried. If there is an alias, please use the alias."
  • org.apache.iotdb.db.qp.utils.DatetimeUtils 
    Modifier and Type Constant Field Value
    public static final long MS_TO_MONTH 2592000000L
  • org.apache.iotdb.db.wal.io.WALWriter 
    Modifier and Type Constant Field Value
    public static final java.lang.String MAGIC_STRING "WAL"