org.apache.flume.source
Class SyslogSourceConfigurationConstants
java.lang.Object
org.apache.flume.source.SyslogSourceConfigurationConstants
public final class SyslogSourceConfigurationConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_PORT
public static final String CONFIG_PORT
- See Also:
- Constant Field Values
CONFIG_PORTS
public static final String CONFIG_PORTS
- List of ports to listen to.
- 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
CONFIG_NUMPROCESSORS
public static final String CONFIG_NUMPROCESSORS
- Number of processors used to calculate number of threads to spawn.
- See Also:
- Constant Field Values
CONFIG_EVENTSIZE
public static final String CONFIG_EVENTSIZE
- Maximum allowable size of events.
- See Also:
- Constant Field Values
CONFIG_BATCHSIZE
public static final String CONFIG_BATCHSIZE
- See Also:
- Constant Field Values
CONFIG_CHARSET
public static final String CONFIG_CHARSET
- See Also:
- Constant Field Values
DEFAULT_CHARSET
public static final String DEFAULT_CHARSET
- See Also:
- Constant Field Values
CONFIG_PORT_CHARSET_PREFIX
public static final String CONFIG_PORT_CHARSET_PREFIX
- See Also:
- Constant Field Values
DEFAULT_BATCHSIZE
public static final int DEFAULT_BATCHSIZE
- See Also:
- Constant Field Values
CONFIG_PORT_HEADER
public static final String CONFIG_PORT_HEADER
- See Also:
- Constant Field Values
DEFAULT_PORT_HEADER
public static final String DEFAULT_PORT_HEADER
- See Also:
- Constant Field Values
CONFIG_READBUF_SIZE
public static final String CONFIG_READBUF_SIZE
- See Also:
- Constant Field Values
DEFAULT_READBUF_SIZE
public static final int DEFAULT_READBUF_SIZE
- See Also:
- Constant Field Values
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.