Uses of Class
org.apache.hadoop.hbase.ServerName

Packages that use ServerName
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.client.backoff   
org.apache.hadoop.hbase.zookeeper   
 

Uses of ServerName in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase with type parameters of type ServerName
static List<ServerName> ServerName.EMPTY_SERVER_LIST
           
 

Methods in org.apache.hadoop.hbase that return ServerName
 ServerName ClusterStatus.getMaster()
          Returns detailed information about the current master ServerName.
 ServerName HRegionLocation.getServerName()
           
static ServerName HRegionInfo.getServerName(Result r)
          Returns a ServerName from catalog table Result.
static ServerName ServerName.parseFrom(byte[] data)
          Get a ServerName from the passed in data bytes.
static ServerName ServerName.parseServerName(String str)
           
static ServerName ServerName.parseVersionedServerName(byte[] versionedBytes)
          Use this method instantiating a ServerName from bytes gotten from a call to getVersionedBytes().
static ServerName ServerName.valueOf(String serverName)
          Retrieve an instance of ServerName.
static ServerName ServerName.valueOf(String hostname, int port, long startcode)
          Retrieve an instance of ServerName.
static ServerName ServerName.valueOf(String hostAndPort, long startCode)
          Retrieve an instance of ServerName.
 

Methods in org.apache.hadoop.hbase that return types with arguments of type ServerName
 Collection<ServerName> ClusterStatus.getBackupMasters()
           
 Collection<ServerName> ClusterStatus.getDeadServerNames()
           
static Pair<HRegionInfo,ServerName> HRegionInfo.getHRegionInfoAndServerName(Result r)
          Extract a HRegionInfo and ServerName from catalog table Result.
 Collection<ServerName> ClusterStatus.getServerInfo()
          Deprecated. Use ClusterStatus.getServers()
 Collection<ServerName> ClusterStatus.getServers()
           
 

Methods in org.apache.hadoop.hbase with parameters of type ServerName
 int ServerName.compareTo(ServerName other)
           
 ServerLoad ClusterStatus.getLoad(ServerName sn)
           
static boolean ServerName.isSameHostnameAndPort(ServerName left, ServerName right)
           
 

Constructors in org.apache.hadoop.hbase with parameters of type ServerName
ClusterStatus(String hbaseVersion, String clusterid, Map<ServerName,ServerLoad> servers, Collection<ServerName> deadServers, ServerName master, Collection<ServerName> backupMasters, Map<String,org.apache.hadoop.hbase.master.RegionState> rit, String[] masterCoprocessors, Boolean balancerOn)
           
HRegionLocation(HRegionInfo regionInfo, ServerName serverName)
           
HRegionLocation(HRegionInfo regionInfo, ServerName serverName, long seqNum)
           
 

Constructor parameters in org.apache.hadoop.hbase with type arguments of type ServerName
ClusterStatus(String hbaseVersion, String clusterid, Map<ServerName,ServerLoad> servers, Collection<ServerName> deadServers, ServerName master, Collection<ServerName> backupMasters, Map<String,org.apache.hadoop.hbase.master.RegionState> rit, String[] masterCoprocessors, Boolean balancerOn)
           
ClusterStatus(String hbaseVersion, String clusterid, Map<ServerName,ServerLoad> servers, Collection<ServerName> deadServers, ServerName master, Collection<ServerName> backupMasters, Map<String,org.apache.hadoop.hbase.master.RegionState> rit, String[] masterCoprocessors, Boolean balancerOn)
           
ClusterStatus(String hbaseVersion, String clusterid, Map<ServerName,ServerLoad> servers, Collection<ServerName> deadServers, ServerName master, Collection<ServerName> backupMasters, Map<String,org.apache.hadoop.hbase.master.RegionState> rit, String[] masterCoprocessors, Boolean balancerOn)
           
 

Uses of ServerName in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return types with arguments of type ServerName
 NavigableMap<HRegionInfo,ServerName> HTable.getRegionLocations()
          Gets all the regions and their address for this table.
 

Methods in org.apache.hadoop.hbase.client with parameters of type ServerName
 void HConnection.clearCaches(ServerName sn)
          Clear any caches that pertain to server name sn.
 void HBaseAdmin.closeRegion(ServerName sn, HRegionInfo hri)
          Close a region.
 void HBaseAdmin.compactRegionServer(ServerName sn, boolean major)
          Compact all regions on the region server
 CoprocessorRpcChannel HBaseAdmin.coprocessorService(ServerName sn)
          Creates and returns a RpcChannel instance connected to the passed region server.
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface HConnection.getAdmin(ServerName serverName)
          Establishes a connection to the region server at the specified address.
 org.apache.hadoop.hbase.protobuf.generated.AdminProtos.AdminService.BlockingInterface HConnection.getAdmin(ServerName serverName, boolean getMaster)
          Deprecated. You can pass master flag but nothing special is done.
 org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.BlockingInterface HConnection.getClient(ServerName serverName)
          Establishes a connection to the region server at the specified address, and returns a region client protocol.
 List<HRegionInfo> HBaseAdmin.getOnlineRegions(ServerName sn)
          Get all the online regions on a region server.
 boolean HConnection.isDeadServer(ServerName serverName)
           
 

Uses of ServerName in org.apache.hadoop.hbase.client.backoff
 

Methods in org.apache.hadoop.hbase.client.backoff with parameters of type ServerName
 long ExponentialClientBackoffPolicy.getBackoffTime(ServerName serverName, byte[] region, org.apache.hadoop.hbase.client.backoff.ServerStatistics stats)
           
 long ClientBackoffPolicy.getBackoffTime(ServerName serverName, byte[] region, org.apache.hadoop.hbase.client.backoff.ServerStatistics stats)
           
 

Uses of ServerName in org.apache.hadoop.hbase.zookeeper
 

Methods in org.apache.hadoop.hbase.zookeeper that return ServerName
static ServerName[] ZKServerTool.readZKNodes(org.apache.hadoop.conf.Configuration conf)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.