Uses of Class
io.dingodb.store.Store.Mutation
Packages that use Store.Mutation
-
Uses of Store.Mutation in io.dingodb.store
Methods in io.dingodb.store that return Store.MutationModifier and TypeMethodDescriptionStore.Mutation.Builder.build()Store.Mutation.Builder.buildPartial()static Store.MutationStore.Mutation.getDefaultInstance()Store.Mutation.Builder.getDefaultInstanceForType()Store.Mutation.getDefaultInstanceForType()Store.TxnPessimisticLockRequest.Builder.getMutations(int index) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPessimisticLockRequest.getMutations(int index) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPessimisticLockRequestOrBuilder.getMutations(int index) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.getMutations(int index) The data to be written to the database.Store.TxnPrewriteRequest.getMutations(int index) The data to be written to the database.Store.TxnPrewriteRequestOrBuilder.getMutations(int index) The data to be written to the database.static Store.MutationStore.Mutation.parseDelimitedFrom(InputStream input) static Store.MutationStore.Mutation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.MutationStore.Mutation.parseFrom(byte[] data) static Store.MutationStore.Mutation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.MutationStore.Mutation.parseFrom(com.google.protobuf.ByteString data) static Store.MutationStore.Mutation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.MutationStore.Mutation.parseFrom(com.google.protobuf.CodedInputStream input) static Store.MutationStore.Mutation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.MutationStore.Mutation.parseFrom(InputStream input) static Store.MutationStore.Mutation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.MutationStore.Mutation.parseFrom(ByteBuffer data) static Store.MutationStore.Mutation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.MutationModifier and TypeMethodDescriptionStore.TxnPessimisticLockRequest.Builder.getMutationsList()In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPessimisticLockRequest.getMutationsList()In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPessimisticLockRequestOrBuilder.getMutationsList()In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.getMutationsList()The data to be written to the database.Store.TxnPrewriteRequest.getMutationsList()The data to be written to the database.Store.TxnPrewriteRequestOrBuilder.getMutationsList()The data to be written to the database.com.google.protobuf.Parser<Store.Mutation>Store.Mutation.getParserForType()static com.google.protobuf.Parser<Store.Mutation>Store.Mutation.parser()Methods in io.dingodb.store with parameters of type Store.MutationModifier and TypeMethodDescriptionStore.TxnPessimisticLockRequest.Builder.addMutations(int index, Store.Mutation value) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPessimisticLockRequest.Builder.addMutations(Store.Mutation value) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.addMutations(int index, Store.Mutation value) The data to be written to the database.Store.TxnPrewriteRequest.Builder.addMutations(Store.Mutation value) The data to be written to the database.Store.Mutation.Builder.mergeFrom(Store.Mutation other) static Store.Mutation.BuilderStore.Mutation.newBuilder(Store.Mutation prototype) Store.TxnPessimisticLockRequest.Builder.setMutations(int index, Store.Mutation value) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.setMutations(int index, Store.Mutation value) The data to be written to the database.Method parameters in io.dingodb.store with type arguments of type Store.MutationModifier and TypeMethodDescriptionStore.TxnPessimisticLockRequest.Builder.addAllMutations(Iterable<? extends Store.Mutation> values) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.addAllMutations(Iterable<? extends Store.Mutation> values) The data to be written to the database.