| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.flume.source.ExecSourceConfigurationConstants
public class ExecSourceConfigurationConstants
| Field Summary | |
|---|---|
| static String | CHARSETCharset for reading input | 
| static String | CONFIG_BATCH_SIZENumber of lines to read at a time | 
| static String | CONFIG_BATCH_TIME_OUTAmount of time to wait, if the buffer size was not reached, before to data is pushed downstream: : default 3000 ms | 
| static String | CONFIG_LOG_STDERRShould stderr from the command be logged: default false | 
| static String | CONFIG_RESTARTShould the exec'ed command restarted if it dies: : default false | 
| static String | CONFIG_RESTART_THROTTLEAmount of time to wait before attempting a restart: : default 10000 ms | 
| static String | CONFIG_SHELLOptional shell/command processor used to run command | 
| static int | DEFAULT_BATCH_SIZE | 
| static long | DEFAULT_BATCH_TIME_OUT | 
| static String | DEFAULT_CHARSET | 
| static boolean | DEFAULT_LOG_STDERR | 
| static boolean | DEFAULT_RESTART | 
| static long | DEFAULT_RESTART_THROTTLE | 
| Constructor Summary | |
|---|---|
| ExecSourceConfigurationConstants() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String CONFIG_RESTART
public static final boolean DEFAULT_RESTART
public static final String CONFIG_RESTART_THROTTLE
public static final long DEFAULT_RESTART_THROTTLE
public static final String CONFIG_LOG_STDERR
public static final boolean DEFAULT_LOG_STDERR
public static final String CONFIG_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE
public static final String CONFIG_BATCH_TIME_OUT
public static final long DEFAULT_BATCH_TIME_OUT
public static final String CHARSET
public static final String DEFAULT_CHARSET
public static final String CONFIG_SHELL
| Constructor Detail | 
|---|
public ExecSourceConfigurationConstants()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||