Uses of Class
org.apache.druid.indexer.SortableBytes
-
Packages that use SortableBytes Package Description org.apache.druid.indexer -
-
Uses of SortableBytes in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return SortableBytes Modifier and Type Method Description static SortableBytesSortableBytes. fromBytes(byte[] bytes, int offset, int length)static SortableBytesSortableBytes. fromBytesWritable(org.apache.hadoop.io.BytesWritable bytes)Methods in org.apache.druid.indexer with parameters of type SortableBytes 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)
-