Uses of Interface
io.dingodb.store.Store.MutationOrBuilder
Packages that use Store.MutationOrBuilder
-
Uses of Store.MutationOrBuilder in io.dingodb.store
Classes in io.dingodb.store that implement Store.MutationOrBuilderModifier and TypeClassDescriptionstatic final classProtobuf typedingodb.pb.store.Mutationstatic final classProtobuf typedingodb.pb.store.MutationMethods in io.dingodb.store that return Store.MutationOrBuilderModifier and TypeMethodDescriptionStore.TxnPessimisticLockRequest.Builder.getMutationsOrBuilder(int index) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPessimisticLockRequest.getMutationsOrBuilder(int index) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPessimisticLockRequestOrBuilder.getMutationsOrBuilder(int index) In this case every `Op` of the mutations must be `PessimisticLock`.Store.TxnPrewriteRequest.Builder.getMutationsOrBuilder(int index) The data to be written to the database.Store.TxnPrewriteRequest.getMutationsOrBuilder(int index) The data to be written to the database.Store.TxnPrewriteRequestOrBuilder.getMutationsOrBuilder(int index) The data to be written to the database.Methods in io.dingodb.store that return types with arguments of type Store.MutationOrBuilderModifier and TypeMethodDescriptionList<? extends Store.MutationOrBuilder>Store.TxnPessimisticLockRequest.Builder.getMutationsOrBuilderList()In this case every `Op` of the mutations must be `PessimisticLock`.List<? extends Store.MutationOrBuilder>Store.TxnPessimisticLockRequest.getMutationsOrBuilderList()In this case every `Op` of the mutations must be `PessimisticLock`.List<? extends Store.MutationOrBuilder>Store.TxnPessimisticLockRequestOrBuilder.getMutationsOrBuilderList()In this case every `Op` of the mutations must be `PessimisticLock`.List<? extends Store.MutationOrBuilder>Store.TxnPrewriteRequest.Builder.getMutationsOrBuilderList()The data to be written to the database.List<? extends Store.MutationOrBuilder>Store.TxnPrewriteRequest.getMutationsOrBuilderList()The data to be written to the database.List<? extends Store.MutationOrBuilder>Store.TxnPrewriteRequestOrBuilder.getMutationsOrBuilderList()The data to be written to the database.