public static class HashtableServer_thrift.AsyncClient extends org.apache.thrift.async.TAsyncClient implements HashtableServer_thrift.AsyncIface
| Modifier and Type | Class and Description |
|---|---|
static class |
HashtableServer_thrift.AsyncClient.Factory |
static class |
HashtableServer_thrift.AsyncClient.get_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.getAllKeys_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.getNodeProperties_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.getObjects_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.getObjectsProperties_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.locationChange_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.lock_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.put_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.putObjects_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.relocate_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.updateNodeProperties_thrift_call |
static class |
HashtableServer_thrift.AsyncClient.updateNodePropertiesParallel_thrift_call |
| Constructor and Description |
|---|
AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
void |
get_thrift(String key,
long storageSystemThreadId,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getAllKeys_thrift(org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getNodeProperties_thrift(NodeData_thrift n,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getObjects_thrift(List<String> keyList,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
getObjectsProperties_thrift(List<NodeData_thrift> keyList,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
locationChange_thrift(int nodeId,
String serverName,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
lock_thrift(int nodeId,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
put_thrift(String key,
Node_thrift value,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
putObjects_thrift(Map<String,Node_thrift> nodeList,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
relocate_thrift(int nodeId,
String serverName,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
updateNodeProperties_thrift(NodeData_thrift n,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
updateNodePropertiesParallel_thrift(List<NodeData_thrift> objList,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport)
public void put_thrift(String key, Node_thrift value, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
put_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void get_thrift(String key, long storageSystemThreadId, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
get_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void getNodeProperties_thrift(NodeData_thrift n, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getNodeProperties_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void updateNodeProperties_thrift(NodeData_thrift n, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
updateNodeProperties_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void getObjectsProperties_thrift(List<NodeData_thrift> keyList, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getObjectsProperties_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void updateNodePropertiesParallel_thrift(List<NodeData_thrift> objList, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
updateNodePropertiesParallel_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void putObjects_thrift(Map<String,Node_thrift> nodeList, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
putObjects_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void getObjects_thrift(List<String> keyList, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
getObjects_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void getAllKeys_thrift(org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
getAllKeys_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void relocate_thrift(int nodeId,
String serverName,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
relocate_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void locationChange_thrift(int nodeId,
String serverName,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
locationChange_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TExceptionpublic void lock_thrift(int nodeId,
org.apache.thrift.async.AsyncMethodCallback resultHandler)
throws org.apache.thrift.TException
lock_thrift in interface HashtableServer_thrift.AsyncIfaceorg.apache.thrift.TException