public class HostDispatchTable
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RPC_MECHANISM |
| Constructor and Description |
|---|
HostDispatchTable(StorageSystem strsys) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearWorkerRequest(java.lang.Long wrkId) |
void |
dispatchBatch(java.lang.Integer hostId) |
void |
doGetNodeData(WorkerRequest wrkReq,
java.util.concurrent.ConcurrentHashMap<java.lang.Integer,java.util.Vector<NodeData>> hostNodeDataBucket) |
public HostDispatchTable(StorageSystem strsys)
public void doGetNodeData(WorkerRequest wrkReq, java.util.concurrent.ConcurrentHashMap<java.lang.Integer,java.util.Vector<NodeData>> hostNodeDataBucket) throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void dispatchBatch(java.lang.Integer hostId)
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void clearWorkerRequest(java.lang.Long wrkId)