|
|||||||||
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.ActiveChangeset
public class ActiveChangeset
Holds information about a changeset currently being used during entity writing to the database.
Constructor Summary | |
---|---|
ActiveChangeset(long changesetId)
Creates a new instance. |
Method Summary | |
---|---|
long |
getChangesetId()
Gets the database identifier of the changeset. |
int |
getEntityCount()
Gets the number of entities that have been added using this changeset. |
void |
incrementEntityCount()
Adds 1 to the current entity count. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActiveChangeset(long changesetId)
changesetId
- The id of the changeset.Method Detail |
---|
public long getChangesetId()
public int getEntityCount()
public void incrementEntityCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |