| Package | Description |
|---|---|
| org.apache.jena.dboe.base.block | |
| org.apache.jena.dboe.base.page | |
| org.apache.jena.dboe.base.recordbuffer |
| Modifier and Type | Method and Description |
|---|---|
static BlockType |
BlockType.extract(int x) |
static BlockType |
BlockType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlockType[] |
BlockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
PageBlockMgr.create(BlockType bType)
Allocate a new thing
|
T |
BlockConverter.createFromBlock(Block block,
BlockType bType)
Create a new T from an uninitialized Block
|
| Modifier and Type | Method and Description |
|---|---|
RecordBufferPage |
RecordBufferPageMgr.Block2RecordBufferPage.createFromBlock(Block block,
BlockType blkType) |
Licensed under the Apache License, Version 2.0