Package com.streambase.sb.monitor
Class StreamInfo
- java.lang.Object
-
- com.streambase.sb.monitor.StreamInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
long
getDeltaTuples()
Return the number of tuples since the last snapshotlong
getNumTuples()
Return the total number of tuples on the stream since the stream was createdStreamProperties
getStreamProperties()
Returns the StreamProperties of the streamString
toString()
Returns a string representation of the StreamInfo object.
-
-
-
Method Detail
-
getStreamProperties
public StreamProperties 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
-
-