Uses of Interface
org.apache.storm.scheduler.INodeAssignmentSentCallBack
-
-
Uses of INodeAssignmentSentCallBack in org.apache.storm.nimbus
Methods in org.apache.storm.nimbus with parameters of type INodeAssignmentSentCallBack Modifier and Type Method Description static AssignmentDistributionService
AssignmentDistributionService. getInstance(Map conf, INodeAssignmentSentCallBack callback)
Factory method for initialize a instance.void
AssignmentDistributionService. prepare(Map conf, INodeAssignmentSentCallBack callBack)
Function for initialization. -
Uses of INodeAssignmentSentCallBack in org.apache.storm.scheduler
Subinterfaces of INodeAssignmentSentCallBack in org.apache.storm.scheduler Modifier and Type Interface Description interface
IScheduler
Classes in org.apache.storm.scheduler that implement INodeAssignmentSentCallBack Modifier and Type Class Description class
DefaultScheduler
class
EvenScheduler
class
IsolationScheduler
-
Uses of INodeAssignmentSentCallBack in org.apache.storm.scheduler.blacklist
Classes in org.apache.storm.scheduler.blacklist that implement INodeAssignmentSentCallBack Modifier and Type Class Description class
BlacklistScheduler
-
Uses of INodeAssignmentSentCallBack in org.apache.storm.scheduler.multitenant
Classes in org.apache.storm.scheduler.multitenant that implement INodeAssignmentSentCallBack Modifier and Type Class Description class
MultitenantScheduler
-
Uses of INodeAssignmentSentCallBack in org.apache.storm.scheduler.resource
Classes in org.apache.storm.scheduler.resource that implement INodeAssignmentSentCallBack Modifier and Type Class Description class
ResourceAwareScheduler
-