Uses of Class
com.hazelcast.version.Version
Packages that use Version
Package
Description
This package contains the cluster functionality.
This package contains classes related to New IO
This package contains classes to support the versioning API.
-
Uses of Version in com.hazelcast.cluster
Methods in com.hazelcast.cluster that return VersionModifier and TypeMethodDescriptionCluster.getClusterVersion()
The cluster version indicates the operating version of the cluster.Methods in com.hazelcast.cluster with parameters of type VersionModifier and TypeMethodDescriptionvoid
Cluster.changeClusterVersion
(Version version) Changes the cluster version transactionally.void
Cluster.changeClusterVersion
(Version version, TransactionOptions options) Changes the cluster version transactionally, with the transaction options provided. -
Uses of Version in com.hazelcast.nio
Methods in com.hazelcast.nio that return VersionModifier and TypeMethodDescriptionVersionAware.getVersion()
WanProtocolVersionAware.getWanProtocolVersion()
Returns the WAN protocol version.Methods in com.hazelcast.nio with parameters of type VersionModifier and TypeMethodDescriptionvoid
VersionAware.setVersion
(Version version) If the serializer supports versioning it may set the version to use for the serialization on this object.void
WanProtocolVersionAware.setWanProtocolVersion
(Version version) Sets the WAN protocol version. -
Uses of Version in com.hazelcast.version
Fields in com.hazelcast.version declared as VersionModifier and TypeFieldDescriptionstatic final Version
Version.UNKNOWN
Version 0.0 is UNKNOWN constantUNKNOWN
is only equal to itself.is(Less|Greater)Than
method with anUNKNOWN
operand returns false.is(Less|Greater)OrEqual
with anUNKNOWN
operand returns false, unless both operands areUNKNOWN
.UNKNOWN.isUnknown(Less|Greater)(Than|OrEqual)
returns true.otherVersion.isUnknown(Less|Greater)(Than|OrEqual)
with anUNKNOWN
argument returns false.Methods in com.hazelcast.version that return VersionModifier and TypeMethodDescriptionMemberVersion.asVersion()
static Version
Version.of
(int major, int minor) static Version
Parse the given string to aVersion
.Methods in com.hazelcast.version with parameters of type VersionModifier and TypeMethodDescriptionint
boolean
Checks if the version is between specified version (both ends inclusive)boolean
boolean
Version.isGreaterOrEqual
(Version version) boolean
Version.isGreaterThan
(Version version) boolean
Version.isLessOrEqual
(Version version) boolean
Version.isLessThan
(Version version) boolean
Version.isUnknownOrGreaterOrEqual
(Version version) boolean
Version.isUnknownOrGreaterThan
(Version version) boolean
Version.isUnknownOrLessOrEqual
(Version version) boolean
Version.isUnknownOrLessThan
(Version version)