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 VirtualNodeIDVirtualNodeID. MASTERThe virtual node of typeVirtualNodeType.MASTER.Methods in com.pervasive.datarush.cal that return VirtualNodeID Modifier and Type Method Description static VirtualNodeIDVirtualNodeID. forDistributedWorker(String physicalNodeID, int offset)Creates a distributed worker node idstatic VirtualNodeIDVirtualNodeID. forPseudoDistributedWorker(int offset)Creates a pseudo-distributed worker node idVirtualNodeIDNodeAllocationState.AssignmentState. getCurrentNodeID()The node ID that this assignment is currently on.VirtualNodeIDNodeAllocationPlan.AssignmentPlan. getNodeID()The node ID that this assignment was originally on.VirtualNodeIDNodeAllocationState.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.AssignmentStateNodeAllocationState.AssignmentState. assign(VirtualNodeID newID)Create a new assignment, re-assigned to the new nodeintVirtualNodeID. compareTo(VirtualNodeID o)static NodeAllocationPlan.AssignmentPlanNodeAllocationPlan.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 VirtualNodeIDLogicalStatistic.Builder. nodeID()Returns the value forLogicalStatistic.nodeID().VirtualNodeIDLogicalStatistic. nodeID()Returns the node described by this statistics object.VirtualNodeIDLogicalStatistic.Builder. originalNodeID()Returns the value forLogicalStatistic.originalNodeID().VirtualNodeIDLogicalStatistic. 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.BuilderLogicalStatistic.Builder. nodeID(VirtualNodeID nodeID)Sets the value forLogicalStatistic.nodeID().LogicalStatistic.BuilderLogicalStatistic.Builder. originalNodeID(VirtualNodeID originalNodeID)Sets the value forLogicalStatistic.originalNodeID().
-