Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
ShortCircuitMasterConnection
A short-circuit connection that can bypass the RPC layer (serialization, deserialization,
networking, etc..) when talking to a local master
|
Modifier and Type | Field and Description |
---|---|
protected MasterKeepAliveConnection |
MasterCallable.master |
Modifier and Type | Method and Description |
---|---|
private MasterKeepAliveConnection |
ConnectionImplementation.getKeepAliveMasterService() |
MasterKeepAliveConnection |
ClusterConnection.getMaster()
Returns a
MasterKeepAliveConnection to the active master |
MasterKeepAliveConnection |
ConnectionUtils.ShortCircuitingClusterConnection.getMaster() |
MasterKeepAliveConnection |
ConnectionImplementation.getMaster() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.