Uses of Enum Class
com.hazelcast.config.PartitionGroupConfig.MemberGroupType
Packages that use PartitionGroupConfig.MemberGroupType
-
Uses of PartitionGroupConfig.MemberGroupType in com.hazelcast.config
Methods in com.hazelcast.config that return PartitionGroupConfig.MemberGroupTypeModifier and TypeMethodDescriptionPartitionGroupConfig.getGroupType()
Returns the MemberGroupType configured.Returns the enum constant of this class with the specified name.static PartitionGroupConfig.MemberGroupType[]
PartitionGroupConfig.MemberGroupType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config with parameters of type PartitionGroupConfig.MemberGroupTypeModifier and TypeMethodDescriptionPartitionGroupConfig.setGroupType
(PartitionGroupConfig.MemberGroupType memberGroupType) Sets the MemberGroupType.