public class MultipleSpecificSegmentSpec extends Object implements QuerySegmentSpec
| Constructor and Description |
|---|
MultipleSpecificSegmentSpec(List<io.druid.query.SegmentDescriptor> descriptors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<io.druid.query.SegmentDescriptor> |
getDescriptors() |
List<org.joda.time.Interval> |
getIntervals() |
int |
hashCode() |
<T> QueryRunner<T> |
lookup(Query<T> query,
QuerySegmentWalker walker) |
String |
toString() |
public MultipleSpecificSegmentSpec(List<io.druid.query.SegmentDescriptor> descriptors)
public List<io.druid.query.SegmentDescriptor> getDescriptors()
public List<org.joda.time.Interval> getIntervals()
getIntervals in interface QuerySegmentSpecpublic <T> QueryRunner<T> lookup(Query<T> query, QuerySegmentWalker walker)
lookup in interface QuerySegmentSpecCopyright © 2011–2015. All rights reserved.