public static enum KEvent.Type extends Enum<KEvent.Type>
Enum Constant and Description |
---|
ENGINE_SHUTDOWN
engine shutdown
|
ENGINE_STARTED
engine started
|
METADATA_SERVER_STARTED
Metadata server started
|
METADATA_SERVER_STOPPED
Metadata server stopped
|
REPOSITORY_ADDED
repository added
|
REPOSITORY_CLEARED
repository cleared
|
REPOSITORY_REMOVED
repository removed
|
REPOSITORY_STARTED
repository started
|
REPOSITORY_STOPPED
repository stopped
|
Modifier and Type | Method and Description |
---|---|
static KEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KEvent.Type REPOSITORY_ADDED
public static final KEvent.Type REPOSITORY_REMOVED
public static final KEvent.Type REPOSITORY_STARTED
public static final KEvent.Type REPOSITORY_STOPPED
public static final KEvent.Type REPOSITORY_CLEARED
public static final KEvent.Type METADATA_SERVER_STARTED
public static final KEvent.Type METADATA_SERVER_STOPPED
public static final KEvent.Type ENGINE_STARTED
public static final KEvent.Type ENGINE_SHUTDOWN
public static KEvent.Type[] values()
for (KEvent.Type c : KEvent.Type.values()) System.out.println(c);
public static KEvent.Type 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 nullCopyright © 2013–2019. All rights reserved.