Modifier and Type | Field and Description |
---|---|
private PageFileFactory<?> |
PagedIndexFactory.pageFileFactory
Page file factory.
|
protected PageFileFactory<?> |
PagedIndexFactory.Parameterizer.pageFileFactory
Page file factory.
|
Constructor and Description |
---|
PagedIndexFactory(PageFileFactory<?> pageFileFactory)
Constructor.
|
Constructor and Description |
---|
AbstractMTreeFactory(PageFileFactory<?> pageFileFactory,
S settings)
Constructor.
|
Constructor and Description |
---|
AbstractMkTreeUnifiedFactory(PageFileFactory<?> pageFileFactory,
S settings)
Constructor.
|
Constructor and Description |
---|
MkAppTreeFactory(PageFileFactory<?> pageFileFactory,
MkAppTreeSettings<O> settings)
Constructor.
|
Constructor and Description |
---|
MkCopTreeFactory(PageFileFactory<?> pageFileFactory,
MkTreeSettings<O,MkCoPTreeNode<O>,MkCoPEntry> settings)
Constructor.
|
Constructor and Description |
---|
MkMaxTreeFactory(PageFileFactory<?> pageFileFactory,
MkTreeSettings<O,MkMaxTreeNode<O>,MkMaxEntry> settings)
Constructor.
|
Constructor and Description |
---|
MkTabTreeFactory(PageFileFactory<?> pageFileFactory,
MkTreeSettings<O,MkTabTreeNode<O>,MkTabEntry> settings)
Constructor.
|
Constructor and Description |
---|
MTreeFactory(PageFileFactory<?> pageFileFactory,
MTreeSettings<O,MTreeNode<O>,MTreeEntry> settings)
Constructor.
|
Constructor and Description |
---|
AbstractRStarTreeFactory(PageFileFactory<?> pageFileFactory,
S settings)
Constructor.
|
Constructor and Description |
---|
DeLiCluTreeFactory(PageFileFactory<?> pageFileFactory,
AbstractRTreeSettings settings)
Constructor.
|
Constructor and Description |
---|
FlatRStarTreeFactory(PageFileFactory<?> pageFileFactory,
AbstractRTreeSettings settings)
Constructor.
|
Constructor and Description |
---|
RdKNNTreeFactory(PageFileFactory<?> pageFileFactory,
RdkNNSettings<O> settings)
Constructor.
|
Constructor and Description |
---|
RStarTreeFactory(PageFileFactory<?> pageFileFactory,
AbstractRTreeSettings settings)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPageFileFactory<P extends Page>
Abstract page file factory.
|
class |
LRUCachePageFileFactory<P extends Page>
Page file factory for memory page files.
|
class |
MemoryPageFileFactory<P extends Page>
Page file factory for memory page files.
|
class |
OnDiskArrayPageFileFactory<P extends ExternalizablePage>
Page file factory for disk-based page files.
|
class |
PersistentPageFileFactory<P extends ExternalizablePage>
Page file factory for disk-based page files.
|
Modifier and Type | Field and Description |
---|---|
private PageFileFactory<P> |
LRUCachePageFileFactory.pageFileFactory
Inner page file factory.
|
(package private) PageFileFactory<Page> |
LRUCachePageFileFactory.Parameterizer.pageFileFactory
Inner page file factory.
|
Modifier and Type | Method and Description |
---|---|
protected abstract PageFileFactory<P> |
AbstractPageFileFactory.Parameterizer.makeInstance() |
Constructor and Description |
---|
LRUCachePageFileFactory(PageFileFactory<P> pageFileFactory,
int cacheSize)
Constructor.
|
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.