Package | Description |
---|---|
com.hazelcast.cluster |
This package contains the cluster functionality.
|
com.hazelcast.version |
This package contains classes to support the versioning API.
|
Modifier and Type | Method and Description |
---|---|
MemberVersion |
Member.getVersion()
Returns the Hazelcast codebase version of this member; this may or may not be different from the version reported by
Cluster.getClusterVersion() , for example when a node with a different codebase version is added to an
existing cluster. |
Modifier and Type | Field and Description |
---|---|
static MemberVersion |
MemberVersion.UNKNOWN
UNKNOWN version.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<MemberVersion> |
MemberVersion.MAJOR_MINOR_VERSION_COMPARATOR
Version comparator that takes into account only major & minor version, disregarding patch version number.
|
Modifier and Type | Method and Description |
---|---|
static MemberVersion |
MemberVersion.of(int major,
int minor,
int patch) |
static MemberVersion |
MemberVersion.of(String version) |
Modifier and Type | Method and Description |
---|---|
int |
MemberVersion.compareTo(MemberVersion otherVersion) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.