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