| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
private <T extends org.apache.hbase.thirdparty.com.google.protobuf.Message> | 
MasterRegistry.call(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.ClientMetaService.Interface stub,
    MasterRegistry.Callable<T> callable)  | 
private <T extends org.apache.hbase.thirdparty.com.google.protobuf.Message> | 
MasterRegistry.call(MasterRegistry.Callable<T> callable,
    Predicate<T> isValidResp,
    String debug)  | 
private <T extends org.apache.hbase.thirdparty.com.google.protobuf.Message> | 
MasterRegistry.groupCall(CompletableFuture<T> future,
         List<org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.ClientMetaService.Interface> masterStubs,
         int startIndexInclusive,
         MasterRegistry.Callable<T> callable,
         Predicate<T> isValidResp,
         String debug,
         ConcurrentLinkedQueue<Throwable> errors)
send requests concurrently to hedgedReadsFanout masters. 
 | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.