P
- Page typepublic class MemoryPageFileFactory<P extends Page> extends AbstractPageFileFactory<P>
Modifier and Type | Class and Description |
---|---|
static class |
MemoryPageFileFactory.Parameterizer
Parameterization class.
|
pageSize
Constructor and Description |
---|
MemoryPageFileFactory(int pageSize)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PageFile<P> |
newPageFile(Class<P> cls)
Make a new page file.
|
getPageSize
public MemoryPageFileFactory(int pageSize)
pageSize
- Size of a pagepublic PageFile<P> newPageFile(Class<P> cls)
PageFileFactory
cls
- Page classCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.