@Immutable public class SimpleClusteredVersion extends Object implements IncrementableEntryVersion, Serializable
| Constructor and Description |
|---|
SimpleClusteredVersion(int topologyId,
long version) |
| Modifier and Type | Method and Description |
|---|---|
InequalVersionComparisonResult |
compareTo(EntryVersion other)
Compares the given version against the current instance.
|
String |
toString() |
public SimpleClusteredVersion(int topologyId,
long version)
public InequalVersionComparisonResult compareTo(EntryVersion other)
EntryVersioncompareTo in interface EntryVersionother - the other version to compare againstCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.