public class MultiTransactionRecord extends Object implements org.apache.jute.Record, Iterable<Op>
| Constructor and Description |
|---|
MultiTransactionRecord() |
MultiTransactionRecord(Iterable<Op> ops) |
public void add(Op op)
public int size()
public void serialize(org.apache.jute.OutputArchive archive,
String tag)
throws IOException
serialize in interface org.apache.jute.RecordIOExceptionpublic void deserialize(org.apache.jute.InputArchive archive,
String tag)
throws IOException
deserialize in interface org.apache.jute.RecordIOExceptionCopyright © 2014 The Apache Software Foundation