Package org.apache.hadoop.hbase.client
Class AsyncNonMetaRegionLocator.RegionLocationsFutureResult
java.lang.Object
org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator.RegionLocationsFutureResult
- Enclosing class:
- AsyncNonMetaRegionLocator
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Throwableprivate final CompletableFuture<RegionLocations>private final RegionLocations
- 
Constructor SummaryConstructorsConstructorDescriptionRegionLocationsFutureResult(CompletableFuture<RegionLocations> future, RegionLocations result, Throwable e) 
- 
Method Summary
- 
Field Details- 
future
- 
result
- 
e
 
- 
- 
Constructor Details- 
RegionLocationsFutureResultpublic RegionLocationsFutureResult(CompletableFuture<RegionLocations> future, RegionLocations result, Throwable e) 
 
- 
- 
Method Details- 
complete
 
-