public static enum InstanceTrackingConfig.InstanceProductName extends Enum<InstanceTrackingConfig.InstanceProductName>
| Enum Constant and Description | 
|---|
| HAZELCASTHazelcast open-source | 
| HAZELCAST_CLIENTHazelcast java open-source client | 
| HAZELCAST_CLIENT_EEHazelcast java enterprise client | 
| HAZELCAST_EEHazelcast Enterprise | 
| HAZELCAST_JETHazelcast Jet open-source | 
| HAZELCAST_JET_EEHazelcast 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 © 2022 Hazelcast, Inc.. All rights reserved.