public class MultiTransactionRecord extends java.lang.Object implements org.apache.jute.Record, java.lang.Iterable<Op>
| Constructor and Description |
|---|
MultiTransactionRecord() |
MultiTransactionRecord(java.lang.Iterable<Op> ops) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Op op) |
void |
deserialize(org.apache.jute.InputArchive archive,
java.lang.String tag) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.util.Iterator<Op> |
iterator() |
void |
serialize(org.apache.jute.OutputArchive archive,
java.lang.String tag) |
int |
size() |
public MultiTransactionRecord()
public MultiTransactionRecord(java.lang.Iterable<Op> ops)
public java.util.Iterator<Op> iterator()
iterator in interface java.lang.Iterable<Op>public void add(Op op)
public int size()
public void serialize(org.apache.jute.OutputArchive archive,
java.lang.String tag)
throws java.io.IOException
serialize in interface org.apache.jute.Recordjava.io.IOExceptionpublic void deserialize(org.apache.jute.InputArchive archive,
java.lang.String tag)
throws java.io.IOException
deserialize in interface org.apache.jute.Recordjava.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2016 The Apache Software Foundation