public interface Page extends org.apache.jena.atlas.io.Printable
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_ID |
| Modifier and Type | Method and Description |
|---|---|
Block |
getBackingBlock()
Return the block associated with this page
|
int |
getId()
Pages are addressed ints (a page ref does in on-disk blocks)
although block are address in longs
|
String |
getRefStr()
Return a string for display that identifies this Page
|
void |
reset(Block block)
The underlying block for this page has changed (e.g.
|
outputstatic final int NO_ID
int getId()
String getRefStr()
Block getBackingBlock()
void reset(Block block)
Licensed under the Apache License, Version 2.0