|
|||||||||
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.TransactionSnapshot
public class TransactionSnapshot
Represents the data associated with a database transaction snapshot providing information about currently in-flight transactions.
Constructor Summary | |
---|---|
TransactionSnapshot(java.lang.String snapshotString)
Creates a new instance. |
Method Summary | |
---|---|
java.util.List<java.lang.Long> |
getXIpList()
Gets the list of active transactions. |
long |
getXMax()
Gets the next transaction to be created. |
long |
getXMin()
Gets the earliest still active transaction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionSnapshot(java.lang.String snapshotString)
snapshotString
- The snapshot string in format "xMin:xMax:inflight1,inflight2,...".Method Detail |
---|
public long getXMin()
public long getXMax()
public java.util.List<java.lang.Long> getXIpList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |