public interface Position
ReaderGroup.readerOffline(String, Position)
Note that this is serializable so that it can be written to an external datastore.Modifier and Type | Method and Description |
---|---|
io.pravega.client.stream.impl.PositionInternal |
asImpl()
Used internally.
|
static Position |
fromBytes(java.nio.ByteBuffer serializedPosition)
Deserializes the position from its serialized from obtained from calling
toBytes() . |
java.nio.ByteBuffer |
toBytes()
Serializes the position to a compact byte array.
|