Package | Description |
---|---|
edu.utexas.clm.archipelago | |
edu.utexas.clm.archipelago.network.node | |
edu.utexas.clm.archipelago.network.shell |
Modifier and Type | Method and Description |
---|---|
static NodeShell |
Cluster.getNodeShell(String description) |
Modifier and Type | Method and Description |
---|---|
static Collection<NodeShell> |
Cluster.registeredShells() |
Modifier and Type | Method and Description |
---|---|
static void |
Cluster.registerNodeShell(NodeShell shell) |
Modifier and Type | Method and Description |
---|---|
NodeShell |
NodeParametersFactory.getDefaultShell() |
NodeShell |
NodeParameters.getShell() |
Modifier and Type | Method and Description |
---|---|
void |
NodeParametersFactory.setDefaultNodeShell(NodeShell shell) |
void |
NodeParameters.setShell(NodeShell shell,
NodeShellParameters params) |
Constructor and Description |
---|
NodeParameters(String userIn,
String hostIn,
NodeShell shellIn,
String execPath,
String filePath,
NodeParametersFactory factory) |
NodeParameters(String userIn,
String hostIn,
NodeShell shellIn,
String execPath,
String filePath,
NodeParametersFactory factory,
long id) |
Modifier and Type | Class and Description |
---|---|
class |
DummyNodeShell
A dummy implementation of NodeShell, for use with volunteer nodes.
|
class |
SocketNodeShell |
class |
SSHNodeShell |
Copyright © 2015–2021 Fiji. All rights reserved.