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, 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
Creates 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, 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
 
getConnectTimeoutMillis() - Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
 
getContextData() - Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
Returns the context data of the LogEvent that this FlumeEvent was constructed with.
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.
getDelayMillis() - Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
 
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, 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.
getNanoTime() - Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
Returns the value of the running Java Virtual Machine's high-resolution time source when this event was created, or a dummy value if it is known that this value will not be used downstream.
getPort() - Method in class org.apache.logging.log4j.flume.appender.Agent
Retrieve the port number.
getRequestTimeoutMillis() - 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.
getThreadId() - Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
Returns the ID of the Thread.
getThreadName() - Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
Returns the name of the Thread.
getThreadPriority() - Method in class org.apache.logging.log4j.flume.appender.FlumeEvent
Returns the priority 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(long, TimeUnit) - Method in class org.apache.logging.log4j.flume.appender.FlumeAvroManager
 
releaseSub(long, TimeUnit) - Method in class org.apache.logging.log4j.flume.appender.FlumeEmbeddedManager
 
releaseSub(long, TimeUnit) - 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(long, TimeUnit) - 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-2016 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.