public interface PageFile extends Paged
Paged.SliceType
Modifier and Type | Method and Description |
---|---|
void |
write(int pageId,
ByteBuffer buffer)
Writes a byte buffer to a page location.
|
void write(int pageId, ByteBuffer buffer)
pageId
- the location to write tobuffer
- the buffer containing the data to write.Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.