public class SinkQueryRunners<T> extends Object implements Iterable<QueryRunner<T>>
| Constructor and Description |
|---|
SinkQueryRunners(Iterable<Pair<org.joda.time.Interval,QueryRunner<T>>> runners) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<QueryRunner<T>> |
iterator() |
Iterator<Pair<org.joda.time.Interval,QueryRunner<T>>> |
runnerIntervalMappingIterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SinkQueryRunners(Iterable<Pair<org.joda.time.Interval,QueryRunner<T>>> runners)
public Iterator<Pair<org.joda.time.Interval,QueryRunner<T>>> runnerIntervalMappingIterator()
public Iterator<QueryRunner<T>> iterator()
iterator in interface Iterable<QueryRunner<T>>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.