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.Record
IOException
public void deserialize(org.apache.jute.InputArchive archive, String tag) throws IOException
deserialize
in interface org.apache.jute.Record
IOException
Copyright © 2015 The Apache Software Foundation