Package com.hazelcast.config
Enum Class InstanceTrackingConfig.InstanceProductName
java.lang.Object
java.lang.Enum<InstanceTrackingConfig.InstanceProductName>
com.hazelcast.config.InstanceTrackingConfig.InstanceProductName
- All Implemented Interfaces:
Serializable
,Comparable<InstanceTrackingConfig.InstanceProductName>
,Constable
- Enclosing class:
- InstanceTrackingConfig
public static enum InstanceTrackingConfig.InstanceProductName
extends Enum<InstanceTrackingConfig.InstanceProductName>
Product name for the Hazelcast instance
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionHazelcast open-sourceHazelcast java open-source clientHazelcast java enterprise clientHazelcast EnterpriseHazelcast Jet open-sourceHazelcast Jet enterprise -
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation of the instance product nameReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HAZELCAST
Hazelcast open-source -
HAZELCAST_EE
Hazelcast Enterprise -
HAZELCAST_CLIENT
Hazelcast java open-source client -
HAZELCAST_CLIENT_EE
Hazelcast java enterprise client -
HAZELCAST_JET
Hazelcast Jet open-source -
HAZELCAST_JET_EE
Hazelcast Jet enterprise
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getProductName
Returns the string representation of the instance product name
-