Interface ShardSpecLookup


public interface ShardSpecLookup
  • Method Summary

    Modifier and Type
    Method
    Description
    getShardSpec(long timestamp, InputRow row)
    Returns a ShardSpec for the given timestamp and the inputRow.
  • Method Details

    • getShardSpec

      ShardSpec getShardSpec(long timestamp, InputRow row)
      Returns a ShardSpec for the given timestamp and the inputRow. The timestamp must be bucketed using GranularitySpec#getQueryGranularity.