Package com.streambase.sb.monitor
Interface Snapshot.Source
-
- Enclosing class:
- Snapshot
protected static interface Snapshot.Source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Iterator<Tuple>
nextResult()
-
-
-
Method Detail
-
nextResult
Iterator<Tuple> nextResult() throws StreamBaseException
- Throws:
StreamBaseException
-
close
void close()
-
-