Uses of Class
com.hazelcast.version.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
Modifier 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
Modifier and TypeFieldDescriptionstatic final MemberVersion
MemberVersion.UNKNOWN
UNKNOWN version.Modifier and TypeFieldDescriptionstatic final Comparator<MemberVersion>
MemberVersion.MAJOR_MINOR_VERSION_COMPARATOR
Version comparator that takes into account only major & minor version, disregarding patch version number.Modifier and TypeMethodDescriptionstatic MemberVersion
MemberVersion.of
(int major, int minor, int patch) static MemberVersion