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