public class StreamInfo
extends java.lang.Object
implements java.lang.Cloneable
Snapshot
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
long |
getDeltaTuples()
Return the number of tuples since the last snapshot
|
long |
getNumTuples()
Return the total number of tuples on the stream since the stream was created
|
StreamProperties |
getStreamProperties()
Returns the StreamProperties of the stream
|
java.lang.String |
toString()
Returns a string representation of the StreamInfo object.
|
public java.lang.Object clone()
clone
in class java.lang.Object
public StreamProperties getStreamProperties()
public long getNumTuples()
public long getDeltaTuples()
public java.lang.String toString()
toString
in class java.lang.Object