Uses of Class
com.pervasive.datarush.cal.VirtualNodeID
-
Packages that use VirtualNodeID 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. -
-
Uses of VirtualNodeID in com.pervasive.datarush.cal
Fields in com.pervasive.datarush.cal declared as VirtualNodeID Modifier and Type Field Description static VirtualNodeID
VirtualNodeID. MASTER
The virtual node of typeVirtualNodeType.MASTER
.Methods in com.pervasive.datarush.cal that return VirtualNodeID Modifier and Type Method Description static VirtualNodeID
VirtualNodeID. forDistributedWorker(String physicalNodeID, int offset)
Creates a distributed worker node idstatic VirtualNodeID
VirtualNodeID. forPseudoDistributedWorker(int offset)
Creates a pseudo-distributed worker node idVirtualNodeID
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.Methods in com.pervasive.datarush.cal with parameters of type VirtualNodeID Modifier and Type Method Description NodeAllocationState.AssignmentState
NodeAllocationState.AssignmentState. assign(VirtualNodeID newID)
Create a new assignment, re-assigned to the new nodeint
VirtualNodeID. compareTo(VirtualNodeID o)
static NodeAllocationPlan.AssignmentPlan
NodeAllocationPlan.AssignmentPlan. forWorker(int partitionID, VirtualNodeID nodeID)
Creates an assignment for a worker node -
Uses of VirtualNodeID in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return VirtualNodeID Modifier and Type Method Description VirtualNodeID
LogicalStatistic.Builder. nodeID()
Returns the value forLogicalStatistic.nodeID()
.VirtualNodeID
LogicalStatistic. nodeID()
Returns the node described by this statistics object.VirtualNodeID
LogicalStatistic.Builder. originalNodeID()
Returns the value forLogicalStatistic.originalNodeID()
.VirtualNodeID
LogicalStatistic. originalNodeID()
Returns the original node described by this statistics object.Methods in com.pervasive.datarush.graphs with parameters of type VirtualNodeID Modifier and Type Method Description LogicalStatistic.Builder
LogicalStatistic.Builder. nodeID(VirtualNodeID nodeID)
Sets the value forLogicalStatistic.nodeID()
.LogicalStatistic.Builder
LogicalStatistic.Builder. originalNodeID(VirtualNodeID originalNodeID)
Sets the value forLogicalStatistic.originalNodeID()
.
-