public enum ServiceType extends Enum<ServiceType>
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceTypeName() |
String |
getShortName() |
static ServiceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceType ALIAS_SERVICE
public static final ServiceType CLUSTER_CONFIGURATION_MONITOR_SERVICE
public static final ServiceType CRYPTO_SERVICE
public static final ServiceType HOST_MAPPING_SERVICE
public static final ServiceType KEYSTORE_SERVICE
public static final ServiceType MASTER_SERVICE
public static final ServiceType METRICS_SERVICE
public static final ServiceType REMOTE_REGISTRY_CLIENT_SERVICE
public static final ServiceType SERVER_INFO_SERVICE
public static final ServiceType SERVICE_DEFINITION_REGISTRY
public static final ServiceType SERVICE_REGISTRY_SERVICE
public static final ServiceType SSL_SERVICE
public static final ServiceType TOKEN_SERVICE
public static final ServiceType TOKEN_STATE_SERVICE
public static final ServiceType TOPOLOGY_SERVICE
public static ServiceType[] values()
for (ServiceType c : ServiceType.values()) System.out.println(c);
public static ServiceType 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 getServiceTypeName()
public String getShortName()
Copyright © 2022 The Apache Software Foundation. All rights reserved.