public static enum EventHandler.EventType extends Enum<EventHandler.EventType>
WARNING: Please do not insert, remove or swap any line in this enum Doing so would change or shift all the codes used to serialize events, which makes backwards compatibility very hard for clients.
Modifier and Type | Method and Description |
---|---|
boolean |
isOnlineSchemaChangeSupported() |
static EventHandler.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventHandler.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventHandler.EventType RS_ZK_REGION_CLOSED
public static final EventHandler.EventType RS_ZK_REGION_OPENING
public static final EventHandler.EventType RS_ZK_REGION_OPENED
public static final EventHandler.EventType RS_ZK_REGION_SPLITTING
public static final EventHandler.EventType RS_ZK_REGION_SPLIT
public static final EventHandler.EventType RS_ZK_REGION_FAILED_OPEN
public static final EventHandler.EventType M_RS_OPEN_REGION
public static final EventHandler.EventType M_RS_OPEN_ROOT
public static final EventHandler.EventType M_RS_OPEN_META
public static final EventHandler.EventType M_RS_CLOSE_REGION
public static final EventHandler.EventType M_RS_CLOSE_ROOT
public static final EventHandler.EventType M_RS_CLOSE_META
public static final EventHandler.EventType C_M_DELETE_TABLE
public static final EventHandler.EventType C_M_DISABLE_TABLE
public static final EventHandler.EventType C_M_ENABLE_TABLE
public static final EventHandler.EventType C_M_MODIFY_TABLE
public static final EventHandler.EventType C_M_ADD_FAMILY
public static final EventHandler.EventType C_M_DELETE_FAMILY
public static final EventHandler.EventType C_M_MODIFY_FAMILY
public static final EventHandler.EventType C_M_CREATE_TABLE
public static final EventHandler.EventType M_ZK_REGION_OFFLINE
public static final EventHandler.EventType M_ZK_REGION_CLOSING
public static final EventHandler.EventType M_SERVER_SHUTDOWN
public static final EventHandler.EventType M_META_SERVER_SHUTDOWN
public static final EventHandler.EventType C_M_SNAPSHOT_TABLE
public static final EventHandler.EventType C_M_RESTORE_SNAPSHOT
public static EventHandler.EventType[] values()
for (EventHandler.EventType c : EventHandler.EventType.values()) System.out.println(c);
public static EventHandler.EventType 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 boolean isOnlineSchemaChangeSupported()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.