Uses of Interface
org.apache.storm.starter.tools.Rankable
-
Packages that use Rankable Package Description org.apache.storm.starter.tools -
-
Uses of Rankable in org.apache.storm.starter.tools
Classes in org.apache.storm.starter.tools that implement Rankable Modifier and Type Class Description class
RankableObjectWithFields
This class wraps an objects and its associated count, including any additional data fields.Methods in org.apache.storm.starter.tools that return Rankable Modifier and Type Method Description Rankable
Rankable. copy()
Note: We do not defensively copy the object wrapped by the Rankable.Rankable
RankableObjectWithFields. copy()
Note: We do not defensively copy the wrapped object and any accompanying fields.Methods in org.apache.storm.starter.tools that return types with arguments of type Rankable Modifier and Type Method Description List<Rankable>
Rankings. getRankings()
The returned defensive copy is only "somewhat" defensive.Methods in org.apache.storm.starter.tools with parameters of type Rankable Modifier and Type Method Description int
RankableObjectWithFields. compareTo(Rankable other)
void
Rankings. updateWith(Rankable r)
-