@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface Server extends Abortable, Stoppable
Modifier and Type | Method and Description |
---|---|
ChoreService |
getChoreService() |
org.apache.hadoop.conf.Configuration |
getConfiguration()
Gets the configuration object for this server.
|
ClusterConnection |
getConnection()
Returns a reference to the servers' cluster connection.
|
CoordinatedStateManager |
getCoordinatedStateManager()
Get CoordinatedStateManager instance for this server.
|
MetaTableLocator |
getMetaTableLocator()
Returns instance of
MetaTableLocator
running inside this server. |
ServerName |
getServerName() |
ZooKeeperWatcher |
getZooKeeper()
Gets the ZooKeeper instance for this server.
|
org.apache.hadoop.conf.Configuration getConfiguration()
ZooKeeperWatcher getZooKeeper()
ClusterConnection getConnection()
MetaTableLocator getMetaTableLocator()
MetaTableLocator
running inside this server. This MetaServerLocator is started and stopped by server, clients
shouldn't manage it's lifecycle.MetaTableLocator
associated with this server.ServerName getServerName()
CoordinatedStateManager getCoordinatedStateManager()
ChoreService getChoreService()
ChoreService
instance for this serverCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.