Package | Description |
---|---|
com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.cluster |
Contains the internals for cluster management like discovery, joining etc.
|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations 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.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.version |
This package contains classes to support the versioning API.
|
Constructor and Description |
---|
MemberImpl(Address address,
MemberVersion version) |
MemberImpl(Address address,
MemberVersion version,
String uuid) |
MemberImpl(Address address,
MemberVersion version,
String uuid,
Map<String,Object> attributes,
boolean liteMember) |
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() |
Modifier and Type | Method and Description |
---|---|
MemberImpl.Builder |
MemberImpl.Builder.version(MemberVersion memberVersion) |
Constructor and Description |
---|
AbstractMember(Map<EndpointQualifier,Address> addresses,
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) |
Modifier and Type | Method and Description |
---|---|
MemberVersion |
MemberInfo.getVersion() |
Constructor and Description |
---|
MemberInfo(Address address,
String uuid,
Map<String,Object> attributes,
boolean liteMember,
MemberVersion version,
int memberListJoinVersion,
Map<EndpointQualifier,Address> addressMap) |
MemberInfo(Address address,
String uuid,
Map<String,Object> attributes,
boolean liteMember,
MemberVersion version,
Map<EndpointQualifier,Address> addressMap) |
MemberInfo(Address address,
String uuid,
Map<String,Object> attributes,
MemberVersion version) |
Modifier and Type | Field and Description |
---|---|
protected MemberVersion |
JoinMessage.memberVersion
this is populated with the codebase version of the node trying to join the cluster
(ie
Node.getVersion() ). |
Modifier and Type | Method and Description |
---|---|
MemberVersion |
JoinMessage.getMemberVersion() |
Constructor and Description |
---|
JoinMessage(byte packetVersion,
int buildNumber,
MemberVersion memberVersion,
Address address,
String uuid,
boolean liteMember,
ConfigCheck configCheck) |
JoinMessage(byte packetVersion,
int buildNumber,
MemberVersion memberVersion,
Address address,
String uuid,
boolean liteMember,
ConfigCheck configCheck,
Collection<Address> memberAddresses,
int dataMemberCount) |
JoinRequest(byte packetVersion,
int buildNumber,
MemberVersion version,
Address address,
String uuid,
boolean liteMember,
ConfigCheck config,
Credentials credentials,
Map<String,Object> attributes,
Set<String> excludedMemberUuids,
Map<EndpointQualifier,Address> addresses) |
SplitBrainJoinMessage(byte packetVersion,
int buildNumber,
MemberVersion version,
Address address,
String uuid,
boolean liteMember,
ConfigCheck configCheck,
Collection<Address> memberAddresses,
int dataMemberCount,
Version clusterVersion,
int memberListVersion) |
Modifier and Type | Method and Description |
---|---|
MemberVersion |
NodeState.getMemberVersion() |
Modifier and Type | Method and Description |
---|---|
MemberVersion |
NodeStateImpl.getMemberVersion() |
Constructor and Description |
---|
NodeStateImpl(ClusterState clusterState,
NodeState nodeState,
Version clusterVersion,
MemberVersion memberVersion) |
NodeStateImpl(ClusterState clusterState,
NodeState nodeState,
Version clusterVersion,
MemberVersion memberVersion,
Map<String,List<String>> weakSecretsConfigs) |
Modifier and Type | Method and Description |
---|---|
MemberVersion |
NodeEngine.getVersion()
Returns the codebase version of the node.
|
Modifier and Type | Method and Description |
---|---|
MemberVersion |
NodeEngineImpl.getVersion() |
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 © 2019 Hazelcast, Inc.. All Rights Reserved.