Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.ufs | |
alluxio.grpc | |
alluxio.master.file.loadmanager |
Modifier and Type | Method and Description |
---|---|
String |
RetryHandlingFileSystemMasterClient.getLoadProgress(AlluxioURI path,
Optional<LoadProgressReportFormat> format,
boolean verbose) |
String |
BaseFileSystem.getLoadProgress(AlluxioURI path,
Optional<LoadProgressReportFormat> format,
boolean verbose) |
String |
FileSystemMasterClient.getLoadProgress(AlluxioURI path,
Optional<LoadProgressReportFormat> format,
boolean verbose)
Get progress of a load job.
|
String |
FileSystem.getLoadProgress(AlluxioURI path,
Optional<LoadProgressReportFormat> format,
boolean verbose)
Get progress of a load job.
|
String |
DelegatingFileSystem.getLoadProgress(AlluxioURI path,
Optional<LoadProgressReportFormat> format,
boolean verbose) |
Modifier and Type | Method and Description |
---|---|
String |
UfsBaseFileSystem.getLoadProgress(AlluxioURI path,
Optional<LoadProgressReportFormat> format,
boolean verbose) |
Modifier and Type | Method and Description |
---|---|
static LoadProgressReportFormat |
LoadProgressReportFormat.forNumber(int value) |
LoadProgressReportFormat |
GetLoadProgressPResponse.getFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 2; |
LoadProgressReportFormat |
GetLoadProgressPResponse.Builder.getFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 2; |
LoadProgressReportFormat |
GetLoadProgressPResponseOrBuilder.getFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 2; |
LoadProgressReportFormat |
LoadProgressPOptionsOrBuilder.getFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 1; |
LoadProgressReportFormat |
LoadProgressPOptions.getFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 1; |
LoadProgressReportFormat |
LoadProgressPOptions.Builder.getFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 1; |
static LoadProgressReportFormat |
LoadProgressReportFormat.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static LoadProgressReportFormat |
LoadProgressReportFormat.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static LoadProgressReportFormat |
LoadProgressReportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadProgressReportFormat[] |
LoadProgressReportFormat.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<LoadProgressReportFormat> |
LoadProgressReportFormat.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
GetLoadProgressPResponse.Builder |
GetLoadProgressPResponse.Builder.setFormat(LoadProgressReportFormat value)
optional .alluxio.grpc.file.LoadProgressReportFormat format = 2; |
LoadProgressPOptions.Builder |
LoadProgressPOptions.Builder.setFormat(LoadProgressReportFormat value)
optional .alluxio.grpc.file.LoadProgressReportFormat format = 1; |
Modifier and Type | Method and Description |
---|---|
String |
LoadManager.getLoadProgress(String loadPath,
LoadProgressReportFormat format,
boolean verbose)
Get the load job's progress report.
|
String |
LoadJob.getProgress(LoadProgressReportFormat format,
boolean verbose)
Get load job progress.
|
Copyright © 2023. All Rights Reserved.