Class MetaBrowser.Results
java.lang.Object
org.apache.hadoop.hbase.master.http.MetaBrowser.Results
- All Implemented Interfaces:
- AutoCloseable,- Iterable<RegionReplicaInfo>
- Enclosing class:
- MetaBrowser
public final class MetaBrowser.Results
extends Object
implements AutoCloseable, Iterable<RegionReplicaInfo>
Encapsulates the results produced by this 
MetaBrowser instance.- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ResultScannerprivate final Iterator<RegionReplicaInfo>
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Field Details- 
resultScanner
- 
sourceIterator
 
- 
- 
Constructor Details- 
Results
 
- 
- 
Method Details- 
hasMoreResults- Returns:
- truewhen the underlying- ResultScanneris not yet exhausted,- falseotherwise.
 
- 
close- Specified by:
- closein interface- AutoCloseable
 
- 
iterator- Specified by:
- iteratorin interface- Iterable<RegionReplicaInfo>
 
 
-