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

Class Summary
ChangesetFileNameFormatter This class will generate changeset filenames.
ChangeSimplifierImpl Looks at a sorted change stream and condenses multiple changes for a single entity into a single change.
DataPostboxChangeSink A change sink that writes all of its data to a postbox to be read by another thread.
DataPostboxSink A sink that writes all of its data to a postbox to be read by another thread.
IntervalDownloaderConfiguration Loads and exposes the extraction configuration properties.
ReplicationDownloaderConfiguration Loads and exposes the configuration properties for downloading replication history.
ReplicationFileMergerConfiguration Loads and exposes the configuration properties for replication file merging.
ServerStateReader Retrieves replication state files from the server hosting replication data.
SortedDeltaChangePipeValidator Validates that change data in a pipeline is sorted by entity type then id thus only allowing delta style changes (ie.
SortedEntityPipeValidator Validates that entity data in a pipeline is sorted by entity type then id.
SortedHistoryChangePipeValidator Validates that change data in a pipeline is sorted by entity type, then id, then version allowing full history changes.