public class MoreoverResult extends Object implements Iterable<StreamsDatum>
Modifier and Type | Class and Description |
---|---|
protected static class |
MoreoverResult.JsonStringIterator |
Modifier and Type | Field and Description |
---|---|
protected List<StreamsDatum> |
list |
protected ArticlesResponse |
response |
Modifier | Constructor and Description |
---|---|
protected |
MoreoverResult(String clientId,
String xmlString,
long start,
long end) |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
long |
getEnd() |
BigInteger |
getMaxSequencedId() |
long |
getStart() |
String |
getXmlString() |
Iterator<StreamsDatum> |
iterator() |
BigInteger |
process()
Process batch and
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected ArticlesResponse response
protected List<StreamsDatum> list
public String getClientId()
public long getStart()
public long getEnd()
public BigInteger process()
public String getXmlString()
public BigInteger getMaxSequencedId()
public Iterator<StreamsDatum> iterator()
iterator
in interface Iterable<StreamsDatum>
Copyright © 2018 The Apache Software Foundation. All rights reserved.