public interface StreamCut
extends java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static StreamCut |
UNBOUNDED
This is used represents an unbounded StreamCut.
|
| Modifier and Type | Method and Description |
|---|---|
io.pravega.client.stream.impl.StreamCutInternal |
asImpl()
Used internally.
|
static StreamCut |
fromBytes(java.nio.ByteBuffer cut)
Deserializes the cut from its serialized from obtained from calling
toBytes(). |
java.nio.ByteBuffer |
toBytes()
Serializes the cut to a compact byte array.
|
static final StreamCut UNBOUNDED