Package | Description |
---|---|
alluxio.client | |
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
ReadPType |
ReadType.toProto() |
Modifier and Type | Method and Description |
---|---|
static ReadType |
ReadType.fromProto(ReadPType readPType) |
Modifier and Type | Method and Description |
---|---|
static ReadPType |
ReadPType.forNumber(int value) |
ReadPType |
OpenFilePOptions.getReadType()
optional .alluxio.grpc.file.ReadPType readType = 1; |
ReadPType |
OpenFilePOptions.Builder.getReadType()
optional .alluxio.grpc.file.ReadPType readType = 1; |
ReadPType |
OpenFilePOptionsOrBuilder.getReadType()
optional .alluxio.grpc.file.ReadPType readType = 1; |
static ReadPType |
ReadPType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ReadPType |
ReadPType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ReadPType |
ReadPType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadPType[] |
ReadPType.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<ReadPType> |
ReadPType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
OpenFilePOptions.Builder |
OpenFilePOptions.Builder.setReadType(ReadPType value)
optional .alluxio.grpc.file.ReadPType readType = 1; |
Copyright © 2023. All Rights Reserved.