| Package | Description |
|---|---|
| com.pervasive.datarush.cluster |
Provides classes and interfaces related to the management of
clustered dataflow engines.
|
| Modifier and Type | Method and Description |
|---|---|
static DataRushCluster |
DataRushCluster.cluster(ClusterSpecifier clusterSpec,
NetworkConfiguration networkConfiguration) |
static DataRushCluster |
DataRushCluster.cluster(InetSocketAddress addr,
NetworkConfiguration networkConfiguration) |
static DataRushCluster |
DataRushCluster.cluster(String host,
int port,
NetworkConfiguration networkConfiguration)
Defines a reference to a cluster at a specified host and port.
|
static DataRushCluster |
DataRushCluster.embedded(File workingDir,
int nodeCount,
int availableProcessorsPerNode) |
static DataRushCluster |
DataRushCluster.embedded(File workingDir,
int nodeCount,
int availableProcessorsPerNode,
ResourceAllocation nodeCapacity) |
static DataRushCluster |
DataRushCluster.embedded(File workingDir,
int nodeCount,
int availableProcessorsPerNode,
ResourceAllocation nodeCapacity,
Map<String,String> otherSettings) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NodeManagerImpl.start(DataRushCluster cluster,
String name,
boolean daemon,
String host) |
Copyright © 2015 Actian Corporation. All Rights Reserved.