Package org.apache.zookeeper.txn
Class MultiTxn
java.lang.Object
org.apache.zookeeper.txn.MultiTxn
- All Implemented Interfaces:
Record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
deserialize
(InputArchive a_, String tag) boolean
getTxns()
int
hashCode()
void
readFields
(DataInput in) void
serialize
(OutputArchive a_, String tag) void
static String
toString()
void
write
(DataOutput out)
-
Constructor Details
-
MultiTxn
public MultiTxn() -
MultiTxn
-
-
Method Details
-
getTxns
-
setTxns
-
serialize
- Specified by:
serialize
in interfaceRecord
- Throws:
IOException
-
deserialize
- Specified by:
deserialize
in interfaceRecord
- Throws:
IOException
-
toString
-
write
- Throws:
IOException
-
readFields
- Throws:
IOException
-
compareTo
- Throws:
ClassCastException
-
equals
-
hashCode
public int hashCode() -
signature
-