public class MultiResponse extends Object implements Record, Iterable<OpResult>
Constructor and Description |
---|
MultiResponse() |
Modifier and Type | Method and Description |
---|---|
void |
add(OpResult x) |
void |
deserialize(InputArchive archive,
String tag) |
boolean |
equals(Object o) |
List<OpResult> |
getResultList() |
int |
hashCode() |
Iterator<OpResult> |
iterator() |
void |
serialize(OutputArchive archive,
String tag) |
int |
size() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void add(OpResult x)
public int size()
public void serialize(OutputArchive archive, String tag) throws IOException
serialize
in interface Record
IOException
public void deserialize(InputArchive archive, String tag) throws IOException
deserialize
in interface Record
IOException
Copyright © 2008–2019 The Apache Software Foundation. All rights reserved.