X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FConfigurator.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fengine%2FConfigurator.html;h=61bbed4f86c3b993e8e7221846090711f7fe54af;hb=b413eee53fa3cc22a6bd4e03c9ac64bf26b7c834;hp=0000000000000000000000000000000000000000;hpb=cb685a2bc244abd07798cda3042953b4afed2407;p=jabaws.git diff --git a/website/full_javadoc/compbio/engine/Configurator.html b/website/full_javadoc/compbio/engine/Configurator.html new file mode 100644 index 0000000..61bbed4 --- /dev/null +++ b/website/full_javadoc/compbio/engine/Configurator.html @@ -0,0 +1,538 @@ + + + + + + +Configurator + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +compbio.engine +
+Class Configurator

+
+java.lang.Object
+  extended by compbio.engine.Configurator
+
+
+
+
public class Configurator
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringCLUSTER_WORK_DIRECTORY + +
+           
+static booleanIS_CLUSTER_ENGINE_ENABLED + +
+           
+static booleanIS_LOCAL_ENGINE_ENABLED + +
+           
+static java.lang.StringLOCAL_WORK_DIRECTORY + +
+           
+  + + + + + + + + + + +
+Constructor Summary
Configurator() + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+static + + + + +
+<T> ConfiguredExecutable<T>
+
configureExecutable(Executable<T> executable) + +
+           
+static + + + + +
+<T> ConfiguredExecutable<T>
+
configureExecutable(Executable<T> executable, + Executable.ExecProvider provider) + +
+           
+static + + + + +
+<T> ConfiguredExecutable<T>
+
configureExecutable(Executable<T> executable, + java.util.List<FastaSequence> dataSet) + +
+           
+static AsyncExecutorgetAsyncEngine(ConfiguredExecutable<?> executable) + +
+           
+static AsyncExecutorgetAsyncEngine(ConfiguredExecutable<?> executable, + Executable.ExecProvider provider) + +
+           
+static AsyncExecutorgetAsyncEngine(java.lang.String taskId) + +
+           
+static SyncExecutorgetSyncEngine(ConfiguredExecutable<?> executable) + +
+           
+static SyncExecutorgetSyncEngine(ConfiguredExecutable<?> executable, + Executable.ExecProvider provider) + +
+           
+static java.lang.StringgetWorkDirectory(java.lang.String taskId) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+IS_LOCAL_ENGINE_ENABLED

+
+public static final boolean IS_LOCAL_ENGINE_ENABLED
+
+
+
+
+
+ +

+IS_CLUSTER_ENGINE_ENABLED

+
+public static final boolean IS_CLUSTER_ENGINE_ENABLED
+
+
+
+
+
+ +

+LOCAL_WORK_DIRECTORY

+
+public static final java.lang.String LOCAL_WORK_DIRECTORY
+
+
+
+
+
+ +

+CLUSTER_WORK_DIRECTORY

+
+public static final java.lang.String CLUSTER_WORK_DIRECTORY
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+Configurator

+
+public Configurator()
+
+
+ + + + + + + + +
+Method Detail
+ +

+configureExecutable

+
+public static <T> ConfiguredExecutable<T> configureExecutable(Executable<T> executable)
+                                                   throws JobSubmissionException
+
+
+ +
Throws: +
JobSubmissionException
+
+
+
+ +

+configureExecutable

+
+public static <T> ConfiguredExecutable<T> configureExecutable(Executable<T> executable,
+                                                              java.util.List<FastaSequence> dataSet)
+                                                   throws JobSubmissionException
+
+
+ +
Throws: +
JobSubmissionException
+
+
+
+ +

+configureExecutable

+
+public static <T> ConfiguredExecutable<T> configureExecutable(Executable<T> executable,
+                                                              Executable.ExecProvider provider)
+                                                   throws JobSubmissionException
+
+
+ +
Throws: +
JobSubmissionException
+
+
+
+ +

+getAsyncEngine

+
+public static AsyncExecutor getAsyncEngine(ConfiguredExecutable<?> executable,
+                                           Executable.ExecProvider provider)
+
+
+
+
+
+
+ +

+getSyncEngine

+
+public static SyncExecutor getSyncEngine(ConfiguredExecutable<?> executable,
+                                         Executable.ExecProvider provider)
+                                  throws JobSubmissionException
+
+
+ +
Throws: +
JobSubmissionException
+
+
+
+ +

+getAsyncEngine

+
+public static AsyncExecutor getAsyncEngine(ConfiguredExecutable<?> executable)
+
+
+
+
+
+
+ +

+getAsyncEngine

+
+public static AsyncExecutor getAsyncEngine(java.lang.String taskId)
+
+
+
+
+
+
+ +

+getSyncEngine

+
+public static SyncExecutor getSyncEngine(ConfiguredExecutable<?> executable)
+                                  throws JobSubmissionException
+
+
+ +
Throws: +
JobSubmissionException
+
+
+
+ +

+getWorkDirectory

+
+public static java.lang.String getWorkDirectory(java.lang.String taskId)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +