public class ConnectedCommitterImpl extends SingleConnection<StreamingCommitCursorRequest,StreamingCommitCursorResponse,SequencedCommitCursorResponse>
| Modifier and Type | Method and Description |
|---|---|
void |
commit(Offset offset) |
protected void |
handleInitialResponse(StreamingCommitCursorResponse response) |
protected void |
handleStreamResponse(StreamingCommitCursorResponse response) |
close, initialize, isCompleted, onCompleted, onError, onNext, sendToClient, sendToStream, setErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcloseprotected void handleInitialResponse(StreamingCommitCursorResponse response) throws io.grpc.StatusException
handleInitialResponse in class SingleConnection<StreamingCommitCursorRequest,StreamingCommitCursorResponse,SequencedCommitCursorResponse>io.grpc.StatusExceptionprotected void handleStreamResponse(StreamingCommitCursorResponse response) throws io.grpc.StatusException
handleStreamResponse in class SingleConnection<StreamingCommitCursorRequest,StreamingCommitCursorResponse,SequencedCommitCursorResponse>io.grpc.StatusExceptionpublic void commit(Offset offset)
Copyright © 2020 Google LLC. All rights reserved.