Uses of Class
com.pervasive.datarush.cal.NodeAllocationState
-
Packages that use NodeAllocationState Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of NodeAllocationState in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return NodeAllocationState Modifier and Type Method Description static NodeAllocationStateNodeAllocationState. initial(NodeAllocationPlan plan)Creates the initial NodeAllocationState based on the plan.NodeAllocationStateNodeAllocationState. reallocate(String failedNode)Utility to re-allocate the work of a failed node to the other nodes in the cluster.
-