Package org.apache.hadoop.hbase.quotas
Class QuotaRetriever.Iter
java.lang.Object
org.apache.hadoop.hbase.quotas.QuotaRetriever.Iter
- All Implemented Interfaces:
Iterator<QuotaSettings>
- Enclosing class:
- QuotaRetriever
-
Field Details
-
cache
-
-
Constructor Details
-
Iter
public Iter()
-
-
Method Details
-
hasNext
- Specified by:
hasNext
in interfaceIterator<QuotaSettings>
-
next
- Specified by:
next
in interfaceIterator<QuotaSettings>
-
remove
- Specified by:
remove
in interfaceIterator<QuotaSettings>
-