Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
static JobType |
JobType.forNumber(int value) |
JobType |
JobInfoOrBuilder.getType()
optional .alluxio.grpc.job.JobType type = 8; |
JobType |
JobInfo.getType()
optional .alluxio.grpc.job.JobType type = 8; |
JobType |
JobInfo.Builder.getType()
optional .alluxio.grpc.job.JobType type = 8; |
static JobType |
JobType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JobType |
JobType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobType |
JobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobType[] |
JobType.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<JobType> |
JobType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
JobInfo.Builder |
JobInfo.Builder.setType(JobType value)
optional .alluxio.grpc.job.JobType type = 8; |
Copyright © 2023. All Rights Reserved.