Uses of Class
com.pervasive.datarush.cal.NodeAllocationState.AssignmentState
Packages that use NodeAllocationState.AssignmentState
Package
Description
Provides interfaces the define the "cluster abstraction layer".
Provides classes and interfaces for the construction of executable
dataflow graphs.
Provides classes and interfaces for developing dataflow operators.
-
Uses of NodeAllocationState.AssignmentState in com.pervasive.datarush.cal
Fields in com.pervasive.datarush.cal declared as NodeAllocationState.AssignmentStateModifier and TypeFieldDescriptionstatic final NodeAllocationState.AssignmentStateNodeAllocationState.AssignmentState.MASTERThe master assignment.Methods in com.pervasive.datarush.cal that return NodeAllocationState.AssignmentStateModifier and TypeMethodDescriptionNodeAllocationState.AssignmentState.assign(VirtualNodeID newID) Create a new assignment, re-assigned to the new nodePartitionInstanceInfo.getAssignment()Returns the assignmentDistributedCallableContext.getAssignmentState()Returns the assignment state for this callable.NodeAllocationState.AssignmentState.initial(NodeAllocationPlan.AssignmentPlan originalAssignment) Creates an initial assignment state for the given assignmentMethods in com.pervasive.datarush.cal that return types with arguments of type NodeAllocationState.AssignmentStateModifier and TypeMethodDescriptionNodeAllocationState.getAssignments()Returns a list of assignments in this node allocation.NodeAllocationState.getGroupedAssignments()returns assignments, grouped by current physical node idConstructors in com.pervasive.datarush.cal with parameters of type NodeAllocationState.AssignmentStateModifierConstructorDescriptionPartitionInstanceInfo(NodeAllocationState.AssignmentState assignment, int partitionCount) Construct with given count and ID. -
Uses of NodeAllocationState.AssignmentState in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs with parameters of type NodeAllocationState.AssignmentStateModifier and TypeMethodDescriptionLogicalStatistic.Builder.assignment(NodeAllocationState.AssignmentState assignment) Sets the value forLogicalStatistic.originalNodeID()andLogicalStatistic.nodeID()based on the specified assignment.StatisticsRegistry.forAssignment(NodeAllocationState.AssignmentState assignment) Returns a statistics registry, re-scoped for the given assignment -
Uses of NodeAllocationState.AssignmentState in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators that return types with arguments of type NodeAllocationState.AssignmentStateModifier and TypeMethodDescriptionStagedSourceOptions.getAssignments()Returns the assignment that contains partition information, host information, etcConstructors in com.pervasive.datarush.operators with parameters of type NodeAllocationState.AssignmentStateModifierConstructorDescriptionSpecifies the partition information that controls which partition of the staged data is returned by theStagedSourceStagedSourceOptions(NodeAllocationState.AssignmentState assignment, LogicalPortOptions options) Specifies the partition information that controls which partition of the staged data is returned by theStagedSourceand specifies tuning settings.Constructor parameters in com.pervasive.datarush.operators with type arguments of type NodeAllocationState.AssignmentStateModifierConstructorDescriptionStagedSourceOptions(List<NodeAllocationState.AssignmentState> assignments) Specifies the partition information that controls which partition of the staged data is returned by theStagedSourceStagedSourceOptions(List<NodeAllocationState.AssignmentState> assignments, LogicalPortOptions options) Specifies the partition information that controls which partition of the staged data is returned by theStagedSourceand specifies tuning settings.