Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
L
O
R
S
T
A
AbstractFlumeManager
- Class in
org.apache.logging.log4j.flume.appender
AbstractFlumeManager(String)
- Constructor for class org.apache.logging.log4j.flume.appender.
AbstractFlumeManager
addContextData(String, Map<String, String>, Map<String, String>)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
addGuid(Map<String, String>)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
addMapData(String, Map<String, String>, MapMessage)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
addStructuredData(String, Map<String, String>, StructuredDataMessage)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Agent
- Class in
org.apache.logging.log4j.flume.appender
Agent Specification for FlumeAvroAppender.
append(LogEvent)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeAppender
Publish the event.
C
createAgent(String, String)
- Static method in class org.apache.logging.log4j.flume.appender.
Agent
Create an Agent.
createAppender(Agent[], Property[], String, String, String, String, String, String, String, String, String, String, String, String, String, FlumeEventFactory, Layout, Filter)
- Static method in class org.apache.logging.log4j.flume.appender.
FlumeAppender
Create a Flume Avro Appender.
createEvent(LogEvent, String, String, String, String, String, boolean)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeAppender
Create a Flume event.
createEvent(LogEvent, String, String, String, String, String, boolean)
- Method in interface org.apache.logging.log4j.flume.appender.
FlumeEventFactory
Create a Flume event.
D
DEFAULT_RECONNECTION_DELAY
- Static variable in class org.apache.logging.log4j.flume.appender.
FlumeAvroManager
The default reconnection delay (500 milliseconds or .5 seconds).
F
FlumeAppender
- Class in
org.apache.logging.log4j.flume.appender
An Appender that uses the Avro protocol to route events to Flume.
FlumeAvroManager
- Class in
org.apache.logging.log4j.flume.appender
Manager for FlumeAvroAppenders.
FlumeAvroManager(String, String, Agent[], int)
- Constructor for class org.apache.logging.log4j.flume.appender.
FlumeAvroManager
Constructor
FlumeConfigurationBuilder
- Class in
org.apache.logging.log4j.flume.appender
See Flume's PropertiesFileConfigurationProvider.
FlumeConfigurationBuilder()
- Constructor for class org.apache.logging.log4j.flume.appender.
FlumeConfigurationBuilder
FlumeEmbeddedManager
- Class in
org.apache.logging.log4j.flume.appender
FlumeEmbeddedManager(String, String, FlumeNode)
- Constructor for class org.apache.logging.log4j.flume.appender.
FlumeEmbeddedManager
Constructor
FlumeEvent
- Class in
org.apache.logging.log4j.flume.appender
Class that is both a Flume and Log4j Event.
FlumeEvent(LogEvent, String, String, String, String, String, boolean)
- Constructor for class org.apache.logging.log4j.flume.appender.
FlumeEvent
Construct the FlumeEvent.
FlumeEventFactory
- Interface in
org.apache.logging.log4j.flume.appender
Factory to create Flume events.
FlumeNode
- Class in
org.apache.logging.log4j.flume.appender
FlumeNode(NodeManager, NodeConfiguration)
- Constructor for class org.apache.logging.log4j.flume.appender.
FlumeNode
G
getAgents()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeAvroManager
Returns the agents.
getConfiguration()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeNode
getContextMap()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns a copy of the context Map.
getContextStack()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns a copy of the context stack.
getCurrent()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeAvroManager
Returns the index of the current agent.
getFQCN()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Get the Frequently Qualified Class Name.
getHost()
- Method in class org.apache.logging.log4j.flume.appender.
Agent
Retrieve the host name.
getLevel()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns the logging Level.
getLifecycleState()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeNode
getLoggerName()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns the logger name.
getManager(String, Agent[], int)
- Static method in class org.apache.logging.log4j.flume.appender.
FlumeAvroManager
Returns a FlumeAvroManager.
getManager(String, Agent[], Property[], int, String)
- Static method in class org.apache.logging.log4j.flume.appender.
FlumeEmbeddedManager
Returns a FlumeEmbeddedManager.
getMarker()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns the Marker.
getMessage()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns the Message.
getMillis()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns the event timestamp.
getNodeManager()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeNode
getPort()
- Method in class org.apache.logging.log4j.flume.appender.
Agent
Retrieve the port number.
getSource()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns the StackTraceElement for the caller of the logging API.
getThreadName()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns the name of the Thread.
getThrown()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Returns the Throwable associated with the event, if any.
L
load(String, Properties, NodeConfigurationAware)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeConfigurationBuilder
loadChannels(FlumeConfiguration.AgentConfiguration, NodeConfiguration)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeConfigurationBuilder
loadSinkGroups(FlumeConfiguration.AgentConfiguration, Map<String, Sink>, NodeConfiguration)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeConfigurationBuilder
loadSinks(FlumeConfiguration.AgentConfiguration, NodeConfiguration)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeConfigurationBuilder
loadSources(FlumeConfiguration.AgentConfiguration, NodeConfiguration)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeConfigurationBuilder
Log4jEventSource
- Class in
org.apache.logging.log4j.flume.appender
Log4jEventSource()
- Constructor for class org.apache.logging.log4j.flume.appender.
Log4jEventSource
O
org.apache.logging.log4j.flume.appender
- package org.apache.logging.log4j.flume.appender
Apache Flume Appender.
R
releaseSub()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeAvroManager
releaseSub()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEmbeddedManager
S
send(FlumeEvent, int, int)
- Method in class org.apache.logging.log4j.flume.appender.
AbstractFlumeManager
send(FlumeEvent, int, int)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeAvroManager
send(FlumeEvent, int, int)
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEmbeddedManager
send(FlumeEvent)
- Method in class org.apache.logging.log4j.flume.appender.
Log4jEventSource
setBody(byte[])
- Method in class org.apache.logging.log4j.flume.appender.
FlumeEvent
Set the body in the event.
SOURCE_NAME
- Static variable in class org.apache.logging.log4j.flume.appender.
FlumeEmbeddedManager
start()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeNode
start()
- Method in class org.apache.logging.log4j.flume.appender.
Log4jEventSource
stop()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeAppender
stop()
- Method in class org.apache.logging.log4j.flume.appender.
FlumeNode
stop()
- Method in class org.apache.logging.log4j.flume.appender.
Log4jEventSource
T
toString()
- Method in class org.apache.logging.log4j.flume.appender.
Agent
A
C
D
F
G
L
O
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 1999-2012
Apache Software Foundation
. All Rights Reserved.