public interface IndexStorage
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy this meta store.
|
RootPage |
dropRootPage(String idxName)
Deallocate index page and remove from tree.
|
RootPage |
getOrAllocateForTree(String idxName)
Get or allocate initial page for an index.
|
RootPage getOrAllocateForTree(String idxName) throws IgniteCheckedException
idxName - Index name.RootPage that keeps pageId, allocated flag that shows whether the page
was newly allocated, and rootId that is counter which increments each time new page allocated.IgniteCheckedException - If failed.RootPage dropRootPage(String idxName) throws IgniteCheckedException
idxName - Index name.IgniteCheckedException - If failed.void destroy()
throws IgniteCheckedException
IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018