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_blocks
The index blocks - one for each index being stored.private IndexSetStore.IndexBlock
IndexSetStore.IndexBlock. parent_block
The parent IndexBlock.private IndexSetStore.IndexBlock[]
IndexSetStore.SnapshotIndexSet. snapshot_index_blocks
The 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) void
IndexSetStore.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.
-