public static enum InstanceTrackingConfig.InstanceProductName extends Enum<InstanceTrackingConfig.InstanceProductName>
| Enum Constant and Description | 
|---|
HAZELCAST
Hazelcast open-source 
 | 
HAZELCAST_CLIENT
Hazelcast java open-source client 
 | 
HAZELCAST_CLIENT_EE
Hazelcast java enterprise client 
 | 
HAZELCAST_EE
Hazelcast Enterprise 
 | 
HAZELCAST_JET
Hazelcast Jet open-source 
 | 
HAZELCAST_JET_EE
Hazelcast Jet enterprise 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getProductName()
Returns the string representation of the instance product name 
 | 
static InstanceTrackingConfig.InstanceProductName | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static InstanceTrackingConfig.InstanceProductName[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final InstanceTrackingConfig.InstanceProductName HAZELCAST
public static final InstanceTrackingConfig.InstanceProductName HAZELCAST_EE
public static final InstanceTrackingConfig.InstanceProductName HAZELCAST_CLIENT
public static final InstanceTrackingConfig.InstanceProductName HAZELCAST_CLIENT_EE
public static final InstanceTrackingConfig.InstanceProductName HAZELCAST_JET
public static final InstanceTrackingConfig.InstanceProductName HAZELCAST_JET_EE
public static InstanceTrackingConfig.InstanceProductName[] values()
for (InstanceTrackingConfig.InstanceProductName c : InstanceTrackingConfig.InstanceProductName.values()) System.out.println(c);
public static InstanceTrackingConfig.InstanceProductName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getProductName()
Copyright © 2023 Hazelcast, Inc.. All rights reserved.