Class Page
java.lang.Object
com.swiftmq.impl.store.standard.cache.Page
-
Field Summary
Modifier and TypeFieldDescriptionbyte[]
boolean
boolean
static final int
int
-
Constructor Summary
-
Method Summary
-
Field Details
-
HEADER_LENGTH
public static final int HEADER_LENGTH- See Also:
-
pageNo
public int pageNo -
dirty
public boolean dirty -
empty
public boolean empty -
data
public byte[] data
-
-
Constructor Details
-
Page
public Page()
-
-
Method Details
-
copy
-
copy
-
write
- Throws:
IOException
-
read
- Throws:
IOException
-
toString
-