Uses of Class
io.dingodb.store.Store.TxnNotFound
Packages that use Store.TxnNotFound
-
Uses of Store.TxnNotFound in io.dingodb.store
Methods in io.dingodb.store that return Store.TxnNotFoundModifier and TypeMethodDescriptionStore.TxnNotFound.Builder.build()Store.TxnNotFound.Builder.buildPartial()static Store.TxnNotFoundStore.TxnNotFound.getDefaultInstance()Store.TxnNotFound.Builder.getDefaultInstanceForType()Store.TxnNotFound.getDefaultInstanceForType()Store.TxnResultInfo.Builder.getTxnNotFound()Txn not found when checking txn status.Store.TxnResultInfo.getTxnNotFound()Txn not found when checking txn status.Store.TxnResultInfoOrBuilder.getTxnNotFound()Txn not found when checking txn status.static Store.TxnNotFoundStore.TxnNotFound.parseDelimitedFrom(InputStream input) static Store.TxnNotFoundStore.TxnNotFound.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(byte[] data) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(com.google.protobuf.ByteString data) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(com.google.protobuf.CodedInputStream input) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(InputStream input) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(ByteBuffer data) static Store.TxnNotFoundStore.TxnNotFound.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store that return types with arguments of type Store.TxnNotFoundModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Store.TxnNotFound>Store.TxnNotFound.getParserForType()static com.google.protobuf.Parser<Store.TxnNotFound>Store.TxnNotFound.parser()Methods in io.dingodb.store with parameters of type Store.TxnNotFoundModifier and TypeMethodDescriptionStore.TxnNotFound.Builder.mergeFrom(Store.TxnNotFound other) Store.TxnResultInfo.Builder.mergeTxnNotFound(Store.TxnNotFound value) Txn not found when checking txn status.static Store.TxnNotFound.BuilderStore.TxnNotFound.newBuilder(Store.TxnNotFound prototype) Store.TxnResultInfo.Builder.setTxnNotFound(Store.TxnNotFound value) Txn not found when checking txn status.