Uses of Class
io.dingodb.store.Store.TxnNotFound.Builder
Packages that use Store.TxnNotFound.Builder
-
Uses of Store.TxnNotFound.Builder in io.dingodb.store
Methods in io.dingodb.store that return Store.TxnNotFound.BuilderModifier and TypeMethodDescriptionStore.TxnNotFound.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.TxnNotFound.Builder.clear()Store.TxnNotFound.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Store.TxnNotFound.Builder.clearKey()bytes key = 3;Store.TxnNotFound.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Store.TxnNotFound.Builder.clearPrimaryKey()bytes primary_key = 2;Store.TxnNotFound.Builder.clearStartTs()int64 start_ts = 1;Store.TxnNotFound.Builder.clone()Store.TxnResultInfo.Builder.getTxnNotFoundBuilder()Txn not found when checking txn status.Store.TxnNotFound.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Store.TxnNotFound.Builder.mergeFrom(com.google.protobuf.Message other) Store.TxnNotFound.Builder.mergeFrom(Store.TxnNotFound other) Store.TxnNotFound.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Store.TxnNotFound.BuilderStore.TxnNotFound.newBuilder()static Store.TxnNotFound.BuilderStore.TxnNotFound.newBuilder(Store.TxnNotFound prototype) Store.TxnNotFound.newBuilderForType()protected Store.TxnNotFound.BuilderStore.TxnNotFound.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Store.TxnNotFound.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Store.TxnNotFound.Builder.setKey(com.google.protobuf.ByteString value) bytes key = 3;Store.TxnNotFound.Builder.setPrimaryKey(com.google.protobuf.ByteString value) bytes primary_key = 2;Store.TxnNotFound.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Store.TxnNotFound.Builder.setStartTs(long value) int64 start_ts = 1;Store.TxnNotFound.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Store.TxnNotFound.toBuilder()Methods in io.dingodb.store with parameters of type Store.TxnNotFound.BuilderModifier and TypeMethodDescriptionStore.TxnResultInfo.Builder.setTxnNotFound(Store.TxnNotFound.Builder builderForValue) Txn not found when checking txn status.