@Override public RefreshNamenodesResponseProto refreshNamenodes( RpcController unused, RefreshNamenodesRequestProto request) throws ServiceException { try { impl.refreshNamenodes(); } catch (IOException e) { throw new ServiceException(e); } return REFRESH_NAMENODE_RESP; }