Uses of Class
com.hazelcast.version.MemberVersion
Packages that use MemberVersion
Package
Description
This package contains the cluster functionality.
This package contains classes to support the versioning API.
-
Uses of MemberVersion in com.hazelcast.cluster
Methods in com.hazelcast.cluster that return MemberVersionModifier and TypeMethodDescriptionMember.getVersion()
Returns the Hazelcast codebase version of this member; this may or may not be different from the version reported byCluster.getClusterVersion()
, for example when a node with a different codebase version is added to an existing cluster. -
Uses of MemberVersion in com.hazelcast.version
Fields in com.hazelcast.version declared as MemberVersionModifier and TypeFieldDescriptionstatic final MemberVersion
MemberVersion.UNKNOWN
UNKNOWN version.Fields in com.hazelcast.version with type parameters of type MemberVersionModifier and TypeFieldDescriptionstatic final Comparator<MemberVersion>
MemberVersion.MAJOR_MINOR_VERSION_COMPARATOR
Version comparator that takes into account only major & minor version, disregarding patch version number.Methods in com.hazelcast.version that return MemberVersionModifier and TypeMethodDescriptionstatic MemberVersion
MemberVersion.of
(int major, int minor, int patch) static MemberVersion
Methods in com.hazelcast.version with parameters of type MemberVersion