|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.customdb.v0_6.impl.TempFileDatasetStoreFileManager
public class TempFileDatasetStoreFileManager
Implements a dataset store file manager using temporary files.
Constructor Summary | |
---|---|
TempFileDatasetStoreFileManager()
Creates a new instance. |
Method Summary | |
---|---|
java.io.File |
getNodeObjectFile()
Returns the file to be used for storing node objects. |
java.io.File |
getNodeObjectOffsetIndexFile()
Returns the file to be used for storing node object offsets against their id. |
java.io.File |
getNodeRelationIndexFile()
Returns the file to be used for storing relationships between nodes and relations. |
java.io.File |
getNodeTileIndexFile()
Returns the file to be used for storing node ids against tile ids. |
java.io.File |
getNodeWayIndexFile()
Returns the file to be used for storing relationships between nodes and ways. |
java.io.File |
getRelationObjectFile()
Returns the file to be used for storing relation objects. |
java.io.File |
getRelationObjectOffsetIndexFile()
Returns the file to be used for storing relation object offsets against their id. |
java.io.File |
getRelationRelationIndexFile()
Returns the file to be used for storing relationships between relations and relations. |
java.io.File |
getWayObjectFile()
Returns the file to be used for storing way objects. |
java.io.File |
getWayObjectOffsetIndexFile()
Returns the file to be used for storing way object offsets against their id. |
java.io.File |
getWayRelationIndexFile()
Returns the file to be used for storing relationships between ways and relations. |
java.io.File |
getWayTileIndexFile(int instance)
Returns the file to be used for storing way ids against tile ids. |
void |
release()
Performs resource cleanup tasks such as closing files, or database connections. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TempFileDatasetStoreFileManager()
Method Detail |
---|
public java.io.File getNodeObjectFile()
getNodeObjectFile
in interface DatasetStoreFileManager
public java.io.File getNodeObjectOffsetIndexFile()
getNodeObjectOffsetIndexFile
in interface DatasetStoreFileManager
public java.io.File getNodeTileIndexFile()
getNodeTileIndexFile
in interface DatasetStoreFileManager
public java.io.File getWayObjectFile()
getWayObjectFile
in interface DatasetStoreFileManager
public java.io.File getWayObjectOffsetIndexFile()
getWayObjectOffsetIndexFile
in interface DatasetStoreFileManager
public java.io.File getWayTileIndexFile(int instance)
getWayTileIndexFile
in interface DatasetStoreFileManager
instance
- The index file number.
public java.io.File getNodeWayIndexFile()
getNodeWayIndexFile
in interface DatasetStoreFileManager
public java.io.File getRelationObjectFile()
getRelationObjectFile
in interface DatasetStoreFileManager
public java.io.File getRelationObjectOffsetIndexFile()
getRelationObjectOffsetIndexFile
in interface DatasetStoreFileManager
public java.io.File getNodeRelationIndexFile()
getNodeRelationIndexFile
in interface DatasetStoreFileManager
public java.io.File getWayRelationIndexFile()
getWayRelationIndexFile
in interface DatasetStoreFileManager
public java.io.File getRelationRelationIndexFile()
getRelationRelationIndexFile
in interface DatasetStoreFileManager
public void release()
release
in interface Releasable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |