public abstract class Page extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
compressedSize |
protected int |
uncompressedSize |
| Constructor and Description |
|---|
Page(int compressedSize,
int uncompressedSize) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCompressedSize() |
abstract io.airlift.slice.Slice |
getSlice() |
int |
getUncompressedSize() |
Copyright © 2012–2022. All rights reserved.