| Package | Description |
|---|---|
| com.pervasive.datarush.cluster |
Provides classes and interfaces related to the management of
clustered dataflow engines.
|
| Modifier and Type | Method and Description |
|---|---|
NodeAllocationStrategy |
ExecutorOptions.allocationStrategy() |
NodeAllocationStrategy |
NodeAllocationRequest.getStrategy() |
static NodeAllocationStrategy |
NodeAllocationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeAllocationStrategy[] |
NodeAllocationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutorOptions |
ExecutorOptions.allocationStrategy(NodeAllocationStrategy allocationStrategy) |
| Constructor and Description |
|---|
NodeAllocationRequest(JobInformation jobInformation,
ResourceSpecifier resources,
NodeAllocationStrategy strategy) |
NodeAllocationRequest(long submitTime,
JobInformation jobInformation,
ResourceSpecifier resources,
NodeAllocationStrategy strategy) |
NodeAllocationRequest(String jobID,
long submitTime,
JobInformation jobInformation,
ResourceSpecifier resources,
NodeAllocationStrategy strategy) |
Copyright © 2015 Actian Corporation. All Rights Reserved.