|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IoRunnable | |
|---|---|
| com.sun.sgs.impl.service.channel | Provides an implementation of ChannelManager. |
| com.sun.sgs.impl.service.nodemap.affinity.dlpa | Provides classes for a multi-node, distributed algorithm implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). |
| com.sun.sgs.impl.util | Provides miscellaneous utility classes and methods. |
| Uses of IoRunnable in com.sun.sgs.impl.service.channel |
|---|
| Methods in com.sun.sgs.impl.service.channel with parameters of type IoRunnable | |
|---|---|
(package private) void |
ChannelServiceImpl.addChannelTaskOnCommit(BigInteger channelRefId,
IoRunnable ioTask,
long nodeId)
Adds the specified ioTask (in a wrapper that runs the task by
invoking runIoTask with the ioTask and nodeId) to the task list of the given channelRefId (when the current transaction commits). |
| Uses of IoRunnable in com.sun.sgs.impl.service.nodemap.affinity.dlpa |
|---|
| Methods in com.sun.sgs.impl.service.nodemap.affinity.dlpa with parameters of type IoRunnable | |
|---|---|
(package private) static boolean |
LabelPropagationServer.runIoTask(IoRunnable ioTask,
WatchdogService wdog,
long nodeId,
int maxTries,
int waitTime,
String name)
Executes the specified ioTask by invoking its run method. |
| Uses of IoRunnable in com.sun.sgs.impl.util |
|---|
| Methods in com.sun.sgs.impl.util with parameters of type IoRunnable | |
|---|---|
boolean |
AbstractService.runIoTask(IoRunnable ioTask,
long nodeId)
Executes the specified ioTask by invoking its run method. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||