public interface AppendSessionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AppendResponse |
getOutput(int index)
The results of each append request in the session.
|
int |
getOutputCount()
The results of each append request in the session.
|
java.util.List<AppendResponse> |
getOutputList()
The results of each append request in the session.
|
AppendResponseOrBuilder |
getOutputOrBuilder(int index)
The results of each append request in the session.
|
java.util.List<? extends AppendResponseOrBuilder> |
getOutputOrBuilderList()
The results of each append request in the session.
|
long |
getPosition()
The global commit position of the last appended record in the session.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<AppendResponse> getOutputList()
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;AppendResponse getOutput(int index)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;int getOutputCount()
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;java.util.List<? extends AppendResponseOrBuilder> getOutputOrBuilderList()
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;AppendResponseOrBuilder getOutputOrBuilder(int index)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;long getPosition()
The global commit position of the last appended record in the session.
sint64 position = 2 [jstype = JS_STRING];