public abstract class RetryCallable extends Object
| 构造器和说明 |
|---|
RetryCallable(IProvider provider,
DelayRetryPolicy delayRetryPolicy) |
public RetryCallable(IProvider provider, DelayRetryPolicy delayRetryPolicy)
public abstract void call()
throws org.apache.zookeeper.KeeperException,
InterruptedException
org.apache.zookeeper.KeeperException - zookeeper exceptionInterruptedException - interrupted exceptionpublic void exec()
throws org.apache.zookeeper.KeeperException,
InterruptedException
org.apache.zookeeper.KeeperException - zookeeper exceptionInterruptedException - interrupted exceptionCopyright © 2018. All rights reserved.