Package | Description |
---|---|
alluxio.grpc | |
alluxio.job | |
alluxio.job.cmd.load | |
alluxio.job.cmd.migrate | |
alluxio.job.cmd.persist | |
alluxio.job.wire | |
alluxio.master.job.common |
Modifier and Type | Method and Description |
---|---|
static OperationType |
OperationType.forNumber(int value) |
OperationType |
CmdSummaryOrBuilder.getOperationType()
optional .alluxio.grpc.job.OperationType operationType = 2; |
OperationType |
CmdSummary.getOperationType()
optional .alluxio.grpc.job.OperationType operationType = 2; |
OperationType |
CmdSummary.Builder.getOperationType()
optional .alluxio.grpc.job.OperationType operationType = 2; |
OperationType |
CmdStatusBlockOrBuilder.getOperationType()
optional .alluxio.grpc.job.OperationType operationType = 3; |
OperationType |
CmdStatusBlock.getOperationType()
optional .alluxio.grpc.job.OperationType operationType = 3; |
OperationType |
CmdStatusBlock.Builder.getOperationType()
optional .alluxio.grpc.job.OperationType operationType = 3; |
static OperationType |
OperationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OperationType |
OperationType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.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<OperationType> |
OperationType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CmdSummary.Builder |
CmdSummary.Builder.setOperationType(OperationType value)
optional .alluxio.grpc.job.OperationType operationType = 2; |
CmdStatusBlock.Builder |
CmdStatusBlock.Builder.setOperationType(OperationType value)
optional .alluxio.grpc.job.OperationType operationType = 3; |
Modifier and Type | Method and Description |
---|---|
OperationType |
CmdConfig.getOperationType() |
Modifier and Type | Method and Description |
---|---|
OperationType |
LoadCliConfig.getOperationType() |
Modifier and Type | Method and Description |
---|---|
OperationType |
MigrateCliConfig.getOperationType() |
Modifier and Type | Method and Description |
---|---|
OperationType |
PersistCmdConfig.getOperationType() |
Modifier and Type | Method and Description |
---|---|
OperationType |
CmdStatusBlock.getOperationType()
Get OperationType.
|
Constructor and Description |
---|
CmdStatusBlock(long jobControlId,
List<SimpleJobStatusBlock> blocks,
OperationType type)
Constructor.
|
CmdStatusBlock(long jobControlId,
OperationType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
OperationType |
CmdInfo.getOperationType()
Get operation type.
|
Constructor and Description |
---|
CmdInfo(long jobControlId,
OperationType operationType,
JobSource jobSource,
long jobSubmissionTime,
List<String> filePath)
Constructor for CmdInfo class.
|
Copyright © 2023. All Rights Reserved.