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