P
- Page typepublic class OnDiskArrayPageFileFactory<P extends Page> extends AbstractPageFileFactory<P>
Modifier and Type | Class and Description |
---|---|
static class |
OnDiskArrayPageFileFactory.Parameterizer
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
fileName
File name.
|
pageSize
Constructor and Description |
---|
OnDiskArrayPageFileFactory(int pageSize,
java.lang.String fileName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PageFile<P> |
newPageFile(java.lang.Class<P> cls)
Make a new page file.
|
getPageSize
public OnDiskArrayPageFileFactory(int pageSize, java.lang.String fileName)
pageSize
- Page sizepublic PageFile<P> newPageFile(java.lang.Class<P> cls)
PageFileFactory
cls
- Page classCopyright © 2019 ELKI Development Team. License information.