public class MultiResponse extends java.lang.Object implements Record, java.lang.Iterable<OpResult>
Constructor and Description |
---|
MultiResponse() |
Modifier and Type | Method and Description |
---|---|
void |
add(OpResult x) |
void |
deserialize(InputArchive archive,
java.lang.String tag) |
boolean |
equals(java.lang.Object o) |
java.util.List<OpResult> |
getResultList() |
int |
hashCode() |
java.util.Iterator<OpResult> |
iterator() |
void |
serialize(OutputArchive archive,
java.lang.String tag) |
int |
size() |
public void add(OpResult x)
public java.util.Iterator<OpResult> iterator()
iterator
in interface java.lang.Iterable<OpResult>
public int size()
public void serialize(OutputArchive archive, java.lang.String tag) throws java.io.IOException
public void deserialize(InputArchive archive, java.lang.String tag) throws java.io.IOException
deserialize
in interface Record
java.io.IOException
public java.util.List<OpResult> getResultList()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2019 The Apache Software Foundation