Uses of Class
org.apache.flume.conf.FlumeConfigurationErrorType

Packages that use FlumeConfigurationErrorType
org.apache.flume.conf   
 

Uses of FlumeConfigurationErrorType in org.apache.flume.conf
 

Methods in org.apache.flume.conf that return FlumeConfigurationErrorType
 FlumeConfigurationErrorType FlumeConfigurationError.getErrorType()
           
static FlumeConfigurationErrorType FlumeConfigurationErrorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FlumeConfigurationErrorType[] FlumeConfigurationErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.flume.conf with parameters of type FlumeConfigurationErrorType
FlumeConfigurationError(String component, String key, FlumeConfigurationErrorType error, FlumeConfigurationError.ErrorOrWarning err)
          Component which had an error, specific key in error(which can be null)
 



Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.