public abstract class BaseOperation extends Object implements Delayed
| 构造器和说明 |
|---|
BaseOperation() |
public final int compareTo(Delayed delayed)
compareTo 在接口中 Comparable<Delayed>protected abstract void execute()
throws org.apache.zookeeper.KeeperException,
InterruptedException
org.apache.zookeeper.KeeperExceptionInterruptedExceptionpublic boolean executeOperation()
throws org.apache.zookeeper.KeeperException,
InterruptedException
org.apache.zookeeper.KeeperException - keeper exceptionInterruptedException - interrupted exceptionCopyright © 2018. All rights reserved.