Interface | Description |
---|---|
EntryVersion |
A version is used to compare entries against one another.
|
IncrementableEntryVersion |
An interface indicating that a version of this type can be incremented.
|
VersionGenerator |
Generates versions
|
Class | Description |
---|---|
EntryVersionsMap | |
NumericVersion |
Numeric version
|
NumericVersion.Externalizer | |
NumericVersionGenerator |
Generates unique numeric versions for both local and clustered environments.
|
SimpleClusteredVersion |
A simple versioning scheme that is cluster-aware
|
SimpleClusteredVersion.Externalizer | |
SimpleClusteredVersionGenerator |
A version generator implementation for SimpleClusteredVersions
|
Enum | Description |
---|---|
InequalVersionComparisonResult |
Versions can be compared to each other to result in one version being before, after or at the same time as another
version.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.