Uses of Class
com.pervasive.datarush.cal.VirtualNodeID
Packages that use VirtualNodeID
Package
Description
Provides interfaces the define the "cluster abstraction layer".
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 VirtualNodeIDModifier and TypeFieldDescriptionstatic final VirtualNodeIDVirtualNodeID.MASTERThe virtual node of typeVirtualNodeType.MASTER.Methods in com.pervasive.datarush.cal that return VirtualNodeIDModifier and TypeMethodDescriptionstatic VirtualNodeIDVirtualNodeID.forDistributedWorker(String physicalNodeID, int offset) Creates a distributed worker node idstatic VirtualNodeIDVirtualNodeID.forPseudoDistributedWorker(int offset) Creates a pseudo-distributed worker node idNodeAllocationState.AssignmentState.getCurrentNodeID()The node ID that this assignment is currently on.NodeAllocationPlan.AssignmentPlan.getNodeID()The node ID that this assignment was originally on.NodeAllocationState.AssignmentState.getOriginalNodeID()The node ID that this assignment was originally on.Methods in com.pervasive.datarush.cal with parameters of type VirtualNodeIDModifier and TypeMethodDescriptionNodeAllocationState.AssignmentState.assign(VirtualNodeID newID) Create a new assignment, re-assigned to the new nodeintVirtualNodeID.compareTo(VirtualNodeID o) 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 VirtualNodeIDModifier and TypeMethodDescriptionLogicalStatistic.Builder.nodeID()Returns the value forLogicalStatistic.nodeID().LogicalStatistic.nodeID()Returns the node described by this statistics object.LogicalStatistic.Builder.originalNodeID()Returns the value forLogicalStatistic.originalNodeID().LogicalStatistic.originalNodeID()Returns the original node described by this statistics object.Methods in com.pervasive.datarush.graphs with parameters of type VirtualNodeIDModifier and TypeMethodDescriptionLogicalStatistic.Builder.nodeID(VirtualNodeID nodeID) Sets the value forLogicalStatistic.nodeID().LogicalStatistic.Builder.originalNodeID(VirtualNodeID originalNodeID) Sets the value forLogicalStatistic.originalNodeID().