Class InsertLogAction
java.lang.Object
com.swiftmq.impl.store.standard.log.LogAction
com.swiftmq.impl.store.standard.log.InsertLogAction
-
Field Summary
Fields inherited from class com.swiftmq.impl.store.standard.log.LogAction
DELETE, INSERT, UPDATE, UPDATE_PORTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetType()protected voidreadContent(DataInput in) toString()protected voidwriteContent(DataOutput out)
-
Constructor Details
-
InsertLogAction
public InsertLogAction(int pageNo) - Parameters:
pageNo-
-
-
Method Details
-
getType
public int getType() -
getPageNo
public int getPageNo()- Returns:
-
writeContent
- Specified by:
writeContentin classLogAction- Parameters:
out-- Throws:
IOException
-
readContent
- Specified by:
readContentin classLogAction- Parameters:
in-- Throws:
IOException
-
toString
-