public static enum MonitorsDriver.Monitor extends Enum<MonitorsDriver.Monitor>
| Enum Constant and Description |
|---|
DUPLICATION |
INSTANCE |
STORE_REPORTER |
| Modifier and Type | Method and Description |
|---|---|
Runnable |
getMonitorDriver(Properties props) |
String |
toString() |
static MonitorsDriver.Monitor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorsDriver.Monitor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitorsDriver.Monitor INSTANCE
public static final MonitorsDriver.Monitor STORE_REPORTER
public static final MonitorsDriver.Monitor DUPLICATION
public static MonitorsDriver.Monitor[] values()
for (MonitorsDriver.Monitor c : MonitorsDriver.Monitor.values()) System.out.println(c);
public static MonitorsDriver.Monitor 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 Runnable getMonitorDriver(Properties props)
public String toString()
toString in class Enum<MonitorsDriver.Monitor>Copyright © 2009–2015 DuraSpace. All rights reserved.