Package | Description |
---|---|
alluxio.client.block.options | |
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
WorkerRange |
GetWorkerReportOptions.WorkerRange.toProto() |
Modifier and Type | Method and Description |
---|---|
static GetWorkerReportOptions.WorkerRange |
GetWorkerReportOptions.WorkerRange.fromProto(WorkerRange workerRange) |
Modifier and Type | Method and Description |
---|---|
static WorkerRange |
WorkerRange.forNumber(int value) |
WorkerRange |
GetWorkerReportPOptions.getWorkerRange()
optional .alluxio.grpc.block.WorkerRange workerRange = 3; |
WorkerRange |
GetWorkerReportPOptions.Builder.getWorkerRange()
optional .alluxio.grpc.block.WorkerRange workerRange = 3; |
WorkerRange |
GetWorkerReportPOptionsOrBuilder.getWorkerRange()
optional .alluxio.grpc.block.WorkerRange workerRange = 3; |
static WorkerRange |
WorkerRange.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WorkerRange |
WorkerRange.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WorkerRange |
WorkerRange.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkerRange[] |
WorkerRange.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<WorkerRange> |
WorkerRange.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
GetWorkerReportPOptions.Builder |
GetWorkerReportPOptions.Builder.setWorkerRange(WorkerRange value)
optional .alluxio.grpc.block.WorkerRange workerRange = 3; |
Copyright © 2023. All Rights Reserved.