Package | Description |
---|---|
alluxio.grpc | |
alluxio.job.wire |
Modifier and Type | Method and Description |
---|---|
static JobSource |
JobSource.forNumber(int value) |
JobSource |
CmdSummaryOrBuilder.getJobSource()
optional .alluxio.grpc.job.JobSource jobSource = 3; |
JobSource |
CmdSummary.getJobSource()
optional .alluxio.grpc.job.JobSource jobSource = 3; |
JobSource |
CmdSummary.Builder.getJobSource()
optional .alluxio.grpc.job.JobSource jobSource = 3; |
static JobSource |
JobSource.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JobSource |
JobSource.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobSource |
JobSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobSource[] |
JobSource.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<JobSource> |
JobSource.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CmdSummary.Builder |
CmdSummary.Builder.setJobSource(JobSource value)
optional .alluxio.grpc.job.JobSource jobSource = 3; |
Modifier and Type | Method and Description |
---|---|
JobSource |
JobSource.toProto() |
Copyright © 2023. All Rights Reserved.