Package | Description |
---|---|
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.Builder.build() |
Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.Builder.buildPartial() |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.getDefaultInstance() |
Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.getDefaultInstanceForType() |
Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.Builder.getDefaultInstanceForType() |
Kvrpcpb.TxnNotFound |
Kvrpcpb.KeyErrorOrBuilder.getTxnNotFound()
Txn not found when checking txn status.
|
Kvrpcpb.TxnNotFound |
Kvrpcpb.KeyError.getTxnNotFound()
Txn not found when checking txn status.
|
Kvrpcpb.TxnNotFound |
Kvrpcpb.KeyError.Builder.getTxnNotFound()
Txn not found when checking txn status.
|
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseDelimitedFrom(InputStream input) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(byte[] data) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(ByteBuffer data) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(com.google.protobuf.ByteString data) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(com.google.protobuf.CodedInputStream input) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(InputStream input) |
static Kvrpcpb.TxnNotFound |
Kvrpcpb.TxnNotFound.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Kvrpcpb.TxnNotFound> |
Kvrpcpb.TxnNotFound.getParserForType() |
static com.google.protobuf.Parser<Kvrpcpb.TxnNotFound> |
Kvrpcpb.TxnNotFound.parser() |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.TxnNotFound.Builder |
Kvrpcpb.TxnNotFound.Builder.mergeFrom(Kvrpcpb.TxnNotFound other) |
Kvrpcpb.KeyError.Builder |
Kvrpcpb.KeyError.Builder.mergeTxnNotFound(Kvrpcpb.TxnNotFound value)
Txn not found when checking txn status.
|
static Kvrpcpb.TxnNotFound.Builder |
Kvrpcpb.TxnNotFound.newBuilder(Kvrpcpb.TxnNotFound prototype) |
Kvrpcpb.KeyError.Builder |
Kvrpcpb.KeyError.Builder.setTxnNotFound(Kvrpcpb.TxnNotFound value)
Txn not found when checking txn status.
|
Copyright © 2024 PingCAP. All rights reserved.