Uses of Class
org.apache.druid.indexer.DeterminePartitionsJob.DimValueCount
-
Packages that use DeterminePartitionsJob.DimValueCount Package Description org.apache.druid.indexer -
-
Uses of DeterminePartitionsJob.DimValueCount in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return DeterminePartitionsJob.DimValueCount Modifier and Type Method Description static DeterminePartitionsJob.DimValueCountDeterminePartitionsJob.DimValueCount. fromText(org.apache.hadoop.io.Text text)Method parameters in org.apache.druid.indexer with type arguments of type DeterminePartitionsJob.DimValueCount Modifier and Type Method Description protected voidDeterminePartitionsJob.DeterminePartitionsDimSelectionCombiner. innerReduce(org.apache.hadoop.mapreduce.Reducer.Context context, SortableBytes keyBytes, Iterable<DeterminePartitionsJob.DimValueCount> combinedIterable)protected voidDeterminePartitionsJob.DeterminePartitionsDimSelectionReducer. innerReduce(org.apache.hadoop.mapreduce.Reducer.Context context, SortableBytes keyBytes, Iterable<DeterminePartitionsJob.DimValueCount> combinedIterable)
-