Uses of Interface
org.apache.storm.scheduler.SchedulerAssignment
Packages that use SchedulerAssignment
-
Uses of SchedulerAssignment in org.apache.storm.daemon.nimbus
Constructors in org.apache.storm.daemon.nimbus with parameters of type SchedulerAssignmentModifierConstructorDescriptionTopologyResources
(TopologyDetails td, SchedulerAssignment assignment) -
Uses of SchedulerAssignment in org.apache.storm.scheduler
Classes in org.apache.storm.scheduler that implement SchedulerAssignmentMethods in org.apache.storm.scheduler that return SchedulerAssignmentModifier and TypeMethodDescriptionCluster.getAssignmentById
(String topologyId) ISchedulingState.getAssignmentById
(String topologyId) get the current assignment for the topology.Methods in org.apache.storm.scheduler that return types with arguments of type SchedulerAssignmentModifier and TypeMethodDescriptionCluster.getAssignments()
ISchedulingState.getAssignments()
Get all the assignments.Methods in org.apache.storm.scheduler with parameters of type SchedulerAssignmentModifier and TypeMethodDescriptionvoid
Cluster.assign
(SchedulerAssignment assignment, boolean ignoreSingleExceptions) Assign everything for the given topology.Method parameters in org.apache.storm.scheduler with type arguments of type SchedulerAssignmentModifier and TypeMethodDescriptionvoid
Cluster.setAssignments
(Map<String, ? extends SchedulerAssignment> newAssignments, boolean ignoreSingleExceptions) Set assignments for cluster.Constructors in org.apache.storm.scheduler with parameters of type SchedulerAssignment