Uses of Class
storm.kafka.KafkaError

Packages that use KafkaError
storm.kafka   
 

Uses of KafkaError in storm.kafka
 

Methods in storm.kafka that return KafkaError
static KafkaError KafkaError.getError(int errorCode)
           
static KafkaError KafkaError.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KafkaError[] KafkaError.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2016 The Apache Software Foundation. All Rights Reserved.