public class SerializedPage extends Object
| Constructor and Description |
|---|
SerializedPage(io.airlift.slice.Slice slice,
byte pageCodecMarkers,
int positionCount,
int uncompressedSizeInBytes,
long checksum) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getChecksum() |
byte |
getPageCodecMarkers() |
int |
getPositionCount() |
long |
getRetainedSizeInBytes() |
int |
getSizeInBytes() |
io.airlift.slice.Slice |
getSlice() |
int |
getUncompressedSizeInBytes() |
int |
hashCode() |
public SerializedPage(io.airlift.slice.Slice slice,
byte pageCodecMarkers,
int positionCount,
int uncompressedSizeInBytes,
long checksum)
public byte getPageCodecMarkers()
public int getPositionCount()
public int getUncompressedSizeInBytes()
public int getSizeInBytes()
public long getRetainedSizeInBytes()
public io.airlift.slice.Slice getSlice()
public long getChecksum()
Copyright © 2012–2022. All rights reserved.