Uses of Class
com.mckoi.database.IndexSetStore.IndexBlock
-
Packages that use IndexSetStore.IndexBlock Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of IndexSetStore.IndexBlock in com.mckoi.database
Fields in com.mckoi.database declared as IndexSetStore.IndexBlock Modifier and Type Field Description private IndexSetStore.IndexBlock[]IndexSetStore. index_blocksThe index blocks - one for each index being stored.private IndexSetStore.IndexBlockIndexSetStore.IndexBlock. parent_blockThe parent IndexBlock.private IndexSetStore.IndexBlock[]IndexSetStore.SnapshotIndexSet. snapshot_index_blocksThe list of IndexBlock object that represent the view of the index set when the view was created.Methods in com.mckoi.database with parameters of type IndexSetStore.IndexBlock Modifier and Type Method Description (package private) voidIndexSetStore.IndexBlock. setParentIndexBlock(IndexSetStore.IndexBlock parent)Sets the parent IndexBlock, the index that this index block succeeded.Constructors in com.mckoi.database with parameters of type IndexSetStore.IndexBlock Constructor Description SnapshotIndexSet(IndexSetStore.IndexBlock[] blocks)Constructor.
-