| com.atlassian.stash.concurrent.VersionTracker<K extends java.io.Serializable> |
Tracks a version against a key. If Stash is clustered then this can be used to help track changes to entities across the cluster.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Increments the version for the supplied key
| |||||||||||
Increments all versions for all known keys.
| |||||||||||
Increments the version for the supplied key
Increments all versions for all known keys. When Stash is clustered this is potentially an expensive operation.