|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.apidb.v0_6.ApidbCurrentReader
public class ApidbCurrentReader
An OSM data source reading from a databases current tables. The entire contents of the database are read.
Constructor Summary | |
---|---|
ApidbCurrentReader(DatabaseLoginCredentials loginCredentials,
DatabasePreferences preferences)
Creates a new instance. |
Method Summary | |
---|---|
void |
run()
Reads all data from the database and send it to the sink. |
protected void |
runImpl(DatabaseContext2 dbCtx)
Runs the task implementation. |
void |
setSink(Sink sink)
Sets the osm sink to send data to. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApidbCurrentReader(DatabaseLoginCredentials loginCredentials, DatabasePreferences preferences)
loginCredentials
- Contains all information required to connect to the database.preferences
- Contains preferences configuring database behaviour.Method Detail |
---|
public void setSink(Sink sink)
setSink
in interface Source
sink
- The sink for receiving all produced data.protected void runImpl(DatabaseContext2 dbCtx)
dbCtx
- Used to access the database.public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |