|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnreachableStoreException | |
|---|---|
| voldemort.cluster.failuredetector | Classes associated with client side failure detectors. |
| voldemort.store | The Store interface is the primary interface for Voldemort. |
| voldemort.store.rebalancing | Server side wrapper stores used for redirection during rebalancing. |
| Uses of UnreachableStoreException in voldemort.cluster.failuredetector |
|---|
| Methods in voldemort.cluster.failuredetector with parameters of type UnreachableStoreException | |
|---|---|
protected java.lang.String |
ThresholdFailureDetector.getCatastrophicError(UnreachableStoreException e)
|
void |
ThresholdFailureDetector.recordException(Node node,
long requestTime,
UnreachableStoreException e)
|
void |
NoopFailureDetector.recordException(Node node,
long requestTime,
UnreachableStoreException e)
|
void |
FailureDetector.recordException(Node node,
long requestTime,
UnreachableStoreException e)
Allows external callers to provide input to the FailureDetector that an error occurred when trying to access the node. |
void |
BannagePeriodFailureDetector.recordException(Node node,
long requestTime,
UnreachableStoreException e)
Deprecated. |
void |
AsyncRecoveryFailureDetector.recordException(Node node,
long requestTime,
UnreachableStoreException e)
|
protected void |
AbstractFailureDetector.setUnavailable(Node node,
UnreachableStoreException e)
|
protected void |
ThresholdFailureDetector.update(Node node,
int successDelta,
UnreachableStoreException e)
|
| Methods in voldemort.cluster.failuredetector that throw UnreachableStoreException | |
|---|---|
void |
StoreVerifier.verifyStore(Node node)
Verifies the ability to connect to a Store for this node. |
void |
ServerStoreVerifier.verifyStore(Node node)
|
void |
ClientStoreVerifier.verifyStore(Node node)
|
void |
BasicStoreVerifier.verifyStore(Node node)
|
| Uses of UnreachableStoreException in voldemort.store |
|---|
| Subclasses of UnreachableStoreException in voldemort.store | |
|---|---|
class |
StoreTimeoutException
Indicates that the given request for the store timed out. |
| Uses of UnreachableStoreException in voldemort.store.rebalancing |
|---|
| Subclasses of UnreachableStoreException in voldemort.store.rebalancing | |
|---|---|
class |
ProxyUnreachableException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||