Package org.apache.hadoop.hbase.client
Class AsyncNonMetaRegionLocator.RegionLocationsFutureResult
java.lang.Object
org.apache.hadoop.hbase.client.AsyncNonMetaRegionLocator.RegionLocationsFutureResult
- Enclosing class:
- AsyncNonMetaRegionLocator
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Throwable
private final CompletableFuture<RegionLocations>
private final RegionLocations
-
Constructor Summary
ConstructorDescriptionRegionLocationsFutureResult
(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
-