Package org.apache.druid.indexer
Class HadoopyShardSpec
- java.lang.Object
-
- org.apache.druid.indexer.HadoopyShardSpec
-
public class HadoopyShardSpec extends Object
ShardSpec + a shard ID that is unique across this run. The shard ID is used for grouping and partitioning. There is one HadoopyShardSpec per Bucket, and our shardNum matches the Bucket shardNum.
-
-
Constructor Summary
Constructors Constructor Description HadoopyShardSpec(org.apache.druid.timeline.partition.ShardSpec actualSpec, int shardNum)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.druid.timeline.partition.ShardSpecgetActualSpec()intgetShardNum()StringtoString()
-