Package | Description |
---|---|
com.hazelcast.client.impl.clientside |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.spi.impl.discovery | |
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.partition.membergroup |
todo
|
com.hazelcast.spi.discovery.impl | |
com.hazelcast.spi.discovery.integration |
This package contains the public part of the integrators SPI and is meant for
people that integrate Hazelcast into their own systems or frameworks and cannot
use the default discovery service implementation (for example using a different
DiscoveryStrategy lookup strategy like OSGi). |
Constructor and Description |
---|
CandidateClusterContext(AddressProvider addressProvider,
AddressTranslator addressTranslator,
DiscoveryService discoveryService,
ICredentialsFactory credentialsFactory,
SocketInterceptor socketInterceptor,
ChannelInitializerProvider channelInitializerProvider) |
Constructor and Description |
---|
DiscoveryAddressProvider(DiscoveryService discoveryService) |
DiscoveryAddressTranslator(DiscoveryService discoveryService,
boolean usePublic) |
Modifier and Type | Field and Description |
---|---|
DiscoveryService |
Node.discoveryService |
Modifier and Type | Method and Description |
---|---|
DiscoveryService |
Node.createDiscoveryService(DiscoveryConfig discoveryConfig,
List<DiscoveryStrategyConfig> aliasedDiscoveryConfigs,
Member localMember) |
DiscoveryService |
Node.getDiscoveryService() |
Constructor and Description |
---|
DiscoveryJoiner(Node node,
DiscoveryService discoveryService,
boolean usePublicAddress) |
Modifier and Type | Method and Description |
---|---|
static MemberGroupFactory |
MemberGroupFactoryFactory.newMemberGroupFactory(PartitionGroupConfig partitionGroupConfig,
DiscoveryService discoveryService) |
Constructor and Description |
---|
SPIAwareMemberGroupFactory(DiscoveryService discoveryService) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDiscoveryService |
class |
PredefinedDiscoveryService
Discovery service with a predefined and supplied discovery strategy.
|
Modifier and Type | Method and Description |
---|---|
DiscoveryService |
DefaultDiscoveryServiceProvider.newDiscoveryService(DiscoveryServiceSettings settings) |
Modifier and Type | Method and Description |
---|---|
DiscoveryService |
DiscoveryServiceProvider.newDiscoveryService(DiscoveryServiceSettings settings)
Instantiates a new instance of the
DiscoveryService . |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.