Package | Description |
---|---|
com.pervasive.datarush.cal |
Provides interfaces the define the "cluster abstraction layer".
|
com.pervasive.datarush.graphs |
Provides classes and interfaces for the construction of executable
dataflow graphs.
|
Modifier and Type | Field and Description |
---|---|
static VirtualNodeID |
VirtualNodeID.MASTER
The virtual node of type
VirtualNodeType.MASTER . |
Modifier and Type | Method and Description |
---|---|
static VirtualNodeID |
VirtualNodeID.forDistributedWorker(String physicalNodeID,
int offset)
Creates a distributed worker node id
|
static VirtualNodeID |
VirtualNodeID.forPseudoDistributedWorker(int offset)
Creates a pseudo-distributed worker node id
|
VirtualNodeID |
NodeAllocationState.AssignmentState.getCurrentNodeID()
The node ID that this assignment is currently on.
|
VirtualNodeID |
NodeAllocationPlan.AssignmentPlan.getNodeID()
The node ID that this assignment was originally on.
|
VirtualNodeID |
NodeAllocationState.AssignmentState.getOriginalNodeID()
The node ID that this assignment was originally on.
|
Modifier and Type | Method and Description |
---|---|
NodeAllocationState.AssignmentState |
NodeAllocationState.AssignmentState.assign(VirtualNodeID newID)
Create a new assignment, re-assigned to the new node
|
int |
VirtualNodeID.compareTo(VirtualNodeID o) |
static NodeAllocationPlan.AssignmentPlan |
NodeAllocationPlan.AssignmentPlan.forWorker(int partitionID,
VirtualNodeID nodeID)
Creates an assignment for a worker node
|
Modifier and Type | Method and Description |
---|---|
VirtualNodeID |
LogicalStatistic.nodeID()
Returns the node described by this statistics object.
|
VirtualNodeID |
LogicalStatistic.Builder.nodeID()
Returns the value for
LogicalStatistic.nodeID() . |
VirtualNodeID |
LogicalStatistic.originalNodeID()
Returns the original node described by this statistics object.
|
VirtualNodeID |
LogicalStatistic.Builder.originalNodeID()
Returns the value for
LogicalStatistic.originalNodeID() . |
Modifier and Type | Method and Description |
---|---|
LogicalStatistic.Builder |
LogicalStatistic.Builder.nodeID(VirtualNodeID nodeID)
Sets the value for
LogicalStatistic.nodeID() . |
LogicalStatistic.Builder |
LogicalStatistic.Builder.originalNodeID(VirtualNodeID originalNodeID)
Sets the value for
LogicalStatistic.originalNodeID() . |
Copyright © 2016 Actian Corporation. All rights reserved.