Uses of Interface
org.apache.hadoop.hbase.Server

Packages that use Server
org.apache.hadoop.hbase.executor   
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.handler   
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.handler   
org.apache.hadoop.hbase.replication Multi Cluster Replication 
org.apache.hadoop.hbase.replication.regionserver   
 

Uses of Server in org.apache.hadoop.hbase.executor
 

Fields in org.apache.hadoop.hbase.executor declared as Server
protected  Server EventHandler.server
           
 

Constructors in org.apache.hadoop.hbase.executor with parameters of type Server
EventHandler(Server server, EventHandler.EventType eventType)
          Default base class constructor.
 

Uses of Server in org.apache.hadoop.hbase.master
 

Classes in org.apache.hadoop.hbase.master that implement Server
 class HMaster
          HMaster is the "master server" for HBase.
static class HMasterCommandLine.LocalHMaster
           
 

Fields in org.apache.hadoop.hbase.master declared as Server
protected  Server AssignmentManager.master
           
 

Constructors in org.apache.hadoop.hbase.master with parameters of type Server
AssignmentManager(Server master, ServerManager serverManager, CatalogTracker catalogTracker, ExecutorService service)
          Constructs a new assignment manager.
BulkAssigner(Server server)
           
MasterFileSystem(Server master, MasterMetrics metrics)
           
ServerManager(Server master, MasterServices services, MasterMetrics metrics)
          Constructor.
 

Uses of Server in org.apache.hadoop.hbase.master.handler
 

Constructors in org.apache.hadoop.hbase.master.handler with parameters of type Server
ClosedRegionHandler(Server server, AssignmentManager assignmentManager, HRegionInfo regionInfo)
           
DeleteTableHandler(byte[] tableName, Server server, MasterServices masterServices)
           
DisableTableHandler(Server server, byte[] tableName, CatalogTracker catalogTracker, AssignmentManager assignmentManager)
           
EnableTableHandler(Server server, byte[] tableName, CatalogTracker catalogTracker, AssignmentManager assignmentManager)
           
MetaServerShutdownHandler(Server server, MasterServices services, DeadServer deadServers, HServerInfo hsi, boolean carryingRoot, boolean carryingMeta)
           
ModifyTableHandler(byte[] tableName, HTableDescriptor htd, Server server, MasterServices masterServices)
           
OpenedRegionHandler(Server server, AssignmentManager assignmentManager, HRegionInfo regionInfo, HServerInfo serverInfo)
           
ServerShutdownHandler(Server server, MasterServices services, DeadServer deadServers, HServerInfo hsi)
           
TableAddFamilyHandler(byte[] tableName, HColumnDescriptor familyDesc, Server server, MasterServices masterServices)
           
TableDeleteFamilyHandler(byte[] tableName, byte[] familyName, Server server, MasterServices masterServices)
           
TableEventHandler(EventHandler.EventType eventType, byte[] tableName, Server server, MasterServices masterServices)
           
TableModifyFamilyHandler(byte[] tableName, HColumnDescriptor familyDesc, Server server, MasterServices masterServices)
           
 

Uses of Server in org.apache.hadoop.hbase.regionserver
 

Classes in org.apache.hadoop.hbase.regionserver that implement Server
 class HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 

Uses of Server in org.apache.hadoop.hbase.regionserver.handler
 

Constructors in org.apache.hadoop.hbase.regionserver.handler with parameters of type Server
CloseMetaHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo)
           
CloseMetaHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, boolean abort, boolean zk)
           
CloseRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo)
           
CloseRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, boolean abort, boolean zk)
          This method used internally by the RegionServer to close out regions.
CloseRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, boolean abort, boolean zk, EventHandler.EventType eventType)
           
CloseRootHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo)
           
CloseRootHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, boolean abort, boolean zk)
           
OpenMetaHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo)
           
OpenRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo)
           
OpenRegionHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo, EventHandler.EventType eventType)
           
OpenRootHandler(Server server, RegionServerServices rsServices, HRegionInfo regionInfo)
           
 

Uses of Server in org.apache.hadoop.hbase.replication
 

Constructors in org.apache.hadoop.hbase.replication with parameters of type Server
ReplicationZookeeper(Server server, AtomicBoolean replicating)
          Constructor used by region servers, connects to the peer cluster right away.
 

Uses of Server in org.apache.hadoop.hbase.replication.regionserver
 

Constructors in org.apache.hadoop.hbase.replication.regionserver with parameters of type Server
Replication(Server server, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path logDir, org.apache.hadoop.fs.Path oldLogDir)
          Instantiate the replication management (if rep is enabled).
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.