Uses of Class
voldemort.store.UnreachableStoreException

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 NoopFailureDetector.recordException(Node node, long requestTime, UnreachableStoreException e)
           
 void BannagePeriodFailureDetector.recordException(Node node, long requestTime, UnreachableStoreException e)
          Deprecated.  
 void ThresholdFailureDetector.recordException(Node node, long requestTime, UnreachableStoreException e)
           
 void AsyncRecoveryFailureDetector.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.
protected  void AbstractFailureDetector.setUnavailable(Node node, UnreachableStoreException e)
           
protected  void ThresholdFailureDetector.update(Node node, boolean isSuccess, 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 ClientStoreVerifier.verifyStore(Node node)
           
 void BasicStoreVerifier.verifyStore(Node node)
           
 void ServerStoreVerifier.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
           
 

Methods in voldemort.store.rebalancing with parameters of type UnreachableStoreException
protected  void RedirectingStore.recordException(Node node, long startNs, UnreachableStoreException e)
           
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu