public static enum ProtocolMessage.MessageType extends Enum<ProtocolMessage.MessageType>
| Modifier and Type | Method and Description |
|---|---|
static ProtocolMessage.MessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolMessage.MessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolMessage.MessageType CONNECTION_REQUEST
public static final ProtocolMessage.MessageType CONNECTION_RESPONSE
public static final ProtocolMessage.MessageType DISCONNECTION_REQUEST
public static final ProtocolMessage.MessageType EXCEPTION
public static final ProtocolMessage.MessageType FLOW_REQUEST
public static final ProtocolMessage.MessageType FLOW_RESPONSE
public static final ProtocolMessage.MessageType PING
public static final ProtocolMessage.MessageType RECONNECTION_REQUEST
public static final ProtocolMessage.MessageType RECONNECTION_RESPONSE
public static final ProtocolMessage.MessageType SERVICE_BROADCAST
public static final ProtocolMessage.MessageType HEARTBEAT
public static final ProtocolMessage.MessageType HEARTBEAT_RESPONSE
public static final ProtocolMessage.MessageType NODE_CONNECTION_STATUS_REQUEST
public static final ProtocolMessage.MessageType NODE_CONNECTION_STATUS_RESPONSE
public static final ProtocolMessage.MessageType NODE_STATUS_CHANGE
public static final ProtocolMessage.MessageType CLUSTER_WORKLOAD_REQUEST
public static final ProtocolMessage.MessageType CLUSTER_WORKLOAD_RESPONSE
public static ProtocolMessage.MessageType[] values()
for (ProtocolMessage.MessageType c : ProtocolMessage.MessageType.values()) System.out.println(c);
public static ProtocolMessage.MessageType 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 © 2016 Apache NiFi Project. All rights reserved.