Package | Description |
---|---|
com.hazelcast.partition.membergroup |
todo
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigMemberGroupFactory |
class |
HostAwareMemberGroupFactory |
class |
SingleMemberGroupFactory
Arranges members in single-member groups (every member is its own group).
|
class |
SPIAwareMemberGroupFactory
SPIAwareMemberGroupFactory is responsible for providing custom MemberGroups
implemented by the user in
DiscoveryStrategy.getPartitionGroupStrategy()
to the PartitionStateManager . |
class |
ZoneAwareMemberGroupFactory
ZoneAwareMemberGroupFactory is responsible for MemberGroups
creation according to the host metadata provided by
DiscoveryStrategy.discoverLocalMetadata() |
Modifier and Type | Method and Description |
---|---|
static MemberGroupFactory |
MemberGroupFactoryFactory.newMemberGroupFactory(PartitionGroupConfig partitionGroupConfig,
DiscoveryService discoveryService) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.