private final class ConnectionImplementation.MasterServiceStubMaker extends Object
Modifier | Constructor and Description |
---|---|
private |
MasterServiceStubMaker() |
Modifier and Type | Method and Description |
---|---|
private void |
isMasterRunning(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface stub) |
(package private) org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface |
makeStub()
Create a stub against the master.
|
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface |
makeStubNoRetries()
Create a stub.
|
private MasterServiceStubMaker()
private void isMasterRunning(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface stub) throws IOException
IOException
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface makeStubNoRetries() throws IOException, org.apache.zookeeper.KeeperException
IOException
org.apache.zookeeper.KeeperException
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.MasterService.BlockingInterface makeStub() throws IOException
intf
against the masterMasterNotRunningException
- if master is not runningIOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.