Uses of Class
io.dingodb.store.Store.KvPutIfAbsentRequest.Builder
Packages that use Store.KvPutIfAbsentRequest.Builder
-
Uses of Store.KvPutIfAbsentRequest.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.KvPutIfAbsentRequest.BuilderModifier and TypeMethodDescriptionStore.KvPutIfAbsentRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.KvPutIfAbsentRequest.Builder.clear()Store.KvPutIfAbsentRequest.Builder.clearContext().dingodb.pb.store.Context context = 2;Store.KvPutIfAbsentRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.KvPutIfAbsentRequest.Builder.clearKv().dingodb.pb.common.KeyValue kv = 3;Store.KvPutIfAbsentRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.KvPutIfAbsentRequest.Builder.clearRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;Store.KvPutIfAbsentRequest.Builder.clearTtl()duration time, unit msStore.KvPutIfAbsentRequest.Builder.clone()Store.KvPutIfAbsentRequest.Builder.mergeContext(Store.Context value) .dingodb.pb.store.Context context = 2;Store.KvPutIfAbsentRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.KvPutIfAbsentRequest.Builder.mergeFrom(com.google.protobuf.Message other) Store.KvPutIfAbsentRequest.Builder.mergeFrom(Store.KvPutIfAbsentRequest other) Store.KvPutIfAbsentRequest.Builder.mergeKv(Common.KeyValue value) .dingodb.pb.common.KeyValue kv = 3;Store.KvPutIfAbsentRequest.Builder.mergeRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Store.KvPutIfAbsentRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.KvPutIfAbsentRequest.newBuilder()Store.KvPutIfAbsentRequest.newBuilder(Store.KvPutIfAbsentRequest prototype) Store.KvPutIfAbsentRequest.newBuilderForType()protected Store.KvPutIfAbsentRequest.BuilderStore.KvPutIfAbsentRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.KvPutIfAbsentRequest.Builder.setContext(Store.Context value) .dingodb.pb.store.Context context = 2;Store.KvPutIfAbsentRequest.Builder.setContext(Store.Context.Builder builderForValue) .dingodb.pb.store.Context context = 2;Store.KvPutIfAbsentRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.KvPutIfAbsentRequest.Builder.setKv(Common.KeyValue value) .dingodb.pb.common.KeyValue kv = 3;Store.KvPutIfAbsentRequest.Builder.setKv(Common.KeyValue.Builder builderForValue) .dingodb.pb.common.KeyValue kv = 3;Store.KvPutIfAbsentRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.KvPutIfAbsentRequest.Builder.setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Store.KvPutIfAbsentRequest.Builder.setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;Store.KvPutIfAbsentRequest.Builder.setTtl(long value) duration time, unit msStore.KvPutIfAbsentRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.KvPutIfAbsentRequest.toBuilder()