|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvoldemort.client.protocol.admin.AdminClient.StoreOperations
public class AdminClient.StoreOperations
Constructor Summary | |
---|---|
AdminClient.StoreOperations()
|
Method Summary | |
---|---|
java.util.List<Versioned<byte[]>> |
getNodeKey(java.lang.String storeName,
int nodeId,
ByteArray key)
Fetch key/value tuple for given key for a specific store on specified node. |
void |
putNodeKeyValue(java.lang.String storeName,
NodeValue<ByteArray,byte[]> nodeKeyValue)
This method updates exactly one key/value for a specific store on a specific node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdminClient.StoreOperations()
Method Detail |
---|
public void putNodeKeyValue(java.lang.String storeName, NodeValue<ByteArray,byte[]> nodeKeyValue)
storeName
- Name of the storenodeKeyValue
- A specific key/value to update on a specific
node.public java.util.List<Versioned<byte[]>> getNodeKey(java.lang.String storeName, int nodeId, ByteArray key)
storeName
- Name of the storenodeId
- Id of the node to query fromkey
- for which to query
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |