Package io.hstream
Class SubscriptionOffset
- java.lang.Object
-
- io.hstream.SubscriptionOffset
-
public class SubscriptionOffset extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionOffset.Builder
-
Constructor Summary
Constructors Constructor Description SubscriptionOffset()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBatchId()longgetShardId()static SubscriptionOffset.BuildernewBuilder()
-
-
-
Method Detail
-
newBuilder
public static SubscriptionOffset.Builder newBuilder()
-
getShardId
public long getShardId()
-
getBatchId
public long getBatchId()
-
-