Package | Description |
---|---|
org.tikv.common | |
org.tikv.kvproto |
Modifier and Type | Method and Description |
---|---|
Kvrpcpb.APIVersion |
TiConfiguration.ApiVersion.toPb() |
Modifier and Type | Method and Description |
---|---|
static Kvrpcpb.APIVersion |
Kvrpcpb.APIVersion.forNumber(int value) |
Kvrpcpb.APIVersion |
Brpb.BackupMetaOrBuilder.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
Brpb.BackupMeta.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
Brpb.BackupMeta.Builder.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
Brpb.BackupResponseOrBuilder.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
Brpb.BackupResponse.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
Brpb.BackupResponse.Builder.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
RaftServerpb.StoreIdentOrBuilder.getApiVersion()
.kvrpcpb.APIVersion api_version = 3; |
Kvrpcpb.APIVersion |
RaftServerpb.StoreIdent.getApiVersion()
.kvrpcpb.APIVersion api_version = 3; |
Kvrpcpb.APIVersion |
RaftServerpb.StoreIdent.Builder.getApiVersion()
.kvrpcpb.APIVersion api_version = 3; |
Kvrpcpb.APIVersion |
Debugpb.GetStoreInfoResponseOrBuilder.getApiVersion()
.kvrpcpb.APIVersion api_version = 2; |
Kvrpcpb.APIVersion |
Debugpb.GetStoreInfoResponse.getApiVersion()
.kvrpcpb.APIVersion api_version = 2; |
Kvrpcpb.APIVersion |
Debugpb.GetStoreInfoResponse.Builder.getApiVersion()
.kvrpcpb.APIVersion api_version = 2; |
Kvrpcpb.APIVersion |
ImportSstpb.SSTMetaOrBuilder.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
ImportSstpb.SSTMeta.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
ImportSstpb.SSTMeta.Builder.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
Kvrpcpb.ContextOrBuilder.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
Kvrpcpb.Context.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
Kvrpcpb.Context.Builder.getApiVersion()
API version implies the encode of the key and value.
|
Kvrpcpb.APIVersion |
Brpb.BackupRequestOrBuilder.getDstApiVersion()
dst_api_version indicates the key-value encoding version used by the
generated SST file.
|
Kvrpcpb.APIVersion |
Brpb.BackupRequest.getDstApiVersion()
dst_api_version indicates the key-value encoding version used by the
generated SST file.
|
Kvrpcpb.APIVersion |
Brpb.BackupRequest.Builder.getDstApiVersion()
dst_api_version indicates the key-value encoding version used by the
generated SST file.
|
static Kvrpcpb.APIVersion |
Kvrpcpb.APIVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Kvrpcpb.APIVersion |
Kvrpcpb.APIVersion.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Kvrpcpb.APIVersion |
Kvrpcpb.APIVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Kvrpcpb.APIVersion[] |
Kvrpcpb.APIVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Kvrpcpb.APIVersion> |
Kvrpcpb.APIVersion.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Brpb.BackupMeta.Builder |
Brpb.BackupMeta.Builder.setApiVersion(Kvrpcpb.APIVersion value)
API version implies the encode of the key and value.
|
Brpb.BackupResponse.Builder |
Brpb.BackupResponse.Builder.setApiVersion(Kvrpcpb.APIVersion value)
API version implies the encode of the key and value.
|
RaftServerpb.StoreIdent.Builder |
RaftServerpb.StoreIdent.Builder.setApiVersion(Kvrpcpb.APIVersion value)
.kvrpcpb.APIVersion api_version = 3; |
Debugpb.GetStoreInfoResponse.Builder |
Debugpb.GetStoreInfoResponse.Builder.setApiVersion(Kvrpcpb.APIVersion value)
.kvrpcpb.APIVersion api_version = 2; |
ImportSstpb.SSTMeta.Builder |
ImportSstpb.SSTMeta.Builder.setApiVersion(Kvrpcpb.APIVersion value)
API version implies the encode of the key and value.
|
Kvrpcpb.Context.Builder |
Kvrpcpb.Context.Builder.setApiVersion(Kvrpcpb.APIVersion value)
API version implies the encode of the key and value.
|
Brpb.BackupRequest.Builder |
Brpb.BackupRequest.Builder.setDstApiVersion(Kvrpcpb.APIVersion value)
dst_api_version indicates the key-value encoding version used by the
generated SST file.
|
Copyright © 2024 PingCAP. All rights reserved.