public class PageSnapshot extends WALRecord
WALRecord.RecordType| Constructor and Description |
|---|
PageSnapshot(FullPageId fullId,
byte[] arr) |
PageSnapshot(FullPageId fullPageId,
long ptr,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
FullPageId |
fullPageId() |
byte[] |
pageData() |
String |
toString() |
WALRecord.RecordType |
type() |
public PageSnapshot(FullPageId fullId, byte[] arr)
fullId - Full page ID.arr - Read array.public PageSnapshot(FullPageId fullPageId, long ptr, int pageSize)
fullPageId - Full page ID.ptr - Pointer to copy from.pageSize - Page size.public WALRecord.RecordType type()
public byte[] pageData()
public FullPageId fullPageId()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017