public final class StartpointOldest extends Startpoint
Startpoint
that represents the earliest offset in a stream partition.Constructor and Description |
---|
StartpointOldest()
Constructs a
Startpoint that represents the earliest offset in a stream partition. |
Modifier and Type | Method and Description |
---|---|
<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. |
java.lang.String |
toString() |
equals, getCreationTimestamp, hashCode
public StartpointOldest()
Startpoint
that represents the earliest offset in a stream partition.public <IN,OUT> OUT apply(IN input, StartpointVisitor<IN,OUT> startpointVisitor)
Startpoint
StartpointVisitor
's visit methods to the Startpoint
and returns the result of that operation.apply
in class Startpoint
input
- the metadata associated with the startpoint.startpointVisitor
- the visitor of the startpoint.public java.lang.String toString()
toString
in class Startpoint