|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SourceType>
org.apache.flume.conf.source.SourceType
public enum SourceType
Enumeration of built in source types available in the system.
| Enum Constant Summary | |
|---|---|
AVRO
Avro source. |
|
EXEC
Exec source. |
|
HTTP
HTTP Source |
|
JMS
JMS Source |
|
MULTIPORT_SYSLOGTCP
MultiportSyslogTCPSource |
|
NETCAT
Netcat source. |
|
OTHER
Place holder for custom sources not part of this enumeration. |
|
SEQ
Sequence generator file source. |
|
SPOOLDIR
Spool directory source |
|
SYSLOGTCP
SyslogTcpSource |
|
SYSLOGUDP
SyslogUDPSource |
|
THRIFT
Thrift Source |
|
| Method Summary | |
|---|---|
String |
getSourceClassName()
|
static SourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SourceType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SourceType OTHER
public static final SourceType SEQ
SequenceGeneratorSourcepublic static final SourceType NETCAT
NetcatSourcepublic static final SourceType EXEC
ExecSourcepublic static final SourceType AVRO
AvroSourcepublic static final SourceType SYSLOGTCP
SyslogTcpSourcepublic static final SourceType MULTIPORT_SYSLOGTCP
MultiportSyslogTCPSourcepublic static final SourceType SYSLOGUDP
SyslogUDPSourcepublic static final SourceType SPOOLDIR
SpoolDirectorySourcepublic static final SourceType HTTP
HTTPSourcepublic static final SourceType THRIFT
ThriftSourcepublic static final SourceType JMS
JMSSource| Method Detail |
|---|
public static SourceType[] values()
for (SourceType c : SourceType.values()) System.out.println(c);
public static SourceType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getSourceClassName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||