Constant Field Values
Contents
org.apache.*
-
org.apache.pinot.segment.local.aggregator.PercentileEstValueAggregator Modifier and Type Constant Field Value public static final doubleDEFAULT_MAX_ERROR0.05 -
org.apache.pinot.segment.local.aggregator.PercentileTDigestValueAggregator Modifier and Type Constant Field Value public static final intDEFAULT_TDIGEST_COMPRESSION100
-
org.apache.pinot.segment.local.data.manager.TableDataManagerConfig Modifier and Type Constant Field Value public static final StringAUTH_CONFIG_PREFIX"auth"public static final StringTIER_CONFIGS_PREFIX"tierConfigs"public static final StringTIER_NAMES"tierNames"
-
org.apache.pinot.segment.local.io.util.PinotDataBitSetV2 Modifier and Type Constant Field Value public static final intMAX_DOC_PER_CALL10000
-
org.apache.pinot.segment.local.io.writer.impl.BaseChunkSVForwardIndexWriter Modifier and Type Constant Field Value public static final intCURRENT_VERSION3public static final intDEFAULT_VERSION2 -
org.apache.pinot.segment.local.io.writer.impl.VarByteChunkSVForwardIndexWriter Modifier and Type Constant Field Value public static final intCHUNK_HEADER_ENTRY_ROW_OFFSET_SIZE4 -
org.apache.pinot.segment.local.io.writer.impl.VarByteChunkSVForwardIndexWriterV4 Modifier and Type Constant Field Value public static final intVERSION4
-
org.apache.pinot.segment.local.recordtransformer.ComplexTypeTransformer Modifier and Type Constant Field Value public static final StringDEFAULT_DELIMITER"."
-
org.apache.pinot.segment.local.segment.creator.Fixtures Modifier and Type Constant Field Value public static final intMAX_ROWS_IN_SEGMENT250000public static final longMAX_TIME_FOR_SEGMENT_CLOSE_MS64368000Lpublic static final StringSCHEMA_JSON"{ \"schemaName\":\"testSchema\", \"metricFieldSpecs\":[{\"name\":\"m\",\"dataType\":\"LONG\"}], \"dimensionFieldSpecs\":[{\"name\":\"d\",\"dataType\":\"STRING\",\"singleValueField\":true}], \"timeFieldSpec\":{ \"incomingGranularitySpec\":{ \"dataType\":\"LONG\", \"timeType\":\"MINUTES\", \"name\":\"minutesSinceEpoch\" }, \"defaultNullValue\":12345 }, \"primaryKeyColumns\": [\"event_id\"]}"public static final StringTABLE_CONFIG_JSON_TEMPLATE"{ \"metadata\":{}, \"segmentsConfig\":{ \"replicasPerPartition\":\"3\", \"replication\":\"3\", \"replicationNumber\":3, \"retentionTimeUnit\":\"DAYS\", \"retentionTimeValue\":\"3\", \"schemaName\":\"testSchema\", \"segmentAssignmentStrategy\":\"BalanceNumSegmentAssignmentStrategy\", \"segmentPushFrequency\":\"daily\", \"segmentPushType\":\"APPEND\", \"timeColumnName\":\"minutesSinceEpoch\", \"timeType\":\"MINUTES\" }, \"tableIndexConfig\":{ \"invertedIndexColumns\":[], \"lazyLoad\":\"false\", \"loadMode\":\"HEAP\", \"segmentFormatVersion\":null, \"sortedColumn\":[], \"streamConfigs\":{ \"realtime.segment.flush.threshold.rows\":\"250000\", \"realtime.segment.flush.threshold.time\":\"64368000\", \"stream.fakeStream.broker.list\":\"broker:7777\", \"stream.fakeStream.consumer.prop.auto.offset.reset\":\"smallest\", \"stream.fakeStream.consumer.type\":\"simple\", \"stream.fakeStream.consumer.factory.class.name\":\"%s\", \"stream.fakeStream.decoder.class.name\":\"%s\", \"stream.fakeStream.decoder.prop.schema.registry.rest.url\":\"http://1.2.3.4:1766/schemas\", \"stream.fakeStream.decoder.prop.schema.registry.schema.name\":\"UnknownSchema\", \"stream.fakeStream.hlc.zk.connect.string\":\"zoo:2181/kafka-queuing\", \"stream.fakeStream.topic.name\":\"someTopic\", \"stream.fakeStream.zk.broker.url\":\"kafka-broker:2181/kafka-queuing\", \"streamType\":\"fakeStream\" } }, \"tableName\":\"Coffee_REALTIME\", \"tableType\":\"realtime\", \"tenants\":{ \"broker\":\"shared\", \"server\":\"server-1\" }, \"upsertConfig\":{ \"mode\":\"FULL\" }}"public static final StringTOPIC_NAME"someTopic"
-
org.apache.pinot.segment.local.segment.creator.impl.bloom.OnHeapGuavaBloomFilterCreator Modifier and Type Constant Field Value public static final intTYPE_VALUE1public static final intVERSION1
-
org.apache.pinot.segment.local.segment.creator.impl.inv.BitSlicedRangeIndexCreator Modifier and Type Constant Field Value public static final intVERSION2 -
org.apache.pinot.segment.local.segment.creator.impl.inv.RangeIndexCreator Modifier and Type Constant Field Value public static final intVERSION1
-
org.apache.pinot.segment.local.segment.creator.impl.inv.geospatial.BaseH3IndexCreator Modifier and Type Constant Field Value public static final intHEADER_LENGTH10public static final intVERSION1
-
org.apache.pinot.segment.local.segment.creator.impl.inv.json.BaseJsonIndexCreator Modifier and Type Constant Field Value public static final intHEADER_LENGTH32public static final intVERSION_11public static final intVERSION_22
-
org.apache.pinot.segment.local.segment.creator.impl.stats.AbstractColumnStatisticsCollector Modifier and Type Constant Field Value protected static final intINITIAL_HASH_SET_SIZE1000
-
org.apache.pinot.segment.local.segment.creator.impl.text.LuceneTextIndexCreator Modifier and Type Constant Field Value public static final StringLUCENE_INDEX_DOC_ID_COLUMN_NAME"DocID" -
org.apache.pinot.segment.local.segment.creator.impl.text.NativeTextIndexCreator Modifier and Type Constant Field Value public static final intHEADER_LENGTH24public static final intVERSION1
-
org.apache.pinot.segment.local.segment.index.bloom.BloomIndexType Modifier and Type Constant Field Value public static final StringINDEX_DISPLAY_NAME"bloom"
-
org.apache.pinot.segment.local.segment.index.forward.ForwardIndexType Modifier and Type Constant Field Value public static final StringINDEX_DISPLAY_NAME"forward"
-
org.apache.pinot.segment.local.segment.index.fst.FstIndexType Modifier and Type Constant Field Value public static final StringINDEX_DISPLAY_NAME"fst"
-
org.apache.pinot.segment.local.segment.index.h3.H3IndexType Modifier and Type Constant Field Value public static final StringINDEX_DISPLAY_NAME"h3"
-
org.apache.pinot.segment.local.segment.index.inverted.InvertedIndexType Modifier and Type Constant Field Value public static final StringINDEX_DISPLAY_NAME"inverted"
-
org.apache.pinot.segment.local.segment.index.json.JsonIndexType Modifier and Type Constant Field Value public static final StringINDEX_DISPLAY_NAME"json"
-
org.apache.pinot.segment.local.segment.index.loader.IndexLoadingConfig Modifier and Type Constant Field Value public static final StringREAD_MODE_KEY"readMode"
-
org.apache.pinot.segment.local.segment.index.nullvalue.NullValueIndexType Modifier and Type Constant Field Value public static final StringINDEX_DISPLAY_NAME"null"
-
org.apache.pinot.segment.local.segment.index.range.RangeIndexType Modifier and Type Constant Field Value public static final StringINDEX_DISPLAY_NAME"range"
-
org.apache.pinot.segment.local.segment.index.readers.forward.FixedBytePower2ChunkSVForwardIndexReader Modifier and Type Constant Field Value public static final intVERSION4
-
org.apache.pinot.segment.local.segment.index.text.TextIndexType Modifier and Type Constant Field Value public static final StringINDEX_DISPLAY_NAME"text"
-
org.apache.pinot.segment.local.startree.OffHeapStarTree Modifier and Type Constant Field Value public static final longMAGIC_MARKER-4981643802526953459Lpublic static final intVERSION1 -
org.apache.pinot.segment.local.startree.OffHeapStarTreeNode Modifier and Type Constant Field Value public static final intNUM_SERIALIZABLE_FIELDS7public static final longSERIALIZABLE_SIZE_IN_BYTES28L -
org.apache.pinot.segment.local.startree.StarTreeBuilderUtils Modifier and Type Constant Field Value public static final intINVALID_ID-1
-
org.apache.pinot.segment.local.startree.v2.builder.StarTreeV2BuilderConfig Modifier and Type Constant Field Value public static final intDEFAULT_MAX_LEAF_RECORDS10000
-
org.apache.pinot.segment.local.upsert.ComparisonColumns Modifier and Type Constant Field Value public static final intSEALED_SEGMENT_COMPARISON_INDEX-1
-
org.apache.pinot.segment.local.utils.ConsistentDataPushUtils Modifier and Type Constant Field Value public static final StringSEGMENT_NAME_POSTFIX"segment.name.postfix" -
org.apache.pinot.segment.local.utils.GeometryUtils Modifier and Type Constant Field Value public static final doubleEARTH_RADIUS_KM6371.01public static final doubleEARTH_RADIUS_M6371010.0public static final byteGEOGRAPHY_GET_MASK127public static final byteGEOGRAPHY_SET_MASK-128public static final intGEOGRAPHY_SRID4326 -
org.apache.pinot.segment.local.utils.IdMap<Key> Modifier and Type Constant Field Value public static final intINVALID_ID-1 -
org.apache.pinot.segment.local.utils.SchemaUtils Modifier and Type Constant Field Value public static final StringMAP_KEY_COLUMN_SUFFIX"__KEYS"public static final StringMAP_VALUE_COLUMN_SUFFIX"__VALUES"
-
org.apache.pinot.segment.local.utils.nativefst.ConstantArcSizeFST Modifier and Type Constant Field Value public static final intADDRESS_OFFSET2public static final intARC_SIZE6public static final intBIT_ARC_FINAL2public static final intBIT_ARC_LAST1public static final intFLAGS_OFFSET0public static final intFLAGS_SIZE1public static final intLABEL_OFFSET1public static final intLABEL_SIZE1public static final intTARGET_ADDRESS_SIZE4public static final intTERMINAL_STATE0 -
org.apache.pinot.segment.local.utils.nativefst.FSTHeader Modifier and Type Constant Field Value public static final intFST_MAGIC1550218081 -
org.apache.pinot.segment.local.utils.nativefst.ImmutableFST Modifier and Type Constant Field Value public static final intADDRESS_OFFSET1public static final intBIT_FINAL_ARC1public static final intBIT_LAST_ARC2public static final intBIT_TARGET_NEXT4public static final byteDEFAULT_ANNOTATION43public static final byteDEFAULT_FILLER95public static final byteVERSION5 -
org.apache.pinot.segment.local.utils.nativefst.MatchResult Modifier and Type Constant Field Value public static final intAUTOMATON_HAS_PREFIX-3public static final intEXACT_MATCH0public static final intNO_MATCH-1public static final intSEQUENCE_IS_A_PREFIX-4
-
org.apache.pinot.segment.local.utils.nativefst.automaton.Automaton Modifier and Type Constant Field Value public static final intMINIMIZE_BRZOZOWSKI1public static final intMINIMIZE_HOPCROFT2public static final intMINIMIZE_HUFFMAN0public static final intMINIMIZE_VALMARI3 -
org.apache.pinot.segment.local.utils.nativefst.automaton.RegExp Modifier and Type Constant Field Value public static final intALL65535public static final intANYSTRING8public static final intAUTOMATON16public static final intCOMPLEMENT2public static final intEMPTY4public static final intINTERSECTION1public static final intINTERVAL32public static final intNONE0