Package org.openstreetmap.osmosis.core.merge.v0_6

Class Summary
BaseReplicationDownloader This class downloads a set of replication files from a HTTP server and tracks the progress of which files have already been processed.
ChangeAppender Combines multiple change sources into a single data set.
ChangeAppenderFactory The task manager factory for a change appender.
ChangeMerger Merges two change sources into a single data set.
ChangeMergerFactory The task manager factory for a change merger.
ChangeSimplifier Looks at a sorted change stream and condenses multiple changes for a single entity into a single change.
ChangeSimplifierFactory The task manager factory for a change simplifier.
EntityMerger Merges two sources into a single data set.
EntityMergerFactory The task manager factory for an entity merger.
IntervalDownloader Downloads a set of change files from a HTTP server, and merges them into a single output stream.
IntervalDownloaderFactory The task manager factory for a change downloader.
IntervalDownloaderInitializer Downloads a set of change files from a HTTP server, and merges them into a single output stream.
IntervalDownloaderInitializerFactory The task manager factory for a change download initializer.
ReplicationDownloader Downloads a set of replication files from a HTTP server, and merges them into a single output stream.
ReplicationDownloaderFactory The task manager factory for a replication file downloader.
ReplicationDownloaderInitializer Downloads a set of replication files from a HTTP server, and merges them into a single output stream.
ReplicationDownloaderInitializerFactory The task manager factory for a replication file download initializer.
ReplicationFileMerger Consumes the files in a replication directory and combines them into larger replication files grouped by a time interval.
ReplicationFileMergerFactory The task manager factory for a replication file merger.
ReplicationFileMergerInitializer Initialises the working directory for the replication file merger task.
ReplicationFileMergerInitializerFactory The task manager factory for a replication file merger initializer.