Uses of Class
io.dingodb.store.Store.KvBatchPutIfAbsentRequest.Builder
Packages that use Store.KvBatchPutIfAbsentRequest.Builder
-
Uses of Store.KvBatchPutIfAbsentRequest.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.KvBatchPutIfAbsentRequest.BuilderModifier and TypeMethodDescriptionStore.KvBatchPutIfAbsentRequest.Builder.addAllKvs(Iterable<? extends Common.KeyValue> values) repeated .dingodb.pb.common.KeyValue kvs = 3;Store.KvBatchPutIfAbsentRequest.Builder.addKvs(int index, Common.KeyValue value) repeated .dingodb.pb.common.KeyValue kvs = 3;Store.KvBatchPutIfAbsentRequest.Builder.addKvs(int index, Common.KeyValue.Builder builderForValue) repeated .dingodb.pb.common.KeyValue kvs = 3;Store.KvBatchPutIfAbsentRequest.Builder.addKvs(Common.KeyValue value) repeated .dingodb.pb.common.KeyValue kvs = 3;Store.KvBatchPutIfAbsentRequest.Builder.addKvs(Common.KeyValue.Builder builderForValue) repeated .dingodb.pb.common.KeyValue kvs = 3;Store.KvBatchPutIfAbsentRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.KvBatchPutIfAbsentRequest.Builder.clear()Store.KvBatchPutIfAbsentRequest.Builder.clearContext().dingodb.pb.store.Context context = 2;Store.KvBatchPutIfAbsentRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.KvBatchPutIfAbsentRequest.Builder.clearIsAtomic()bool is_atomic = 4;Store.KvBatchPutIfAbsentRequest.Builder.clearKvs()repeated .dingodb.pb.common.KeyValue kvs = 3;Store.KvBatchPutIfAbsentRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.KvBatchPutIfAbsentRequest.Builder.clearRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;Store.KvBatchPutIfAbsentRequest.Builder.clearTtl()duration time, unit msStore.KvBatchPutIfAbsentRequest.Builder.clone()Store.KvBatchPutIfAbsentRequest.Builder.mergeContext(Store.Context value) .dingodb.pb.store.Context context = 2;Store.KvBatchPutIfAbsentRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.KvBatchPutIfAbsentRequest.Builder.mergeFrom(com.google.protobuf.Message other) Store.KvBatchPutIfAbsentRequest.Builder.mergeFrom(Store.KvBatchPutIfAbsentRequest other) Store.KvBatchPutIfAbsentRequest.Builder.mergeRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Store.KvBatchPutIfAbsentRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.KvBatchPutIfAbsentRequest.newBuilder()Store.KvBatchPutIfAbsentRequest.newBuilder(Store.KvBatchPutIfAbsentRequest prototype) Store.KvBatchPutIfAbsentRequest.newBuilderForType()protected Store.KvBatchPutIfAbsentRequest.BuilderStore.KvBatchPutIfAbsentRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.KvBatchPutIfAbsentRequest.Builder.removeKvs(int index) repeated .dingodb.pb.common.KeyValue kvs = 3;Store.KvBatchPutIfAbsentRequest.Builder.setContext(Store.Context value) .dingodb.pb.store.Context context = 2;Store.KvBatchPutIfAbsentRequest.Builder.setContext(Store.Context.Builder builderForValue) .dingodb.pb.store.Context context = 2;Store.KvBatchPutIfAbsentRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.KvBatchPutIfAbsentRequest.Builder.setIsAtomic(boolean value) bool is_atomic = 4;Store.KvBatchPutIfAbsentRequest.Builder.setKvs(int index, Common.KeyValue value) repeated .dingodb.pb.common.KeyValue kvs = 3;Store.KvBatchPutIfAbsentRequest.Builder.setKvs(int index, Common.KeyValue.Builder builderForValue) repeated .dingodb.pb.common.KeyValue kvs = 3;Store.KvBatchPutIfAbsentRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.KvBatchPutIfAbsentRequest.Builder.setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Store.KvBatchPutIfAbsentRequest.Builder.setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;Store.KvBatchPutIfAbsentRequest.Builder.setTtl(long value) duration time, unit msStore.KvBatchPutIfAbsentRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.KvBatchPutIfAbsentRequest.toBuilder()