P
- Page typepublic abstract class AbstractPageFileFactory<P extends Page> extends Object implements PageFileFactory<P>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractPageFileFactory.Parameterizer<P extends Page>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
protected int |
pageSize
Holds the value of
AbstractPageFileFactory.Parameterizer.PAGE_SIZE_ID . |
Constructor and Description |
---|
AbstractPageFileFactory(int pageSize)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
Query the page size.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newPageFile
protected int pageSize
AbstractPageFileFactory.Parameterizer.PAGE_SIZE_ID
.public AbstractPageFileFactory(int pageSize)
pageSize
- Page sizepublic int getPageSize()
PageFileFactory
getPageSize
in interface PageFileFactory<P extends Page>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.