Uses of Class
org.apache.storm.grouping.Load
-
Packages that use Load Package Description org.apache.storm.grouping org.apache.storm.messaging org.apache.storm.messaging.netty -
-
Uses of Load in org.apache.storm.grouping
Methods in org.apache.storm.grouping that return Load Modifier and Type Method Description Load
LoadMapping. getLoad(int task)
Method parameters in org.apache.storm.grouping with type arguments of type Load Modifier and Type Method Description void
LoadMapping. setRemote(Map<Integer,Load> remote)
-
Uses of Load in org.apache.storm.messaging
Methods in org.apache.storm.messaging that return types with arguments of type Load Modifier and Type Method Description Map<Integer,Load>
IConnection. getLoad(Collection<Integer> tasks)
Get the current load for the given tasks. -
Uses of Load in org.apache.storm.messaging.netty
Methods in org.apache.storm.messaging.netty that return types with arguments of type Load Modifier and Type Method Description Map<Integer,Load>
Client. getLoad(Collection<Integer> tasks)
-