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