Package org.apache.jena.dboe.base.page
Interface BlockConverter<T extends Page>
-
- All Known Implementing Classes:
RecordBufferPageMgr.Block2RecordBufferPage
public interface BlockConverter<T extends Page>Convert between Blocks and typed Pages
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcreateFromBlock(Block block, BlockType bType)Create a new T from an uninitialized BlockTfromBlock(Block block)Create a T, given an existing BlockBlocktoBlock(T t)Make a block, given a T
-