public class StatisticsRecordIterator extends Object implements RecordIterator
| Constructor and Description |
|---|
StatisticsRecordIterator() |
StatisticsRecordIterator(RecordIterator reader) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the connection to the record store.
|
RecordIterator |
getReader() |
Statistics |
getStatistics() |
boolean |
hasNext() |
Record |
next() |
void |
open() |
void |
remove() |
void |
setReader(RecordIterator reader) |
void |
setStatistics(Statistics statistics) |
String |
toString() |
public StatisticsRecordIterator()
public StatisticsRecordIterator(RecordIterator reader)
public void close()
RecordIteratorclose in interface RecordIteratorclose in interface AutoCloseablepublic RecordIterator getReader()
public Statistics getStatistics()
public Record next()
next in interface RecordIteratornext in interface Iterator<Record>public void open()
open in interface RecordIteratorpublic void setReader(RecordIterator reader)
reader - the reader to setpublic void setStatistics(Statistics statistics)
stats - the stats to setpublic String toString()
toString in interface RecordIteratortoString in class ObjectCopyright © 2015 Revolution Systems Inc.. All rights reserved.