| Package | Description |
|---|---|
| org.apache.hadoop.fs.azurebfs.services.retryReasonCategories |
A retryReasonCategory defines methods applicable on server-response errors.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ClientErrorRetryReason |
Category that can capture server-response errors for 4XX status-code.
|
class |
ConnectionResetRetryReason |
Category that can capture server-response errors for connection-reset exception.
|
class |
ConnectionTimeoutRetryReason |
Category that can capture server-response errors for connection-timeout.
|
class |
ReadTimeoutRetryReason |
Category that can capture server-response errors for read-timeout.
|
class |
ServerErrorRetryReason |
Category that can capture server-response errors for 5XX status-code.
|
class |
UnknownHostRetryReason |
Category that can capture server-response errors for
UnknownHostException. |
class |
UnknownIOExceptionRetryReason |
Category that can capture server-response errors for
IOException. |
class |
UnknownSocketExceptionRetryReason |
Category that can capture server-response errors for
SocketException. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.