Package | Description |
---|---|
nl.esciencecenter.octopus |
This package contains classes and interfaces which are used
throughout the Octopus application API.
|
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.
|
nl.esciencecenter.octopus.jobs |
This package contains the classes and interfaces used to run jobs.
|
nl.esciencecenter.octopus.security |
This package contains classes and interfaces which are
required to secure software and hardware resources.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
Octopus.getDefaultCredentials() |
Modifier and Type | Method and Description |
---|---|
static Octopus |
OctopusFactory.newOctopus(Properties properties,
Credentials credentials)
Constructs a Octopus instance.
|
void |
Octopus.setDefaultCredentials(Credentials credentials) |
Modifier and Type | Field and Description |
---|---|
private Credentials |
OctopusEngine.defaultCredentials |
Modifier and Type | Method and Description |
---|---|
Credentials |
OctopusEngine.getCombinedCredentials(Credentials credentials) |
Credentials |
OctopusEngine.getDefaultCredentials() |
Modifier and Type | Method and Description |
---|---|
Credentials |
OctopusEngine.getCombinedCredentials(Credentials credentials) |
static Octopus |
OctopusEngine.newEngine(Properties properties,
Credentials credentials) |
void |
OctopusEngine.setDefaultCredentials(Credentials credentials) |
Constructor and Description |
---|
OctopusEngine(Properties properties,
Credentials credentials)
Constructs a OctopusEngine instance.
|
Modifier and Type | Field and Description |
---|---|
private Credentials |
PathCpi.credentials |
private Credentials |
PathCpi.PathIterator.credentials |
Modifier and Type | Method and Description |
---|---|
Credentials |
PathCpi.getCredentials() |
Modifier and Type | Method and Description |
---|---|
Path |
FilesAdaptor.newPath(ImmutableTypedProperties properties,
Credentials credentials,
URI location) |
Path |
FilesEngine.newPath(Properties 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) |
Scheduler |
JobsEngine.newScheduler(Properties properties,
Credentials credentials,
URI location) |
Modifier and Type | Method and Description |
---|---|
Credentials |
Path.getCredentials() |
Modifier and Type | Method and Description |
---|---|
Path |
Files.newPath(Properties properties,
Credentials credentials,
URI location) |
Modifier and Type | Method and Description |
---|---|
Scheduler |
Jobs.newScheduler(Properties properties,
Credentials credentials,
URI location) |
Modifier and Type | Method and Description |
---|---|
void |
Credentials.addAll(Credentials moreCredentials) |
Constructor and Description |
---|
Credentials(boolean readOnly,
Credentials... initialContent) |