Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
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 |
---|---|
protected MemberVersion |
AbstractMember.version |
Modifier and Type | Method and Description |
---|---|
MemberVersion |
Node.getVersion()
Returns the codebase version of the node.
|
MemberVersion |
AbstractMember.getVersion() |
Constructor and Description |
---|
AbstractMember(Address address,
MemberVersion version,
String uuid,
Map<String,Object> attributes,
boolean liteMember) |
MemberImpl(Address address,
MemberVersion version,
boolean localMember) |
MemberImpl(Address address,
MemberVersion version,
boolean localMember,
String uuid) |
MemberImpl(Address address,
MemberVersion version,
boolean localMember,
String uuid,
Map<String,Object> attributes,
boolean liteMember) |
MemberImpl(Address address,
MemberVersion version,
boolean localMember,
String uuid,
Map<String,Object> attributes,
boolean liteMember,
int memberListJoinVersion,
HazelcastInstanceImpl instance) |
Modifier and Type | Method and Description |
---|---|
MemberVersion |
NodeState.getMemberVersion() |
Modifier and Type | Method and Description |
---|---|
MemberVersion |
NodeEngine.getVersion()
Returns the codebase version of the node.
|
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 © 2018 Hazelcast, Inc.. All rights reserved.