|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvoldemort.cluster.failuredetector.ServerStoreVerifier
public class ServerStoreVerifier
ServerStoreVerifier is used to verify store connectivity for a server
environment. The node->store mapping is not known at the early point in the
client lifecycle that it can be provided, so it is performed on demand using
the StoreRepository.
| Field Summary |
|---|
| Fields inherited from interface voldemort.cluster.failuredetector.StoreVerifier |
|---|
KEY |
| Constructor Summary | |
|---|---|
ServerStoreVerifier(SocketStoreFactory storeFactory,
MetadataStore metadataStore,
VoldemortConfig voldemortConfig)
|
|
| Method Summary | |
|---|---|
void |
verifyStore(Node node)
Verifies the ability to connect to a Store for this node. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerStoreVerifier(SocketStoreFactory storeFactory,
MetadataStore metadataStore,
VoldemortConfig voldemortConfig)
| Method Detail |
|---|
public void verifyStore(Node node)
throws UnreachableStoreException,
VoldemortException
StoreVerifier
verifyStore in interface StoreVerifiernode - Node to test
UnreachableStoreException
VoldemortException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||