Uses of Class
org.apache.storm.starter.tools.Rankings
-
Packages that use Rankings Package Description org.apache.storm.starter.bolt org.apache.storm.starter.tools -
-
Uses of Rankings in org.apache.storm.starter.bolt
Methods in org.apache.storm.starter.bolt that return Rankings Modifier and Type Method Description protected Rankings
AbstractRankerBolt. getRankings()
-
Uses of Rankings in org.apache.storm.starter.tools
Methods in org.apache.storm.starter.tools that return Rankings Modifier and Type Method Description Rankings
Rankings. copy()
Creates a (defensive) copy of itself.Methods in org.apache.storm.starter.tools with parameters of type Rankings Modifier and Type Method Description void
Rankings. updateWith(Rankings other)
Constructors in org.apache.storm.starter.tools with parameters of type Rankings Constructor Description Rankings(Rankings other)
Copy constructor.
-