MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addAllBatchedEntryDeletionIndexInfo(java.lang.Iterable<? extends MLDataFormats.BatchedEntryDeletionIndexInfo> values) |
Store which index in the batch message has been deleted
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addAllIndividualDeletedMessages(java.lang.Iterable<? extends MLDataFormats.MessageRange> values) |
repeated .MessageRange individualDeletedMessages = 3;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addAllProperties(java.lang.Iterable<? extends MLDataFormats.LongProperty> values) |
Additional custom properties associated with
the current cursor position
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addBatchedEntryDeletionIndexInfo(int index,
MLDataFormats.BatchedEntryDeletionIndexInfo value) |
Store which index in the batch message has been deleted
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addBatchedEntryDeletionIndexInfo(int index,
MLDataFormats.BatchedEntryDeletionIndexInfo.Builder builderForValue) |
Store which index in the batch message has been deleted
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addBatchedEntryDeletionIndexInfo(MLDataFormats.BatchedEntryDeletionIndexInfo value) |
Store which index in the batch message has been deleted
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addBatchedEntryDeletionIndexInfo(MLDataFormats.BatchedEntryDeletionIndexInfo.Builder builderForValue) |
Store which index in the batch message has been deleted
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addIndividualDeletedMessages(int index,
MLDataFormats.MessageRange value) |
repeated .MessageRange individualDeletedMessages = 3;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addIndividualDeletedMessages(int index,
MLDataFormats.MessageRange.Builder builderForValue) |
repeated .MessageRange individualDeletedMessages = 3;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addIndividualDeletedMessages(MLDataFormats.MessageRange value) |
repeated .MessageRange individualDeletedMessages = 3;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addIndividualDeletedMessages(MLDataFormats.MessageRange.Builder builderForValue) |
repeated .MessageRange individualDeletedMessages = 3;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addProperties(int index,
MLDataFormats.LongProperty value) |
Additional custom properties associated with
the current cursor position
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addProperties(int index,
MLDataFormats.LongProperty.Builder builderForValue) |
Additional custom properties associated with
the current cursor position
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addProperties(MLDataFormats.LongProperty value) |
Additional custom properties associated with
the current cursor position
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addProperties(MLDataFormats.LongProperty.Builder builderForValue) |
Additional custom properties associated with
the current cursor position
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.clear() |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.clearBatchedEntryDeletionIndexInfo() |
Store which index in the batch message has been deleted
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.clearEntryId() |
required int64 entryId = 2;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.clearIndividualDeletedMessages() |
repeated .MessageRange individualDeletedMessages = 3;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.clearLedgerId() |
required int64 ledgerId = 1;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.clearProperties() |
Additional custom properties associated with
the current cursor position
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.clone() |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.mergeFrom(MLDataFormats.PositionInfo other) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.newBuilder() |
|
static MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.newBuilder(MLDataFormats.PositionInfo prototype) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.newBuilderForType() |
|
protected MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.removeBatchedEntryDeletionIndexInfo(int index) |
Store which index in the batch message has been deleted
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.removeIndividualDeletedMessages(int index) |
repeated .MessageRange individualDeletedMessages = 3;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.removeProperties(int index) |
Additional custom properties associated with
the current cursor position
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setBatchedEntryDeletionIndexInfo(int index,
MLDataFormats.BatchedEntryDeletionIndexInfo value) |
Store which index in the batch message has been deleted
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setBatchedEntryDeletionIndexInfo(int index,
MLDataFormats.BatchedEntryDeletionIndexInfo.Builder builderForValue) |
Store which index in the batch message has been deleted
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setEntryId(long value) |
required int64 entryId = 2;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setIndividualDeletedMessages(int index,
MLDataFormats.MessageRange value) |
repeated .MessageRange individualDeletedMessages = 3;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setIndividualDeletedMessages(int index,
MLDataFormats.MessageRange.Builder builderForValue) |
repeated .MessageRange individualDeletedMessages = 3;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setLedgerId(long value) |
required int64 ledgerId = 1;
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setProperties(int index,
MLDataFormats.LongProperty value) |
Additional custom properties associated with
the current cursor position
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setProperties(int index,
MLDataFormats.LongProperty.Builder builderForValue) |
Additional custom properties associated with
the current cursor position
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
MLDataFormats.PositionInfo.Builder |
MLDataFormats.PositionInfo.toBuilder() |
|