Uses of Class
io.dingodb.store.Store.AlreadyExist.Builder
Packages that use Store.AlreadyExist.Builder
-
Uses of Store.AlreadyExist.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.AlreadyExist.BuilderModifier and TypeMethodDescriptionStore.TxnPrewriteResponse.Builder.addKeysAlreadyExistBuilder()if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.addKeysAlreadyExistBuilder(int index) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.AlreadyExist.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.AlreadyExist.Builder.clear()Store.AlreadyExist.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.AlreadyExist.Builder.clearKey()bytes key = 1;Store.AlreadyExist.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.AlreadyExist.Builder.clone()Store.TxnPrewriteResponse.Builder.getKeysAlreadyExistBuilder(int index) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.AlreadyExist.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.AlreadyExist.Builder.mergeFrom(com.google.protobuf.Message other) Store.AlreadyExist.Builder.mergeFrom(Store.AlreadyExist other) Store.AlreadyExist.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Store.AlreadyExist.BuilderStore.AlreadyExist.newBuilder()static Store.AlreadyExist.BuilderStore.AlreadyExist.newBuilder(Store.AlreadyExist prototype) Store.AlreadyExist.newBuilderForType()protected Store.AlreadyExist.BuilderStore.AlreadyExist.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.AlreadyExist.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.AlreadyExist.Builder.setKey(com.google.protobuf.ByteString value) bytes key = 1;Store.AlreadyExist.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.AlreadyExist.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.AlreadyExist.toBuilder()Methods in io.dingodb.store that return types with arguments of type Store.AlreadyExist.BuilderModifier and TypeMethodDescriptionStore.TxnPrewriteResponse.Builder.getKeysAlreadyExistBuilderList()if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedMethods in io.dingodb.store with parameters of type Store.AlreadyExist.BuilderModifier and TypeMethodDescriptionStore.TxnPrewriteResponse.Builder.addKeysAlreadyExist(int index, Store.AlreadyExist.Builder builderForValue) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.addKeysAlreadyExist(Store.AlreadyExist.Builder builderForValue) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returnedStore.TxnPrewriteResponse.Builder.setKeysAlreadyExist(int index, Store.AlreadyExist.Builder builderForValue) if there is PutIfAbsent in mutation, and if there is key conflict, the conflict key will be returned