@InterfaceStability.Evolving public abstract class Startpoint extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
abstract <IN,OUT> OUT |
apply(IN input,
StartpointVisitor<IN,OUT> startpointVisitor)
Applies the
StartpointVisitor's visit methods to the Startpoint
and returns the result of that operation. |
boolean |
equals(java.lang.Object o) |
long |
getCreationTimestamp()
The timestamp when this
Startpoint was written to the storage layer. |
int |
hashCode() |
java.lang.String |
toString() |
public long getCreationTimestamp()
Startpoint was written to the storage layer.public abstract <IN,OUT> OUT apply(IN input,
StartpointVisitor<IN,OUT> startpointVisitor)
StartpointVisitor's visit methods to the Startpoint
and returns the result of that operation.input - the metadata associated with the startpoint.startpointVisitor - the visitor of the startpoint.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object