Package | Description |
---|---|
alluxio.exception.runtime | |
alluxio.grpc |
Constructor and Description |
---|
AlluxioRuntimeException(io.grpc.Status status,
String message,
Throwable cause,
ErrorType errorType,
boolean retryable,
com.google.protobuf.Any... details) |
UnimplementedRuntimeException(Throwable t,
ErrorType errorType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static ErrorType |
ErrorType.forNumber(int value) |
ErrorType |
ErrorInfo.getErrorType()
optional .alluxio.grpc.ErrorType errorType = 1; |
ErrorType |
ErrorInfo.Builder.getErrorType()
optional .alluxio.grpc.ErrorType errorType = 1; |
ErrorType |
ErrorInfoOrBuilder.getErrorType()
optional .alluxio.grpc.ErrorType errorType = 1; |
static ErrorType |
ErrorType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ErrorType |
ErrorType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ErrorType |
ErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorType[] |
ErrorType.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<ErrorType> |
ErrorType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ErrorInfo.Builder |
ErrorInfo.Builder.setErrorType(ErrorType value)
optional .alluxio.grpc.ErrorType errorType = 1; |
Copyright © 2023. All Rights Reserved.