org.apache.zookeeper
Class MultiResponse
java.lang.Object
org.apache.zookeeper.MultiResponse
- All Implemented Interfaces:
- Iterable<OpResult>, org.apache.jute.Record
public class MultiResponse
- extends Object
- implements org.apache.jute.Record, Iterable<OpResult>
Handles the response from a multi request. Such a response consists of
a sequence of responses each prefixed by a MultiResponse that indicates
the type of the response. The end of the list is indicated by a MultiHeader
with a negative type. Each individual response is in the same format as
with the corresponding operation in the original request list.
MultiResponse
public MultiResponse()
add
public void add(OpResult x)
iterator
public Iterator<OpResult> iterator()
- Specified by:
iterator in interface Iterable<OpResult>
size
public int size()
serialize
public void serialize(org.apache.jute.OutputArchive archive,
String tag)
throws IOException
- Specified by:
serialize in interface org.apache.jute.Record
- Throws:
IOException
deserialize
public void deserialize(org.apache.jute.InputArchive archive,
String tag)
throws IOException
- Specified by:
deserialize in interface org.apache.jute.Record
- Throws:
IOException
getResultList
public List<OpResult> getResultList()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2013 The Apache Software Foundation