Package io.camunda.zeebe.dispatcher.impl
Class PositionUtil
java.lang.Object
io.camunda.zeebe.dispatcher.impl.PositionUtil
Utility for composing the position
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intpartitionId(long position) static intpartitionOffset(long position) static longposition(int partitionId, int partitionOffset)
-
Constructor Details
-
PositionUtil
public PositionUtil()
-
-
Method Details
-
position
public static long position(int partitionId, int partitionOffset) -
partitionId
public static int partitionId(long position) -
partitionOffset
public static int partitionOffset(long position)
-