|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Runnable | |
---|---|
jgroup.experiment.runnables | |
jgroup.relacs.config |
Uses of Runnable in jgroup.experiment.runnables |
---|
Classes in jgroup.experiment.runnables that implement Runnable | |
---|---|
class |
CheckExperimentDir
This runnable will check if the current experiment has already been started before and thus may already have results in its experiment directory. |
class |
CheckHosts
|
class |
CheckSshAccess
|
class |
CrashFailure
|
class |
DeleteRemoteLogs
|
class |
DeployClients
Runnable to deploy clients on the given client host set. |
class |
DeployExecDaemons
|
class |
DeployReplicas
Deploy the application group specified in the properties associated with this runnable. |
class |
EchoProperties
|
class |
FixedCrashFailure
|
class |
KillAllHosts
|
class |
KillHost
Kill one host. |
class |
OldCrashFailure
|
class |
SaveLogs
|
class |
SynchronizeCodebase
|
class |
UpgradeReplicas
|
Uses of Runnable in jgroup.relacs.config |
---|
Methods in jgroup.relacs.config with parameters of type Runnable | |
---|---|
java.lang.String |
ExperimentConfig.ant(java.lang.String target,
java.lang.String[] expProperties,
Runnable runnable)
|
boolean |
ExperimentConfig.getBooleanProperty(Runnable runnable,
java.lang.String name)
Returns a property assosciated with a Runnable object as a boolean. |
boolean |
ExperimentConfig.getBooleanProperty(Runnable runnable,
java.lang.String name,
boolean defaultValue)
Returns a property assosciated with a Runnable object as a boolean. |
int |
ExperimentConfig.getIntProperty(Runnable runnable,
java.lang.String name)
Returns a property assosciated with a Runnable object as an int. |
int |
ExperimentConfig.getIntProperty(Runnable runnable,
java.lang.String name,
int defaultValue)
Returns a property assosciated with a Runnable object as an int, and returns the specified default value if the property has not been set. |
java.util.Map |
ExperimentConfig.getProperties(Runnable runnable)
Returns the map of sysproperties associated with the given Runnable object. |
java.lang.String |
ExperimentConfig.getProperty(Runnable runnable,
java.lang.String name)
Returns a property assosciated with a Runnable object. |
java.lang.String |
ExperimentConfig.getProperty(Runnable runnable,
java.lang.String name,
java.lang.String defaultValue)
Returns a property assosciated with a Runnable object. |
void |
ExperimentConfig.updateProperties(Runnable runnable)
Update the properties of the associated runnable object to reflect any changes in the global properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |