Uses of Class
org.teamapps.universaldb.index.reference.blockindex.BlockType
| Package | Description |
|---|---|
| org.teamapps.universaldb.index.reference.blockindex |
-
Uses of BlockType in org.teamapps.universaldb.index.reference.blockindex
Methods in org.teamapps.universaldb.index.reference.blockindex that return BlockType Modifier and Type Method Description BlockTypeReferenceBlock. getBlockType()static BlockTypeBlockType. getById(int id)static BlockTypeBlockType. getEntryType(int entries)BlockTypeBlockType. getNextSize()BlockTypeBlockType. getNextSize(int newEntries)static BlockTypeBlockType. valueOf(java.lang.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.Methods in org.teamapps.universaldb.index.reference.blockindex with parameters of type BlockType Modifier and Type Method Description voidReferenceBuffer. addBlock(ReferenceBlock writerBlock, BlockType blockType)voidReferenceBlock. reset(long index, ReferenceBuffer buffer, int blockPosition, BlockType blockType)Constructors in org.teamapps.universaldb.index.reference.blockindex with parameters of type BlockType Constructor Description ReferenceBlock(long index, ReferenceBuffer buffer, int blockPosition, BlockType blockType)