Class DataPagePayload
- java.lang.Object
-
- org.apache.ignite.internal.processors.cache.persistence.tree.io.DataPagePayload
-
public class DataPagePayload extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBytes(long pageAddr)longnextLink()intoffset()intpayloadSize()StringtoString()
-
-
-
Method Detail
-
offset
public int offset()
- Returns:
- Offset.
-
payloadSize
public int payloadSize()
- Returns:
- Payload size.
-
nextLink
public long nextLink()
- Returns:
- Link to the next fragment or
0if it is the last fragment or the data row is not fragmented.
-
getBytes
public byte[] getBytes(long pageAddr)
- Parameters:
pageAddr- Page address.- Returns:
- Payload bytes.
-
-