Interface ZooWorker.ZooCallable<T>

  • Enclosing class:
    ZooWorker

    static interface ZooWorker.ZooCallable<T>
    • Method Detail

      • call

        T call()
        throws java.lang.InterruptedException,
               org.apache.zookeeper.KeeperException
        Be compatible with ZooKeeper interface.
        Returns:
        value
        Throws:
        java.lang.InterruptedException
        org.apache.zookeeper.KeeperException