Uses of Class
org.apache.druid.data.input.StringTuple
-
Packages that use StringTuple Package Description org.apache.druid.data.input org.apache.druid.timeline.partition -
-
Uses of StringTuple in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return StringTuple Modifier and Type Method Description static StringTupleStringTuple. create(String... values)Methods in org.apache.druid.data.input with parameters of type StringTuple Modifier and Type Method Description intStringTuple. compareTo(StringTuple that)static StringStringTuple. firstOrNull(StringTuple tuple)Gets the first String from the given StringTuple if the tuple is non-null and non-empty, null otherwise. -
Uses of StringTuple in org.apache.druid.timeline.partition
Fields in org.apache.druid.timeline.partition declared as StringTuple Modifier and Type Field Description protected StringTupleBaseDimensionRangeShardSpec. endprotected StringTupleBaseDimensionRangeShardSpec. startMethods in org.apache.druid.timeline.partition that return StringTuple Modifier and Type Method Description StringTupleDimensionRangeBucketShardSpec. getEnd()StringTupleBuildingDimensionRangeShardSpec. getEndTuple()StringTupleDimensionRangeShardSpec. getEndTuple()protected static StringTupleBaseDimensionRangeShardSpec. getInputRowTuple(List<String> dimensions, InputRow inputRow)StringTupleDimensionRangeBucketShardSpec. getStart()StringTupleBuildingDimensionRangeShardSpec. getStartTuple()StringTupleDimensionRangeShardSpec. getStartTuple()Methods in org.apache.druid.timeline.partition that return types with arguments of type StringTuple Modifier and Type Method Description protected List<StringTuple>PartitionBoundaries. delegate()Methods in org.apache.druid.timeline.partition with parameters of type StringTuple Modifier and Type Method Description static <T> StringPartitionChunk<T>StringPartitionChunk. make(StringTuple start, StringTuple end, int chunkNumber, T obj)Constructors in org.apache.druid.timeline.partition with parameters of type StringTuple Constructor Description BaseDimensionRangeShardSpec(List<String> dimensions, StringTuple start, StringTuple end)BuildingDimensionRangeShardSpec(int bucketId, List<String> dimensions, StringTuple start, StringTuple end, int partitionNum)DimensionRangeBucketShardSpec(int bucketId, List<String> dimensions, StringTuple start, StringTuple end)DimensionRangeShardSpec(List<String> dimensions, StringTuple start, StringTuple end, int partitionNum, Integer numCorePartitions)PartitionBoundaries(StringTuple... partitions)
-