Interface ShardSpecLookup
public interface ShardSpecLookup
-
Method Summary
Modifier and TypeMethodDescriptiongetShardSpec(long timestamp, InputRow row) Returns aShardSpecfor the given timestamp and the inputRow.
-
Method Details
-
getShardSpec
Returns aShardSpecfor the given timestamp and the inputRow. The timestamp must be bucketed usingGranularitySpec#getQueryGranularity.
-