Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
static LoadDescendantPType |
LoadDescendantPType.forNumber(int value) |
LoadDescendantPType |
LoadMetadataPOptions.getLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
LoadDescendantPType |
LoadMetadataPOptions.Builder.getLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
LoadDescendantPType |
LoadMetadataPOptionsOrBuilder.getLoadDescendantType()
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
static LoadDescendantPType |
GrpcUtils.toProto(DescendantType loadDescendantType)
Converts options to proto type.
|
static LoadDescendantPType |
LoadDescendantPType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LoadDescendantPType |
LoadDescendantPType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LoadDescendantPType |
LoadDescendantPType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadDescendantPType[] |
LoadDescendantPType.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<LoadDescendantPType> |
LoadDescendantPType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
LoadMetadataPOptions.Builder |
LoadMetadataPOptions.Builder.setLoadDescendantType(LoadDescendantPType value)
optional .alluxio.grpc.fscommon.LoadDescendantPType loadDescendantType = 3; |
Copyright © 2023. All Rights Reserved.