Package com.google.cloud.pubsublite
Class Offset
java.lang.Object
com.google.cloud.pubsublite.Offset
- All Implemented Interfaces:
Serializable,Comparable<Offset>
An offset in the partition.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Offset
public Offset()
-
-
Method Details
-
of
Create an offset. -
value
public abstract long value()The long value of this offset. -
compareTo
- Specified by:
compareToin interfaceComparable<Offset>
-