Class UpdateLogAction
java.lang.Object
com.swiftmq.impl.store.standard.log.LogAction
com.swiftmq.impl.store.standard.log.UpdateLogAction
-
Field Summary
Fields inherited from class com.swiftmq.impl.store.standard.log.LogAction
DELETE, INSERT, UPDATE, UPDATE_PORTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getType()
protected void
readContent
(DataInput in) toString()
protected void
writeContent
(DataOutput out)
-
Constructor Details
-
UpdateLogAction
- Parameters:
beforeImage
-afterImage
-
-
-
Method Details
-
getType
public int getType() -
getBeforeImage
- Returns:
-
getAfterImage
- Returns:
-
writeContent
- Specified by:
writeContent
in classLogAction
- Parameters:
out
-- Throws:
IOException
-
readContent
- Specified by:
readContent
in classLogAction
- Parameters:
in
-- Throws:
IOException
-
toString
-