Class ZkCmdExecutor


  • public class ZkCmdExecutor
    extends Object
    • Constructor Detail

      • ZkCmdExecutor

        public ZkCmdExecutor​(int timeoutms)
      • ZkCmdExecutor

        public ZkCmdExecutor​(int timeoutms,
                             ConnectionManager.IsClosed isClosed)
        TODO: At this point, this should probably take a SolrZkClient in its constructor.
        Parameters:
        timeoutms - the client timeout for the ZooKeeper clients that will be used with this class.