Package com.streambase.sb.monitor
Class StreamInfo
java.lang.Object
com.streambase.sb.monitor.StreamInfo
-
Method Summary
-
Method Details
-
clone
-
getStreamProperties
Returns the StreamProperties of the stream- Returns:
- the StreamProperties of the stream
-
getNumTuples
public long getNumTuples()Return the total number of tuples on the stream since the stream was created- Returns:
- the total number of tuples on the stream since the stream was created
-
getDeltaTuples
public long getDeltaTuples()Return the number of tuples since the last snapshot- Returns:
- the number of tuples since the last snapshot
-
toString
-