public static enum IDuccLoggerComponents.Daemon extends Enum<IDuccLoggerComponents.Daemon>
| Enum Constant and Description |
|---|
Agent |
Broker |
Database |
JobDriver |
Orchestrator |
ProcessManager |
ResourceManager |
ServicesManager |
WebServer |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbbrev() |
static IDuccLoggerComponents.Daemon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDuccLoggerComponents.Daemon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDuccLoggerComponents.Daemon Agent
public static final IDuccLoggerComponents.Daemon Broker
public static final IDuccLoggerComponents.Daemon Database
public static final IDuccLoggerComponents.Daemon JobDriver
public static final IDuccLoggerComponents.Daemon Orchestrator
public static final IDuccLoggerComponents.Daemon ProcessManager
public static final IDuccLoggerComponents.Daemon ResourceManager
public static final IDuccLoggerComponents.Daemon ServicesManager
public static final IDuccLoggerComponents.Daemon WebServer
public static IDuccLoggerComponents.Daemon[] values()
for (IDuccLoggerComponents.Daemon c : IDuccLoggerComponents.Daemon.values()) System.out.println(c);
public static IDuccLoggerComponents.Daemon 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 getAbbrev()
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.