Uses of Class
org.apache.storm.generated.DRPCExceptionType
-
Packages that use DRPCExceptionType Package Description org.apache.storm.generated -
-
Uses of DRPCExceptionType in org.apache.storm.generated
Methods in org.apache.storm.generated that return DRPCExceptionType Modifier and Type Method Description static DRPCExceptionType
DRPCExceptionType. findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.DRPCExceptionType
DRPCExecutionException. get_type()
static DRPCExceptionType
DRPCExceptionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DRPCExceptionType[]
DRPCExceptionType. 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 DRPCExceptionType Modifier and Type Method Description void
DRPCExecutionException. set_type(DRPCExceptionType type)
-