Uses of Class
org.apache.flume.conf.FlumeConfigurationError.ErrorOrWarning

Packages that use FlumeConfigurationError.ErrorOrWarning
org.apache.flume.conf   
 

Uses of FlumeConfigurationError.ErrorOrWarning in org.apache.flume.conf
 

Methods in org.apache.flume.conf that return FlumeConfigurationError.ErrorOrWarning
 FlumeConfigurationError.ErrorOrWarning FlumeConfigurationError.getErrorOrWarning()
           
static FlumeConfigurationError.ErrorOrWarning FlumeConfigurationError.ErrorOrWarning.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FlumeConfigurationError.ErrorOrWarning[] FlumeConfigurationError.ErrorOrWarning.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 FlumeConfigurationError.ErrorOrWarning
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-2013 Apache Software Foundation. All Rights Reserved.