protected static class BatchProcessor.EventRequestIterator extends Object implements Iterator<List<com.google.common.util.concurrent.ListenableFuture<EventResponse>>>
| Constructor and Description |
|---|
EventRequestIterator(List<EventRequest> eventRequests,
int concurrentRequests) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
List<com.google.common.util.concurrent.ListenableFuture<EventResponse>> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic EventRequestIterator(List<EventRequest> eventRequests, int concurrentRequests)
public boolean hasNext()
hasNext in interface Iterator<List<com.google.common.util.concurrent.ListenableFuture<EventResponse>>>public List<com.google.common.util.concurrent.ListenableFuture<EventResponse>> next()
next in interface Iterator<List<com.google.common.util.concurrent.ListenableFuture<EventResponse>>>public void remove()
remove in interface Iterator<List<com.google.common.util.concurrent.ListenableFuture<EventResponse>>>Copyright © 2020. All rights reserved.