public class PageSnapshot extends WALRecord implements WalRecordCacheGroupAware
WALRecord.RecordType| Constructor and Description |
|---|
PageSnapshot(FullPageId fullId,
byte[] arr,
int realPageSize) |
PageSnapshot(FullPageId fullPageId,
long ptr,
int pageSize,
int realPageSize) |
| Modifier and Type | Method and Description |
|---|---|
FullPageId |
fullPageId() |
int |
groupId() |
byte[] |
pageData() |
String |
toString() |
WALRecord.RecordType |
type() |
public PageSnapshot(FullPageId fullId, byte[] arr, int realPageSize)
fullId - Full page ID.arr - Read array.realPageSize - Page size without encryption overhead.public PageSnapshot(FullPageId fullPageId, long ptr, int pageSize, int realPageSize)
fullPageId - Full page ID.ptr - Pointer to copy from.pageSize - Page size.realPageSize - Page size without encryption overhead.public WALRecord.RecordType type()
public byte[] pageData()
public FullPageId fullPageId()
public int groupId()
groupId in interface WalRecordCacheGroupAware
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019