private static final class AsyncNonMetaRegionLocator.RegionLocationsFutureResult extends Object
Modifier and Type | Field and Description |
---|---|
private Throwable |
e |
private CompletableFuture<RegionLocations> |
future |
private RegionLocations |
result |
Constructor and Description |
---|
RegionLocationsFutureResult(CompletableFuture<RegionLocations> future,
RegionLocations result,
Throwable e) |
private final CompletableFuture<RegionLocations> future
private final RegionLocations result
public RegionLocationsFutureResult(CompletableFuture<RegionLocations> future, RegionLocations result, Throwable e)
public void complete()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.