Uses of Interface
elki.persistent.Page
-
Packages that use Page Package Description elki.index Index structure implementations.elki.index.tree Tree-based index structures.elki.index.tree.metrical.mtreevariants M-tree and variants.elki.index.tree.metrical.mtreevariants.mktrees.mkapp elki.index.tree.metrical.mtreevariants.mktrees.mkcop elki.index.tree.metrical.mtreevariants.mktrees.mkmax elki.index.tree.metrical.mtreevariants.mktrees.mktab elki.index.tree.metrical.mtreevariants.mtree elki.index.tree.spatial.rstarvariants R*-tree and variants.elki.index.tree.spatial.rstarvariants.deliclu elki.index.tree.spatial.rstarvariants.flat elki.index.tree.spatial.rstarvariants.rdknn elki.index.tree.spatial.rstarvariants.rstar elki.persistent Persistent data management. -
-
Uses of Page in elki.index
Methods in elki.index with type parameters of type Page Modifier and Type Method Description protected <N extends Page & java.io.Externalizable>
PageFile<N>PagedIndexFactory. makePageFile(java.lang.Class<N> cls)Make the page file for this index. -
Uses of Page in elki.index.tree
Subinterfaces of Page in elki.index.tree Modifier and Type Interface Description interfaceNode<E>This interface defines the common requirements of nodes in an index structure.Classes in elki.index.tree that implement Page Modifier and Type Class Description classAbstractNode<E>Abstract superclass for nodes in an tree based index structure. -
Uses of Page in elki.index.tree.metrical.mtreevariants
Classes in elki.index.tree.metrical.mtreevariants that implement Page Modifier and Type Class Description classAbstractMTreeNode<O,N extends AbstractMTreeNode<O,N,E>,E extends MTreeEntry>Abstract super class for nodes in M-Tree variants. -
Uses of Page in elki.index.tree.metrical.mtreevariants.mktrees.mkapp
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkapp that implement Page Modifier and Type Class Description (package private) classMkAppTreeNode<O>Represents a node in an MkApp-Tree. -
Uses of Page in elki.index.tree.metrical.mtreevariants.mktrees.mkcop
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkcop that implement Page Modifier and Type Class Description (package private) classMkCoPTreeNode<O>Represents a node in an MkCop-Tree. -
Uses of Page in elki.index.tree.metrical.mtreevariants.mktrees.mkmax
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mkmax that implement Page Modifier and Type Class Description (package private) classMkMaxTreeNode<O>Represents a node in anMkMaxTree. -
Uses of Page in elki.index.tree.metrical.mtreevariants.mktrees.mktab
Classes in elki.index.tree.metrical.mtreevariants.mktrees.mktab that implement Page Modifier and Type Class Description (package private) classMkTabTreeNode<O>Represents a node in a MkMax-Tree. -
Uses of Page in elki.index.tree.metrical.mtreevariants.mtree
Classes in elki.index.tree.metrical.mtreevariants.mtree that implement Page Modifier and Type Class Description classMTreeNode<O>Represents a node in an M-Tree. -
Uses of Page in elki.index.tree.spatial.rstarvariants
Classes in elki.index.tree.spatial.rstarvariants that implement Page Modifier and Type Class Description classAbstractRStarTreeNode<N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry>Abstract superclass for nodes in a R*-Tree. -
Uses of Page in elki.index.tree.spatial.rstarvariants.deliclu
Classes in elki.index.tree.spatial.rstarvariants.deliclu that implement Page Modifier and Type Class Description classDeLiCluNodeRepresents a node in a DeLiClu-Tree. -
Uses of Page in elki.index.tree.spatial.rstarvariants.flat
Classes in elki.index.tree.spatial.rstarvariants.flat that implement Page Modifier and Type Class Description classFlatRStarTreeNodeRepresents a node in a flat R*-Tree. -
Uses of Page in elki.index.tree.spatial.rstarvariants.rdknn
Classes in elki.index.tree.spatial.rstarvariants.rdknn that implement Page Modifier and Type Class Description classRdKNNNodeRepresents a node in a RDkNN-Tree. -
Uses of Page in elki.index.tree.spatial.rstarvariants.rstar
Classes in elki.index.tree.spatial.rstarvariants.rstar that implement Page Modifier and Type Class Description classRStarTreeNodeRepresents a node in an R*-Tree. -
Uses of Page in elki.persistent
Classes in elki.persistent with type parameters of type Page Modifier and Type Class Description classAbstractPageFile<P extends Page>Abstract base class for the page file API for both caches and true page files (in-memory and on-disk).classAbstractPageFileFactory<P extends Page>Abstract page file factory.static classAbstractPageFileFactory.Par<P extends Page>Parameterization class.classAbstractStoringPageFile<P extends Page>Abstract class implementing general methods of a PageFile.classLRUCache<P extends Page>An LRU cache, based onLinkedHashMap.
This cache has a fixed maximum number of objects (cacheSize).classLRUCachePageFileFactory<P extends Page>Page file factory for memory page files.classMemoryPageFile<P extends Page>A memory based implementation of a PageFile that simulates I/O-access.classMemoryPageFileFactory<P extends Page>Page file factory for memory page files.classOnDiskArrayPageFile<P extends Page>A OnDiskArrayPageFile stores objects persistently that implement thePageinterface.classOnDiskArrayPageFileFactory<P extends Page>Page file factory for disk-based page files.interfacePageFile<P extends Page>Page file interface.interfacePageFileFactory<P extends Page>Factory interface for generating page files.Subinterfaces of Page in elki.persistent Modifier and Type Interface Description interfaceExternalizablePageBase interface for externalizable pages.Classes in elki.persistent that implement Page Modifier and Type Class Description classAbstractExternalizablePageAbstract superclass for pages.Fields in elki.persistent with type parameters of type Page Modifier and Type Field Description (package private) PageFileFactory<Page>LRUCachePageFileFactory.Par. pageFileFactoryInner page file factory.Methods in elki.persistent that return types with arguments of type Page Modifier and Type Method Description LRUCachePageFileFactory<Page>LRUCachePageFileFactory.Par. make()MemoryPageFileFactory<Page>MemoryPageFileFactory.Par. make()OnDiskArrayPageFileFactory<Page>OnDiskArrayPageFileFactory.Par. make()
-