Package cz.o2.proxima.core.transaction
Class Commit.TransactionUpdate
- java.lang.Object
-
- cz.o2.proxima.core.transaction.Commit.TransactionUpdate
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Commit
public static final class Commit.TransactionUpdate extends java.lang.Object implements java.io.SerializableAn update to transactional attribute of a transaction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionUpdate(java.lang.String targetFamily, StreamElement update)Creates a newTransactionUpdateinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetTargetFamily()Name of target attribute family.StreamElementgetUpdate()The update itself.inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
TransactionUpdate
public TransactionUpdate(java.lang.String targetFamily, StreamElement update)Creates a newTransactionUpdateinstance.- Parameters:
targetFamily- Name of target attribute family.update- The update itself.
-
-
Method Detail
-
getTargetFamily
public java.lang.String getTargetFamily()
Name of target attribute family.
-
getUpdate
public StreamElement getUpdate()
The update itself.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-