Class CheckpointMark
java.lang.Object
com.here.platform.data.client.service.stream.CheckpointMark
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
This class represents consumer offsets state attached to a consumed
partition. It can be used to commit offsets back to kafka broker
or Stream REST API
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
CheckpointMark
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2) -
toString
-
kafkaPartitionId
-
offset
public long offset() -
nextOffset
public long nextOffset()an offset value that should be commited to Kafka broker, see
-