A stream of records and associated functionality
◆ hasNext()
boolean confluo.rpc.RecordStream.hasNext |
( |
| ) |
|
|
inline |
Checks whether the stream has any more elements
- Returns
- True if there are any more records in the stream, false otherwise
◆ next()
Record confluo.rpc.RecordStream.next |
( |
| ) |
|
|
inline |
Iterator next method for the record stream
- Returns
- A record containing the next element in the stream
The documentation for this class was generated from the following file:
- /Users/anuragk/Work/Projects/Confluo/confluo/javaclient/src/main/java/confluo/rpc/RecordStream.java