org.openstreetmap.osmosis.core.apidb.v0_6.impl
Interface ReplicationSource

All Known Implementing Classes:
AllEntityDao

public interface ReplicationSource

Provides Replicator with change streams that it consumes.


Method Summary
 ReleasableIterator<ChangeContainer> getHistory(ReplicationQueryPredicates predicates)
          Retrieves the changes that have were made by a set of transactions.
 

Method Detail

getHistory

ReleasableIterator<ChangeContainer> getHistory(ReplicationQueryPredicates predicates)
Retrieves the changes that have were made by a set of transactions.

Parameters:
predicates - Contains the predicates defining the transactions to be queried.
Returns:
An iterator pointing at the identified records.