Package | Description |
---|---|
nl.esciencecenter.octopus.engine | |
nl.esciencecenter.octopus.engine.files | |
nl.esciencecenter.octopus.engine.jobs | |
nl.esciencecenter.octopus.files |
This package contains classes and interfaces which are used to provide advanced input
and output.
|
Modifier and Type | Method and Description |
---|---|
ImmutableTypedProperties |
OctopusEngine.getCombinedProperties(Properties properties) |
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 ImmutableTypedProperties |
PathCpi.properties |
private ImmutableTypedProperties |
PathCpi.PathIterator.properties |
Modifier and Type | Method and Description |
---|---|
ImmutableTypedProperties |
PathCpi.getProperties() |
Modifier and Type | Method and Description |
---|---|
Path |
FilesAdaptor.newPath(ImmutableTypedProperties properties,
Credentials credentials,
URI location) |
Constructor and Description |
---|
PathCpi.PathIterator(ImmutableTypedProperties properties,
Credentials credentials,
URI location,
String[] elements) |
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 | Method and Description |
---|---|
Scheduler |
JobsAdaptor.newScheduler(ImmutableTypedProperties properties,
Credentials credentials,
URI location) |
Modifier and Type | Method and Description |
---|---|
ImmutableTypedProperties |
Path.getProperties() |