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 class
A result from a version check operation.static class
A result from a create operation.static class
A result from a delete operation.static class
An error result from any kind of operation.static class
A result from a getChildren operation.static class
A result from a getData operation.static class
A 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 TypeMethodDescriptionvoid
AsyncCallback.MultiCallback.processResult
(int rc, String path, Object ctx, List<OpResult> opResults) Process the result of the asynchronous call.