Class MessagePage
java.lang.Object
com.swiftmq.impl.store.standard.index.MessagePage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintvoidsetLength(int length) voidsetNextPage(int l) voidsetPrevPage(int l) toString()voidwriteData(DataOutput dbos)
-
Field Details
-
START_DATA
public static final int START_DATA- See Also:
-
page
-
-
Constructor Details
-
MessagePage
-
-
Method Details
-
getNextPage
public int getNextPage() -
setNextPage
public void setNextPage(int l) -
getPrevPage
public int getPrevPage() -
setPrevPage
public void setPrevPage(int l) -
getLength
public int getLength() -
setLength
public void setLength(int length) -
writeData
- Throws:
Exception
-
toString
-