Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.partition.membergroup |
todo
|
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). |
Modifier and Type | Field and Description |
---|---|
DiscoveryService |
Node.discoveryService |
Modifier and Type | Method and Description |
---|---|
DiscoveryService |
Node.createDiscoveryService(DiscoveryConfig discoveryConfig,
Member localMember) |
DiscoveryService |
Node.getDiscoveryService() |
Modifier and Type | Method and Description |
---|---|
static MemberGroupFactory |
MemberGroupFactoryFactory.newMemberGroupFactory(PartitionGroupConfig partitionGroupConfig,
DiscoveryService discoveryService) |
Constructor and Description |
---|
SPIAwareMemberGroupFactory(DiscoveryService discoveryService) |
Modifier and Type | Method and Description |
---|---|
DiscoveryService |
DiscoveryServiceProvider.newDiscoveryService(DiscoveryServiceSettings settings)
Instantiates a new instance of the
DiscoveryService . |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.