Uses of Class
org.teamapps.universaldb.index.buffer.BlockChainType
| Package | Description |
|---|---|
| org.teamapps.universaldb.index.buffer |
-
Uses of BlockChainType in org.teamapps.universaldb.index.buffer
Methods in org.teamapps.universaldb.index.buffer that return BlockChainType Modifier and Type Method Description BlockChainTypeBlockChainEntry. getChainType()BlockChainTypeBlockChainType. getNext()static BlockChainTypeBlockChainType. getTypeByLength(int length)static BlockChainTypeBlockChainType. getTypeBySize(int size)static BlockChainTypeBlockChainType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockChainType[]BlockChainType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.universaldb.index.buffer with parameters of type BlockChainType Constructor Description BlockChainEntry(long position, int offset, org.agrona.concurrent.AtomicBuffer buffer, BlockChainType chainType, java.nio.ByteOrder byteOrder)