Package | Description |
---|---|
alluxio.exception.runtime | |
alluxio.master.job | |
alluxio.scheduler.job | |
alluxio.underfs.hdfs | |
alluxio.underfs.s3a |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsRuntimeException
Exception indicating that an attempt to create an entity failed because one already exists.
|
class |
BlockDoesNotExistRuntimeException
The exception thrown when a block does not exist in Alluxio.
|
class |
CancelledRuntimeException
Exception indicating that the service is cancelled or interrupted (typically by the caller).
|
class |
DeadlineExceededRuntimeException
Exception indicating that an operation expired before completion.
|
class |
FailedPreconditionRuntimeException
Exception indicating that operation was rejected because the system is not in a state required
for the operation's execution.
|
class |
InternalRuntimeException
Exception representing an internal error.
|
class |
InvalidArgumentRuntimeException
Exception indicating that a client specified an invalid argument.
|
class |
NotFoundRuntimeException
Exception indicating that some requested entity (e.g., file or directory) was not found.
|
class |
OutOfRangeRuntimeException
Exception indicating that and operation was attempted past the valid range.
|
class |
PermissionDeniedRuntimeException
Exception indicating that the caller does not have permission to execute the specified operation.
|
class |
ResourceExhaustedRuntimeException
Exception indicating that some resource has been exhausted, perhaps a per-user quota, or perhaps
the task queue.
|
class |
UnauthenticatedRuntimeException
Exception indicating that the request does not have valid authentication credentials for the
operation.
|
class |
UnavailableRuntimeException
Exception indicating that the service is currently unavailable.
|
class |
UnimplementedRuntimeException
Exception indicating that an operation is not implemented or not supported/enabled in this
service.
|
class |
UnknownRuntimeException
Exception representing an unknown error.
|
Modifier and Type | Method and Description |
---|---|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(AlluxioStatusException t)
Converts an arbitrary AlluxioStatusException to an Alluxio runtime exception.
|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(IOException ioe)
Converts an IOException to a corresponding runtime exception.
|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(RuntimeException t)
Converts an arbitrary RuntimeException to an Alluxio runtime exception.
|
static AlluxioRuntimeException |
AlluxioRuntimeException.from(Throwable t)
Converts an arbitrary throwable to an Alluxio runtime exception.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadJob.failJob(AlluxioRuntimeException reason)
Set load state to FAILED with given reason.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.failJob(AlluxioRuntimeException reason)
set job as failure with exception.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioHdfsException
Alluxio exception for HDFS.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioS3Exception
Alluxio exception for s3.
|
Copyright © 2023. All Rights Reserved.