@Beta
public class StreamInfo
extends java.lang.Object
Constructor and Description |
---|
StreamInfo(java.lang.String scope,
java.lang.String streamName,
StreamCut tailStreamCut,
StreamCut headStreamCut,
boolean sealed) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
StreamCut |
getHeadStreamCut()
StreamCut representing the current HEAD of the stream. |
java.lang.String |
getScope()
Scope name of the stream.
|
java.lang.String |
getStreamName()
Stream name.
|
StreamCut |
getTailStreamCut()
StreamCut representing the current TAIL of the stream. |
int |
hashCode() |
boolean |
isSealed()
Indicates whether the Stream is sealed (true) or not (false).
|
java.lang.String |
toString() |
public java.lang.String getScope()
public java.lang.String getStreamName()
public StreamCut getTailStreamCut()
StreamCut
representing the current TAIL of the stream.StreamCut
representing the current TAIL of the stream.public StreamCut getHeadStreamCut()
StreamCut
representing the current HEAD of the stream.StreamCut
representing the current HEAD of the stream.public boolean isSealed()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object