Package | Description |
---|---|
nl.esciencecenter.octopus.engine | |
nl.esciencecenter.octopus.engine.files | |
nl.esciencecenter.octopus.engine.jobs |
Modifier and Type | Field and Description |
---|---|
private static Vector<OctopusEngine> |
OctopusEngine.octopusEngines |
Modifier and Type | Method and Description |
---|---|
(package private) static Adaptor[] |
AdaptorLoader.loadAdaptors(ImmutableTypedProperties properties,
OctopusEngine octopusEngine) |
private static Adaptor |
AdaptorLoader.newAdaptor(ClassLoader loader,
String name,
ImmutableTypedProperties properties,
OctopusEngine octopusEngine) |
Modifier and Type | Field and Description |
---|---|
private OctopusEngine |
FilesEngine.octopusEngine |
private OctopusEngine |
PathCpi.octopusEngine |
Constructor and Description |
---|
FilesEngine(OctopusEngine octopusEngine) |
PathCpi(ImmutableTypedProperties properties,
Credentials credentials,
URI location,
String adaptorName,
OctopusEngine octopusEngine) |
PathCpi(ImmutableTypedProperties properties,
Credentials credentials,
URI baseLocation,
String adaptorName,
OctopusEngine octopusEngine,
String root,
String... elements) |
Modifier and Type | Field and Description |
---|---|
private OctopusEngine |
JobsEngine.octopusEngine |
Constructor and Description |
---|
JobsEngine(OctopusEngine octopusEngine) |
Sandbox(JobDescription description,
OctopusEngine engine,
Path sandboxRoot) |