A B C F G I K 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
-
- addEvent(Event) -
Method in class org.apache.logging.log4j.flume.appender.BatchEvent
-
- 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.
B
- BatchEvent - Class in org.apache.logging.log4j.flume.appender
-
- BatchEvent() -
Constructor for class org.apache.logging.log4j.flume.appender.BatchEvent
-
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, String, String, String, String, FlumeEventFactory, Layout<? extends Serializable>, 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.
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, int, int, int) -
Constructor for class org.apache.logging.log4j.flume.appender.FlumeAvroManager
- Constructor
- FlumeEmbeddedManager - Class in org.apache.logging.log4j.flume.appender
-
- FlumeEmbeddedManager(String, String, EmbeddedAgent) -
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.
- FlumePersistentManager - Class in org.apache.logging.log4j.flume.appender
- Manager that persists data to Berkeley DB before passing it on to Flume.
- FlumePersistentManager(String, String, Agent[], int, int, int, int, int, Database, Environment, SecretKey, int) -
Constructor for class org.apache.logging.log4j.flume.appender.FlumePersistentManager
- Constructor
G
- getAgents() -
Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
- Returns the agents.
- getBatchSize() -
Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
-
- getConnectTimeout() -
Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
-
- 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.
- getEvents() -
Method in class org.apache.logging.log4j.flume.appender.BatchEvent
-
- 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.
- getLoggerFqcn() -
Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
- Get the Frequently Qualified Class Name.
- getLoggerName() -
Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
- Returns the logger name.
- getManager(String, Agent[], int, int, int, 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.
- getManager(String, Agent[], Property[], int, int, int, int, int, int, String) -
Static method in class org.apache.logging.log4j.flume.appender.FlumePersistentManager
- Returns a FlumeAvroManager.
- 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.
- getPort() -
Method in class org.apache.logging.log4j.flume.appender.Agent
- Retrieve the port number.
- getRequestTimeout() -
Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
-
- getRetries() -
Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
-
- 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.
- getThrownProxy() -
Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
- Returns the Throwable associated with the event, if any.
- getTimeMillis() -
Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
- Returns the event timestamp.
I
- isEndOfBatch() -
Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
-
- isIncludeLocation() -
Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
-
K
- KEY_PROVIDER -
Static variable in class org.apache.logging.log4j.flume.appender.FlumePersistentManager
- Attribute name for the key provider.
L
- 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
-
- releaseSub() -
Method in class org.apache.logging.log4j.flume.appender.FlumePersistentManager
-
S
- send(Event) -
Method in class org.apache.logging.log4j.flume.appender.AbstractFlumeManager
-
- send(BatchEvent) -
Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
-
- send(Event) -
Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
-
- send(Event) -
Method in class org.apache.logging.log4j.flume.appender.FlumeEmbeddedManager
-
- send(Event) -
Method in class org.apache.logging.log4j.flume.appender.FlumePersistentManager
-
- send(Event) -
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.
- setEndOfBatch(boolean) -
Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
-
- setIncludeLocation(boolean) -
Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
-
- 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.Log4jEventSource
-
T
- toString() -
Method in class org.apache.logging.log4j.flume.appender.Agent
-
A B C F G I K L O R S T
Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.