Uses of Class
org.apache.storm.generated.HBServerMessageType
-
Packages that use HBServerMessageType Package Description org.apache.storm.generated -
-
Uses of HBServerMessageType in org.apache.storm.generated
Methods in org.apache.storm.generated that return HBServerMessageType Modifier and Type Method Description static HBServerMessageType
HBServerMessageType. findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.HBServerMessageType
HBMessage. get_type()
static HBServerMessageType
HBServerMessageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static HBServerMessageType[]
HBServerMessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.storm.generated with parameters of type HBServerMessageType Modifier and Type Method Description void
HBMessage. set_type(HBServerMessageType type)
Constructors in org.apache.storm.generated with parameters of type HBServerMessageType Constructor Description HBMessage(HBServerMessageType type, HBMessageData data)
-