Class RouterAdminServer

java.lang.Object
org.apache.hadoop.service.AbstractService
org.apache.hadoop.hdfs.server.federation.router.RouterAdminServer
All Implemented Interfaces:
Closeable, AutoCloseable, RouterAdminProtocol, MountTableManager, RouterGenericManager, NameserviceManager, RouterStateManager, org.apache.hadoop.ipc.GenericRefreshProtocol, org.apache.hadoop.ipc.RefreshCallQueueProtocol, org.apache.hadoop.service.Service

public class RouterAdminServer extends org.apache.hadoop.service.AbstractService implements RouterAdminProtocol, org.apache.hadoop.ipc.RefreshCallQueueProtocol
This class is responsible for handling all the Admin calls to the HDFS router. It is created, started, and stopped by Router.