public interface WebHdfsMessages
| Modifier and Type | Method and Description |
|---|---|
void |
errorConnectingToServer(String uri,
Exception e) |
void |
errorReceivedFromSafeModeNode(Exception e) |
void |
errorReceivedFromStandbyNode(Exception e) |
void |
failingOverRequest(String uri) |
void |
failoverSleepFailed(String service,
Exception e) |
void |
initializingForResourceRole(String resourceRole) |
void |
maxFailoverAttemptsReached(int attempts,
String service) |
void |
maxRetryAttemptsReached(int attempts,
String service,
String url) |
void |
retryingRequest(String uri) |
void |
retrySleepFailed(String service,
Exception e) |
void initializingForResourceRole(String resourceRole)
void errorReceivedFromStandbyNode(Exception e)
void errorReceivedFromSafeModeNode(Exception e)
void failingOverRequest(String uri)
void retryingRequest(String uri)
void maxFailoverAttemptsReached(int attempts,
String service)
Copyright © 2014 Apache Software Foundation. All rights reserved.