|
|||||||||
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.impl.ReplicationQueryPredicates
public class ReplicationQueryPredicates
Contains the parameters required to perform a single replication from the database.
Constructor Summary | |
---|---|
ReplicationQueryPredicates(long bottomTransactionId,
long topTransactionId)
Creates a new instance. |
Method Summary | |
---|---|
java.util.List<java.lang.Long> |
getActiveList()
Gets the transaction active list. |
long |
getBottomTransactionId()
Gets the transaction id to begin querying from. |
java.util.List<java.lang.Long> |
getReadyList()
Gets the transaction ready list. |
long |
getTopTransactionId()
Gets the transaction id to stop querying at. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicationQueryPredicates(long bottomTransactionId, long topTransactionId)
bottomTransactionId
- The transaction id to begin querying from. This will not be included in the query.topTransactionId
- The transaction id to stop querying at. This will be included in the query.Method Detail |
---|
public long getBottomTransactionId()
public long getTopTransactionId()
public java.util.List<java.lang.Long> getReadyList()
public java.util.List<java.lang.Long> getActiveList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |