|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.flume.appender.Agent
public final class Agent
Agent Specification for FlumeAvroAppender.
Method Summary | |
---|---|
static Agent |
createAgent(String host,
String port)
Create an Agent. |
String |
getHost()
Retrieve the host name. |
int |
getPort()
Retrieve the port number. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getHost()
public int getPort()
public String toString()
toString
in class Object
public static Agent createAgent(String host, String port)
host
- The host name.port
- The port number.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |