Uses of Class
io.dingodb.store.Store.KvBatchPutIfAbsentResponse.Builder
Packages that use Store.KvBatchPutIfAbsentResponse.Builder
-
Uses of Store.KvBatchPutIfAbsentResponse.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.KvBatchPutIfAbsentResponse.BuilderModifier and TypeMethodDescriptionStore.KvBatchPutIfAbsentResponse.Builder.addAllKeyStates(Iterable<? extends Boolean> values) return the execution status of each key key_states[index] = true, update success key_states[index] = false, update failedStore.KvBatchPutIfAbsentResponse.Builder.addKeyStates(boolean value) return the execution status of each key key_states[index] = true, update success key_states[index] = false, update failedStore.KvBatchPutIfAbsentResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.KvBatchPutIfAbsentResponse.Builder.clear()Store.KvBatchPutIfAbsentResponse.Builder.clearError().dingodb.pb.error.Error error = 2;Store.KvBatchPutIfAbsentResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.KvBatchPutIfAbsentResponse.Builder.clearKeyStates()return the execution status of each key key_states[index] = true, update success key_states[index] = false, update failedStore.KvBatchPutIfAbsentResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.KvBatchPutIfAbsentResponse.Builder.clearResponseInfo().dingodb.pb.common.ResponseInfo response_info = 1;Store.KvBatchPutIfAbsentResponse.Builder.clearTs()int64 ts = 4;Store.KvBatchPutIfAbsentResponse.Builder.clone()Store.KvBatchPutIfAbsentResponse.Builder.mergeError(ErrorOuterClass.Error value) .dingodb.pb.error.Error error = 2;Store.KvBatchPutIfAbsentResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.KvBatchPutIfAbsentResponse.Builder.mergeFrom(com.google.protobuf.Message other) Store.KvBatchPutIfAbsentResponse.Builder.mergeFrom(Store.KvBatchPutIfAbsentResponse other) Store.KvBatchPutIfAbsentResponse.Builder.mergeResponseInfo(Common.ResponseInfo value) .dingodb.pb.common.ResponseInfo response_info = 1;Store.KvBatchPutIfAbsentResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.KvBatchPutIfAbsentResponse.newBuilder()Store.KvBatchPutIfAbsentResponse.newBuilder(Store.KvBatchPutIfAbsentResponse prototype) Store.KvBatchPutIfAbsentResponse.newBuilderForType()protected Store.KvBatchPutIfAbsentResponse.BuilderStore.KvBatchPutIfAbsentResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.KvBatchPutIfAbsentResponse.Builder.setError(ErrorOuterClass.Error value) .dingodb.pb.error.Error error = 2;Store.KvBatchPutIfAbsentResponse.Builder.setError(ErrorOuterClass.Error.Builder builderForValue) .dingodb.pb.error.Error error = 2;Store.KvBatchPutIfAbsentResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.KvBatchPutIfAbsentResponse.Builder.setKeyStates(int index, boolean value) return the execution status of each key key_states[index] = true, update success key_states[index] = false, update failedStore.KvBatchPutIfAbsentResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.KvBatchPutIfAbsentResponse.Builder.setResponseInfo(Common.ResponseInfo value) .dingodb.pb.common.ResponseInfo response_info = 1;Store.KvBatchPutIfAbsentResponse.Builder.setResponseInfo(Common.ResponseInfo.Builder builderForValue) .dingodb.pb.common.ResponseInfo response_info = 1;Store.KvBatchPutIfAbsentResponse.Builder.setTs(long value) int64 ts = 4;Store.KvBatchPutIfAbsentResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.KvBatchPutIfAbsentResponse.toBuilder()