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, waitforEach, spliteratorpublic void add(OpResult x)
public int size()
public void serialize(OutputArchive archive, String tag) throws IOException
serialize in interface RecordIOExceptionpublic void deserialize(InputArchive archive, String tag) throws IOException
deserialize in interface RecordIOExceptionCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.