|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.customdb.v0_5.impl.RelationStorageContainer
public class RelationStorageContainer
Holds references to all of the node storage related classes.
Constructor Summary | |
---|---|
RelationStorageContainer(RandomAccessObjectStoreReader<Relation> relationObjectReader,
IndexStoreReader<java.lang.Long,LongLongIndexElement> relationObjectOffsetIndexReader,
IndexStoreReader<java.lang.Long,LongLongIndexElement> relationRelationIndexReader)
Creates a new instance. |
Method Summary | |
---|---|
IndexStoreReader<java.lang.Long,LongLongIndexElement> |
getRelationObjectOffsetIndexReader()
Gets the relation object offset reader. |
RandomAccessObjectStoreReader<Relation> |
getRelationObjectReader()
Gets the raw relation reader. |
IndexStoreReader<java.lang.Long,LongLongIndexElement> |
getRelationRelationIndexReader()
Gets the relation to relation index reader. |
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 RelationStorageContainer(RandomAccessObjectStoreReader<Relation> relationObjectReader, IndexStoreReader<java.lang.Long,LongLongIndexElement> relationObjectOffsetIndexReader, IndexStoreReader<java.lang.Long,LongLongIndexElement> relationRelationIndexReader)
relationObjectReader
- The raw relation objects.relationObjectOffsetIndexReader
- The relation object offsets.relationRelationIndexReader
- The relation to relation index.Method Detail |
---|
public RandomAccessObjectStoreReader<Relation> getRelationObjectReader()
public IndexStoreReader<java.lang.Long,LongLongIndexElement> getRelationObjectOffsetIndexReader()
public IndexStoreReader<java.lang.Long,LongLongIndexElement> getRelationRelationIndexReader()
public void release()
release
in interface Releasable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |