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=c10f7a1eea999de8d2db893f699d81841e0257ba;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;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..c10f7a1 --- /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 Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static StringCLUSTER_WORK_DIRECTORY + +
+           
+static booleanIS_CLUSTER_ENGINE_ENABLED + +
+           
+static booleanIS_LOCAL_ENGINE_ENABLED + +
+           
+static 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, + List<FastaSequence> dataSet) + +
+           
+static AsyncExecutorgetAsyncEngine(ConfiguredExecutable<?> executable) + +
+           
+static AsyncExecutorgetAsyncEngine(ConfiguredExecutable<?> executable, + Executable.ExecProvider provider) + +
+           
+static AsyncExecutorgetAsyncEngine(String taskId) + +
+           
+static SyncExecutorgetSyncEngine(ConfiguredExecutable<?> executable) + +
+           
+static SyncExecutorgetSyncEngine(ConfiguredExecutable<?> executable, + Executable.ExecProvider provider) + +
+           
+static StringgetWorkDirectory(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 String LOCAL_WORK_DIRECTORY
+
+
+
+
+
+ +

+CLUSTER_WORK_DIRECTORY

+
+public static final 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,
+                                                              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(String taskId)
+
+
+
+
+
+
+ +

+getSyncEngine

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

+getWorkDirectory

+
+public static String getWorkDirectory(String taskId)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +