Package io.pravega.client.admin.impl
Class StreamCutHelper
- java.lang.Object
-
- io.pravega.client.admin.impl.StreamCutHelper
-
public class StreamCutHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StreamCutHelper(Controller controller, ConnectionPool connectionPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<StreamCut>fetchHeadStreamCut(Stream stream)Obtain theStreamCutpointing to the current HEAD of the Stream.java.util.concurrent.CompletableFuture<StreamCut>fetchTailStreamCut(Stream stream)Obtain theStreamCutpointing to the current TAIL of the Stream.
-
-
-
Constructor Detail
-
StreamCutHelper
public StreamCutHelper(Controller controller, ConnectionPool connectionPool)
-
-