public interface NetricsRecSrc
NetricsTable,
NetricsArrayRecSrc,
NetricsCSVRecSrc| Modifier and Type | Method and Description |
|---|---|
NetricsRecord |
getNext()
Returns the next record.
|
boolean |
hasNext()
Whether or not there are any further records.
|
void |
reset()
Restarts the sequence of records.
|
boolean hasNext()
throws NetricsRecSrcException
NetricsRecSrcExceptionNetricsRecord getNext() throws NetricsRecSrcException
NetricsRecSrcExceptionvoid reset()
throws NetricsRecSrcException
NetricsRecSrcException