Uses of Class
io.dingodb.store.Store.Mutation.Builder
Packages that use Store.Mutation.Builder
-
Uses of Store.Mutation.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.Mutation.BuilderModifier and TypeMethodDescriptionStore.TxnPessimisticLockRequest.Builder.addMutationsBuilder()In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPessimisticLockRequest.Builder.addMutationsBuilder(int index) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.addMutationsBuilder()The data to be written to the database.Store.TxnPrewriteRequest.Builder.addMutationsBuilder(int index) The data to be written to the database.Store.Mutation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.Mutation.Builder.clear()Store.Mutation.Builder.clearDocument()for document index region, executor must use the DocumentWithId to do put/putifabsentStore.Mutation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.Mutation.Builder.clearKey()for put/putifabsent, key is the key to be put for delete, key is the key to be deleted for rollback, key is the key to be rollbacked for lock, key is the key to be locked if executor is operating a vector index region, the key must be a vector region key the vector region key is encoded from a char prefix and two int64 using big-endian, the first int64 is the part id, direct encode use big-endian.Store.Mutation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.Mutation.Builder.clearOp().dingodb.pb.store.Op op = 1;Store.Mutation.Builder.clearValue()for store table/index region, executor use the value to do put/putifabsent for put/putifabsent, value is the value to be put for delete, value is empty for rollback, value is empty for lock, value is the extra_data executor want to store in lockStore.Mutation.Builder.clearVector()for vector index region, executor must use the VectorWithId to do put/putifabsentStore.Mutation.Builder.clone()Store.TxnPessimisticLockRequest.Builder.getMutationsBuilder(int index) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.getMutationsBuilder(int index) The data to be written to the database.Store.Mutation.Builder.mergeDocument(Common.DocumentWithId value) for document index region, executor must use the DocumentWithId to do put/putifabsentStore.Mutation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.Mutation.Builder.mergeFrom(com.google.protobuf.Message other) Store.Mutation.Builder.mergeFrom(Store.Mutation other) final Store.Mutation.BuilderStore.Mutation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.Mutation.Builder.mergeVector(Common.VectorWithId value) for vector index region, executor must use the VectorWithId to do put/putifabsentstatic Store.Mutation.BuilderStore.Mutation.newBuilder()static Store.Mutation.BuilderStore.Mutation.newBuilder(Store.Mutation prototype) Store.Mutation.newBuilderForType()protected Store.Mutation.BuilderStore.Mutation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.Mutation.Builder.setDocument(Common.DocumentWithId value) for document index region, executor must use the DocumentWithId to do put/putifabsentStore.Mutation.Builder.setDocument(Common.DocumentWithId.Builder builderForValue) for document index region, executor must use the DocumentWithId to do put/putifabsentStore.Mutation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.Mutation.Builder.setKey(com.google.protobuf.ByteString value) for put/putifabsent, key is the key to be put for delete, key is the key to be deleted for rollback, key is the key to be rollbacked for lock, key is the key to be locked if executor is operating a vector index region, the key must be a vector region key the vector region key is encoded from a char prefix and two int64 using big-endian, the first int64 is the part id, direct encode use big-endian..dingodb.pb.store.Op op = 1;Store.Mutation.Builder.setOpValue(int value) .dingodb.pb.store.Op op = 1;Store.Mutation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Store.Mutation.BuilderStore.Mutation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.Mutation.Builder.setValue(com.google.protobuf.ByteString value) for store table/index region, executor use the value to do put/putifabsent for put/putifabsent, value is the value to be put for delete, value is empty for rollback, value is empty for lock, value is the extra_data executor want to store in lockStore.Mutation.Builder.setVector(Common.VectorWithId value) for vector index region, executor must use the VectorWithId to do put/putifabsentStore.Mutation.Builder.setVector(Common.VectorWithId.Builder builderForValue) for vector index region, executor must use the VectorWithId to do put/putifabsentStore.Mutation.toBuilder()Methods in io.dingodb.store that return types with arguments of type Store.Mutation.BuilderModifier and TypeMethodDescriptionStore.TxnPessimisticLockRequest.Builder.getMutationsBuilderList()In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.getMutationsBuilderList()The data to be written to the database.Methods in io.dingodb.store with parameters of type Store.Mutation.BuilderModifier and TypeMethodDescriptionStore.TxnPessimisticLockRequest.Builder.addMutations(int index, Store.Mutation.Builder builderForValue) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPessimisticLockRequest.Builder.addMutations(Store.Mutation.Builder builderForValue) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.addMutations(int index, Store.Mutation.Builder builderForValue) The data to be written to the database.Store.TxnPrewriteRequest.Builder.addMutations(Store.Mutation.Builder builderForValue) The data to be written to the database.Store.TxnPessimisticLockRequest.Builder.setMutations(int index, Store.Mutation.Builder builderForValue) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.setMutations(int index, Store.Mutation.Builder builderForValue) The data to be written to the database.