Uses of Interface
org.apache.hadoop.hbase.client.MasterKeepAliveConnection
Packages that use MasterKeepAliveConnection
-
Uses of MasterKeepAliveConnection in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement MasterKeepAliveConnectionModifier and TypeClassDescriptionclass
A short-circuit connection that can bypass the RPC layer (serialization, deserialization, networking, etc..) when talking to a local masterFields in org.apache.hadoop.hbase.client declared as MasterKeepAliveConnectionMethods in org.apache.hadoop.hbase.client that return MasterKeepAliveConnectionModifier and TypeMethodDescriptionprivate MasterKeepAliveConnection
ConnectionImplementation.getKeepAliveMasterService()
ClusterConnection.getMaster()
Returns aMasterKeepAliveConnection
to the active masterConnectionImplementation.getMaster()
ServerConnectionUtils.ShortCircuitingClusterConnection.getMaster()