public void stop() throws InterruptedException { for (RemoteListenerHandler handler : listenerHandlers) { handler.stop(); } Closer.close(solrShardMgr); Closer.close(indexerMetrics); Closer.close(updaterMetrics); }
public void start() throws RowLogException, InterruptedException, KeeperException { for (RemoteListenerHandler handler : listenerHandlers) { handler.start(); } }