public class MultiTransactionRecord extends Object implements Record, Iterable<Op>
| Constructor and Description |
|---|
MultiTransactionRecord() |
MultiTransactionRecord(Iterable<Op> ops) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Op op) |
void |
deserialize(InputArchive archive,
String tag) |
boolean |
equals(Object o) |
int |
hashCode() |
Iterator<Op> |
iterator() |
void |
serialize(OutputArchive archive,
String tag) |
int |
size() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void add(Op op)
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–2019 The Apache Software Foundation. All rights reserved.