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