Package | Description |
---|---|
org.tikv.common |
Modifier and Type | Method and Description |
---|---|
static TiConfiguration.ApiVersion |
TiConfiguration.ApiVersion.fromInt(int version) |
TiConfiguration.ApiVersion |
TiConfiguration.getApiVersion() |
static TiConfiguration.ApiVersion |
TiConfiguration.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiConfiguration.ApiVersion[] |
TiConfiguration.ApiVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TiConfiguration |
TiConfiguration.setApiVersion(TiConfiguration.ApiVersion version) |
Copyright © 2024 PingCAP. All rights reserved.