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