Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Method and Description |
---|---|
static Endian |
Endian.forNumber(int value) |
Endian |
ChunkMemoryLayoutOrBuilder.getEndian()
Represents the endian.
|
Endian |
ChunkMemoryLayout.getEndian()
Represents the endian.
|
Endian |
ChunkMemoryLayout.Builder.getEndian()
Represents the endian.
|
static Endian |
Endian.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Endian |
Endian.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Endian |
Endian.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Endian[] |
Endian.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<Endian> |
Endian.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ChunkMemoryLayout.Builder |
ChunkMemoryLayout.Builder.setEndian(Endian value)
Represents the endian.
|
Copyright © 2024 PingCAP. All rights reserved.