public static enum SchemaEvent.SchemaEventType extends java.lang.Enum<SchemaEvent.SchemaEventType>
Modifier and Type | Method and Description |
---|---|
static SchemaEvent.SchemaEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaEvent.SchemaEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaEvent.SchemaEventType KS_METADATA_LOADED
public static final SchemaEvent.SchemaEventType KS_METADATA_RELOADED
public static final SchemaEvent.SchemaEventType KS_METADATA_REMOVED
public static final SchemaEvent.SchemaEventType VERSION_UPDATED
public static final SchemaEvent.SchemaEventType VERSION_ANOUNCED
public static final SchemaEvent.SchemaEventType KS_CREATING
public static final SchemaEvent.SchemaEventType KS_CREATED
public static final SchemaEvent.SchemaEventType KS_ALTERING
public static final SchemaEvent.SchemaEventType KS_ALTERED
public static final SchemaEvent.SchemaEventType KS_DROPPING
public static final SchemaEvent.SchemaEventType KS_DROPPED
public static final SchemaEvent.SchemaEventType TABLE_CREATING
public static final SchemaEvent.SchemaEventType TABLE_CREATED
public static final SchemaEvent.SchemaEventType TABLE_ALTERING
public static final SchemaEvent.SchemaEventType TABLE_ALTERED
public static final SchemaEvent.SchemaEventType TABLE_DROPPING
public static final SchemaEvent.SchemaEventType TABLE_DROPPED
public static final SchemaEvent.SchemaEventType SCHEMATA_LOADING
public static final SchemaEvent.SchemaEventType SCHEMATA_LOADED
public static final SchemaEvent.SchemaEventType SCHEMATA_CLEARED
public static SchemaEvent.SchemaEventType[] values()
for (SchemaEvent.SchemaEventType c : SchemaEvent.SchemaEventType.values()) System.out.println(c);
public static SchemaEvent.SchemaEventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2009-2022 The Apache Software Foundation