Package org.apache.storm.starter.tools
Interface Rankable
-
- All Superinterfaces:
Comparable<Rankable>
- All Known Implementing Classes:
RankableObjectWithFields
public interface Rankable extends Comparable<Rankable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rankable
copy()
Note: We do not defensively copy the object wrapped by the Rankable.long
getCount()
Object
getObject()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-