Uses of Enum Class
org.infinispan.container.versioning.InequalVersionComparisonResult
-
Uses of InequalVersionComparisonResult in org.infinispan.container.versioning
Modifier and TypeMethodDescriptionEntryVersion.compareTo
(EntryVersion other) Compares the given version against the current instance.NumericVersion.compareTo
(EntryVersion other) SimpleClusteredVersion.compareTo
(EntryVersion other) Returns the enum constant of this class with the specified name.static InequalVersionComparisonResult[]
InequalVersionComparisonResult.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of InequalVersionComparisonResult in org.infinispan.container.versioning.irac
Modifier and TypeMethodDescriptionIracEntryVersion.compareTo
(IracEntryVersion other) Compares this instance with anotherIracEntryVersion
instance.