Uses of Class
org.apache.zookeeper.OpResult
Packages that use OpResult
-
Uses of OpResult in org.apache.zookeeper
Subclasses of OpResult in org.apache.zookeeperModifier and TypeClassDescriptionstatic classA result from a version check operation.static classA result from a create operation.static classA result from a delete operation.static classAn error result from any kind of operation.static classA result from a getChildren operation.static classA result from a getData operation.static classA result from a setData operation.Methods in org.apache.zookeeper that return types with arguments of type OpResultModifier and TypeMethodDescriptionTransaction.commit()MultiResponse.getResultList()KeeperException.getResults()If this exception was thrown by a multi-request then the (partial) results and error codes can be retrieved using this getter.MultiResponse.iterator()Executes multiple ZooKeeper operations.ZooKeeper.multiInternal(MultiOperationRecord request) Methods in org.apache.zookeeper with parameters of type OpResultMethod parameters in org.apache.zookeeper with type arguments of type OpResultModifier and TypeMethodDescriptionvoidAsyncCallback.MultiCallback.processResult(int rc, String path, Object ctx, List<OpResult> opResults) Process the result of the asynchronous call.