Uses of Class
net.metanotion.io.block.BlockFile
Packages that use BlockFile
-
Uses of BlockFile in net.metanotion.io.block.index
Fields in net.metanotion.io.block.index declared as BlockFileModifier and TypeFieldDescriptionfinal BlockFileBSkipLevels.bffinal BlockFileBSkipList.bfprotected final BlockFileBSkipSpan.bfMethods in net.metanotion.io.block.index with parameters of type BlockFileModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidprotected static <X extends Comparable<? super X>,Y>
voidBSkipSpan.loadInit(BSkipSpan<X, Y> bss, BlockFile bf, BSkipList<X, Y> bsl, int spanPage, Serializer<X> key, Serializer<Y> val) I2P - first half of load() Only read the span headersConstructors in net.metanotion.io.block.index with parameters of type BlockFileModifierConstructorDescriptionBSkipLevels(BlockFile bf, int levelPage, BSkipList<K, V> bsl) Non-recursive initializer initializeLevels() MUST be called on the first BSkipLevel in the skiplist after the constructor, unless it's a new empty level and init() was previously called.BSkipList(int spanSize, BlockFile bf, int skipPage, Serializer<K> key, Serializer<V> val) BSkipList(int spanSize, BlockFile bf, int skipPage, Serializer<K> key, Serializer<V> val, boolean fileOnly) protectedBSkipSpan(BlockFile bf, BSkipList<K, V> bsl, int spanPage, Serializer<K> key, Serializer<V> val) IBSkipSpan(BlockFile bf, BSkipList<K, V> bsl, int spanPage, Serializer<K> key, Serializer<V> val)