org.apache.flume.source
Class SyslogSourceConfigurationConstants

java.lang.Object
  extended by org.apache.flume.source.SyslogSourceConfigurationConstants

public final class SyslogSourceConfigurationConstants
extends Object


Field Summary
static String CONFIG_DATEFORMAT
           
static String CONFIG_FORMAT_PREFIX
           
static String CONFIG_HOST
           
static String CONFIG_PORT
           
static String CONFIG_REGEX
           
static String CONFIG_REPLACE
           
static String CONFIG_SEARCH
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_PORT

public static final String CONFIG_PORT
See Also:
Constant Field Values

CONFIG_HOST

public static final String CONFIG_HOST
See Also:
Constant Field Values

CONFIG_FORMAT_PREFIX

public static final String CONFIG_FORMAT_PREFIX
See Also:
Constant Field Values

CONFIG_REGEX

public static final String CONFIG_REGEX
See Also:
Constant Field Values

CONFIG_SEARCH

public static final String CONFIG_SEARCH
See Also:
Constant Field Values

CONFIG_REPLACE

public static final String CONFIG_REPLACE
See Also:
Constant Field Values

CONFIG_DATEFORMAT

public static final String CONFIG_DATEFORMAT
See Also:
Constant Field Values


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