@InterfaceAudience.Public @InterfaceStability.Stable public class EmbeddedAgentConfiguration extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | CHANNELPrefix for channel properties | 
| static String | CHANNEL_PREFIXPrefix for passing configuration parameters to the channel | 
| static String | CHANNEL_TYPEChannel type, choices are `memory' or `file' | 
| static String | CHANNEL_TYPE_FILEFile based channel which stores events in on local disk. | 
| static String | CHANNEL_TYPE_MEMORYMemory channel which stores events in heap. | 
| static String | CHANNEL_TYPE_SPILLABLEMEMORYSpillable Memory channel which stores events in heap. | 
| static String | SEPERATOR | 
| static String | SINK_PROCESSORPrefix for sink processor properties | 
| static String | SINK_PROCESSOR_PREFIXPrefix for passing configuration parameters to the sink processor | 
| static String | SINK_PROCESSOR_TYPESink processor type, choices are `default', `failover' or `load_balance' | 
| static String | SINK_PROCESSOR_TYPE_DEFAULTDefault sink processors which may be used when there is only a single sink. | 
| static String | SINK_PROCESSOR_TYPE_FAILOVERFailover sink processor. | 
| static String | SINK_PROCESSOR_TYPE_LOAD_BALANCELoad balancing sink processor. | 
| static String | SINK_TYPE_AVROAvro sink which can send events to a downstream avro source. | 
| static String | SINKSSpace delimited list of sink names: e.g. | 
| static String | SINKS_PREFIX | 
| static String | SOURCEPrefix for source properties | 
| static String | SOURCE_PREFIXPrefix for passing configuration parameters to the source | 
| static String | SOURCE_TYPESource type, choices are `embedded' | 
| static String | SOURCE_TYPE_EMBEDDEDEmbedded source which provides simple in-memory transfer to channel. | 
public static final String SEPERATOR
public static final String SOURCE
public static final String CHANNEL
public static final String SINK_PROCESSOR
public static final String SINKS
public static final String SINKS_PREFIX
public static final String SOURCE_TYPE
public static final String SOURCE_PREFIX
public static final String CHANNEL_TYPE
public static final String CHANNEL_PREFIX
public static final String SINK_PROCESSOR_TYPE
public static final String SINK_PROCESSOR_PREFIX
public static final String SOURCE_TYPE_EMBEDDED
public static final String CHANNEL_TYPE_MEMORY
public static final String CHANNEL_TYPE_SPILLABLEMEMORY
public static final String CHANNEL_TYPE_FILE
public static final String SINK_TYPE_AVRO
public static final String SINK_PROCESSOR_TYPE_DEFAULT
public static final String SINK_PROCESSOR_TYPE_FAILOVER
public static final String SINK_PROCESSOR_TYPE_LOAD_BALANCE
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.