Package | Description |
---|---|
jsensor.nodes.models | |
jsensor.runtime | |
jsensor.runtime.threads |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractConnectivityModel.updateConnection(Node n,
ConcurrentNodesPositionHashMap nodesHash)
Update a node connections using a single ConcurrentHashMap (faster implementation).
|
Modifier and Type | Method and Description |
---|---|
ConcurrentNodesPositionHashMap |
Runtime.getNodesHash() |
Modifier and Type | Method and Description |
---|---|
void |
Runtime.setNodesHash(ConcurrentNodesPositionHashMap nodesHash) |
Constructor and Description |
---|
AssynchronousConsumerThread(AbstractNodesList[] nl,
FactsList[] f,
int index,
Runtime.ThreadState state,
long time,
ConcurrentNodesPositionHashMap hash) |
SynchronousConsumerThread(Runtime.ThreadState myState,
FactsList[] f,
int indexToWrite,
AbstractNodesList[] myLists,
ConcurrentNodesPositionHashMap map) |