Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Y Z 

A

AbstractAvroEventSerializer<T> - Class in org.apache.flume.serialization
This is a helper class provided to make it straightforward to serialize Flume events into Avro data.
AbstractAvroEventSerializer() - Constructor for class org.apache.flume.serialization.AbstractAvroEventSerializer
 
AbstractChannel - Class in org.apache.flume.channel
 
AbstractChannel() - Constructor for class org.apache.flume.channel.AbstractChannel
 
AbstractChannelSelector - Class in org.apache.flume.channel
 
AbstractChannelSelector() - Constructor for class org.apache.flume.channel.AbstractChannelSelector
 
AbstractConfigurationProvider - Class in org.apache.flume.node
 
AbstractConfigurationProvider(String) - Constructor for class org.apache.flume.node.AbstractConfigurationProvider
 
AbstractEventDrivenSource - Class in org.apache.flume.source
Base class which ensures sub-classes will inherit all the properties of BasicSourceSemantics.
AbstractEventDrivenSource() - Constructor for class org.apache.flume.source.AbstractEventDrivenSource
 
AbstractPollableSource - Class in org.apache.flume.source
Base class which ensures sub-classes will inherit all the properties of BasicSourceSemantics in addition to: Ensuring when configure/start throw an exception process will not be called Ensure that process will not be called unless configure and start have successfully been called
AbstractPollableSource() - Constructor for class org.apache.flume.source.AbstractPollableSource
 
AbstractRpcClient - Class in org.apache.flume.api
 
AbstractRpcClient() - Constructor for class org.apache.flume.api.AbstractRpcClient
 
AbstractRpcSink - Class in org.apache.flume.sink
This sink provides the basic RPC functionality for Flume.
AbstractRpcSink() - Constructor for class org.apache.flume.sink.AbstractRpcSink
 
AbstractSingleSinkProcessor - Class in org.apache.flume.sink
A Sink Processor that only accesses a single Sink.
AbstractSingleSinkProcessor() - Constructor for class org.apache.flume.sink.AbstractSingleSinkProcessor
 
AbstractSink - Class in org.apache.flume.sink
 
AbstractSink() - Constructor for class org.apache.flume.sink.AbstractSink
 
AbstractSinkProcessor - Class in org.apache.flume.sink
A convenience base class for sink processors.
AbstractSinkProcessor() - Constructor for class org.apache.flume.sink.AbstractSinkProcessor
 
AbstractSinkSelector - Class in org.apache.flume.sink
 
AbstractSinkSelector() - Constructor for class org.apache.flume.sink.AbstractSinkSelector
 
AbstractSource - Class in org.apache.flume.source
 
AbstractSource() - Constructor for class org.apache.flume.source.AbstractSource
 
AbstractZooKeeperConfigurationProvider - Class in org.apache.flume.node
ZooKeeper based configuration implementation provider.
AbstractZooKeeperConfigurationProvider(String, String, String) - Constructor for class org.apache.flume.node.AbstractZooKeeperConfigurationProvider
 
acquire() - Method in class org.apache.flume.source.shaded.guava.RateLimiter
Acquires a single permit from this RateLimiter, blocking until the request can be granted.
acquire(int) - Method in class org.apache.flume.source.shaded.guava.RateLimiter
Acquires the given number of permits from this RateLimiter, blocking until the request can be granted.
add(CounterGroup) - Method in class org.apache.flume.CounterGroup
 
addAndGet(String, Long) - Method in class org.apache.flume.CounterGroup
 
addAndGet(String, long) - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
Atomically adds the delta to the current value for this key
addAuthorization(URLConnection) - Method in interface org.apache.flume.node.net.AuthorizationProvider
 
addAuthorization(URLConnection) - Method in class org.apache.flume.node.net.BasicAuthorizationProvider
 
addChannel(String, Channel) - Method in interface org.apache.flume.node.MaterializedConfiguration
 
addChannel(String, Channel) - Method in class org.apache.flume.node.SimpleMaterializedConfiguration
 
addFieldsToBody(Set<String>, String, String, String, String, String) - Static method in class org.apache.flume.source.SyslogUtils
 
addFormats(Map<String, String>) - Method in class org.apache.flume.source.SyslogUtils
 
addSinkRunner(String, SinkRunner) - Method in interface org.apache.flume.node.MaterializedConfiguration
 
addSinkRunner(String, SinkRunner) - Method in class org.apache.flume.node.SimpleMaterializedConfiguration
 
addSourceRunner(String, SourceRunner) - Method in interface org.apache.flume.node.MaterializedConfiguration
 
addSourceRunner(String, SourceRunner) - Method in class org.apache.flume.node.SimpleMaterializedConfiguration
 
addToEventAcceptedCount(long) - Method in class org.apache.flume.instrumentation.SourceCounter
 
addToEventDrainAttemptCount(long) - Method in class org.apache.flume.instrumentation.SinkCounter
 
addToEventDrainSuccessCount(long) - Method in class org.apache.flume.instrumentation.SinkCounter
 
addToEventPutSuccessCount(long) - Method in class org.apache.flume.instrumentation.ChannelCounter
 
addToEventReceivedCount(long) - Method in class org.apache.flume.instrumentation.SourceCounter
 
addToEvents(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
addToEventTakeSuccessCount(long) - Method in class org.apache.flume.instrumentation.ChannelCounter
 
addToKafkaCommitTimer(long) - Method in class org.apache.flume.instrumentation.kafka.KafkaChannelCounter
 
addToKafkaCommitTimer(long) - Method in class org.apache.flume.instrumentation.kafka.KafkaSourceCounter
 
addToKafkaEventGetTimer(long) - Method in class org.apache.flume.instrumentation.kafka.KafkaChannelCounter
 
addToKafkaEventGetTimer(long) - Method in class org.apache.flume.instrumentation.kafka.KafkaSourceCounter
 
addToKafkaEventSendTimer(long) - Method in class org.apache.flume.instrumentation.kafka.KafkaChannelCounter
 
addToKafkaEventSendTimer(long) - Method in class org.apache.flume.instrumentation.kafka.KafkaSinkCounter
 
addToRollbackCounter(long) - Method in class org.apache.flume.instrumentation.kafka.KafkaChannelCounter
 
afterCreate() - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
 
afterCreate() - Method in class org.apache.flume.serialization.BodyTextEventSerializer
 
afterCreate() - Method in interface org.apache.flume.serialization.EventSerializer
Hook to write a header after file is opened for the first time.
afterCreate() - Method in class org.apache.flume.serialization.HeaderAndBodyTextEventSerializer
 
afterReopen() - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
 
afterReopen() - Method in class org.apache.flume.serialization.BodyTextEventSerializer
 
afterReopen() - Method in interface org.apache.flume.serialization.EventSerializer
Hook to handle any framing needed when file is re-opened (for write).
Could have been named afterOpenForAppend().
afterReopen() - Method in class org.apache.flume.serialization.HeaderAndBodyTextEventSerializer
 
allocate(int) - Static method in class org.apache.flume.tools.DirectMemoryUtils
 
allowLogPrintConfig() - Static method in class org.apache.flume.conf.LogPrivacyUtil
Tells whether logging of potentially sensitive user data is allowed or not.
allowLogRawData() - Static method in class org.apache.flume.conf.LogPrivacyUtil
Tells whether logging of configuration details - including secrets - is allowed or not.
AlwaysRestartPolicy() - Constructor for class org.apache.flume.lifecycle.LifecycleSupervisor.SupervisorPolicy.AlwaysRestartPolicy
 
annotateBaseName(Boolean) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
annotateFileName(Boolean) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
append(Event) - Method in class org.apache.flume.api.AbstractRpcClient
 
append(Event) - Method in class org.apache.flume.api.FailoverRpcClient
Tries to append an event to the currently connected client.
append(Event) - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
append(Event) - Method in class org.apache.flume.api.NettyAvroRpcClient
 
append(Event) - Method in interface org.apache.flume.api.RpcClient
Send a single Event to the associated Flume source.
append(Event) - Method in class org.apache.flume.api.ThriftRpcClient
 
append(AvroFlumeEvent) - Method in class org.apache.flume.source.AvroSource
 
append(ThriftFlumeEvent, AsyncMethodCallback) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient
 
append(ThriftFlumeEvent, AsyncMethodCallback) - Method in interface org.apache.flume.thrift.ThriftSourceProtocol.AsyncIface
 
append() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.append
 
append(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
append(ThriftFlumeEvent) - Method in interface org.apache.flume.thrift.ThriftSourceProtocol.Iface
 
append() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Processor.append
 
append_args() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
append_args(ThriftFlumeEvent) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
append_args(ThriftSourceProtocol.append_args) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_args
Performs a deep copy on other.
append_call(ThriftFlumeEvent, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.append_call
 
append_result() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
append_result(Status) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
append_result(ThriftSourceProtocol.append_result) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.append_result
Performs a deep copy on other.
appendBatch(List<Event>) - Method in class org.apache.flume.api.AbstractRpcClient
 
appendBatch(List<Event>) - Method in class org.apache.flume.api.FailoverRpcClient
Tries to append a list of events to the currently connected client.
appendBatch(List<Event>) - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
appendBatch(List<Event>) - Method in class org.apache.flume.api.NettyAvroRpcClient
 
appendBatch(List<Event>) - Method in interface org.apache.flume.api.RpcClient
Send a list of events to the associated Flume source.
appendBatch(List<Event>) - Method in class org.apache.flume.api.ThriftRpcClient
 
appendBatch(List<AvroFlumeEvent>) - Method in class org.apache.flume.source.AvroSource
 
appendBatch(List<ThriftFlumeEvent>, AsyncMethodCallback) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient
 
appendBatch(List<ThriftFlumeEvent>, AsyncMethodCallback) - Method in interface org.apache.flume.thrift.ThriftSourceProtocol.AsyncIface
 
appendBatch() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.appendBatch
 
appendBatch(List<ThriftFlumeEvent>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
appendBatch(List<ThriftFlumeEvent>) - Method in interface org.apache.flume.thrift.ThriftSourceProtocol.Iface
 
appendBatch() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Processor.appendBatch
 
appendBatch_args() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
appendBatch_args(List<ThriftFlumeEvent>) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
appendBatch_args(ThriftSourceProtocol.appendBatch_args) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
Performs a deep copy on other.
appendBatch_call(List<ThriftFlumeEvent>, AsyncMethodCallback, TAsyncClient, TProtocolFactory, TNonblockingTransport) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.appendBatch_call
 
appendBatch_result() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
appendBatch_result(Status) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
appendBatch_result(ThriftSourceProtocol.appendBatch_result) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
Performs a deep copy on other.
Application - Class in org.apache.flume.node
 
Application() - Constructor for class org.apache.flume.node.Application
 
Application(List<LifecycleAware>) - Constructor for class org.apache.flume.node.Application
 
AsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient
 
AsyncProcessor(I) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor
 
AsyncProcessor(I, Map<String, AsyncProcessFunction<I, ? extends TBase, ?>>) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor
 
AuthorizationProvider - Interface in org.apache.flume.node.net
Interface to be implemented to add an Authorization header to an HTTP request.
AVRO_SCHEMA_HEADER_HASH - Static variable in class org.apache.flume.serialization.AvroEventDeserializer
 
AVRO_SCHEMA_HEADER_LITERAL - Static variable in class org.apache.flume.serialization.AvroEventDeserializer
 
AvroCLIClient - Class in org.apache.flume.client.avro
 
AvroCLIClient() - Constructor for class org.apache.flume.client.avro.AvroCLIClient
 
AvroEventDeserializer - Class in org.apache.flume.serialization
A deserializer that parses Avro container files, generating one Flume event per record in the Avro file, and storing binary avro-encoded records in the Flume event body.
AvroEventDeserializer.AvroSchemaType - Enum in org.apache.flume.serialization
 
AvroEventDeserializer.Builder - Class in org.apache.flume.serialization
 
AvroEventSerializerConfigurationConstants - Class in org.apache.flume.serialization
 
AvroEventSerializerConfigurationConstants() - Constructor for class org.apache.flume.serialization.AvroEventSerializerConfigurationConstants
 
AvroSink - Class in org.apache.flume.sink
A Sink implementation that can send events to an RPC server (such as Flume's AvroSource).
AvroSink() - Constructor for class org.apache.flume.sink.AvroSink
 
AvroSource - Class in org.apache.flume.source
A Source implementation that receives Avro events from clients that implement AvroSourceProtocol.
AvroSource() - Constructor for class org.apache.flume.source.AvroSource
 
awaitUninterruptibly(CountDownLatch) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes latch.await() uninterruptibly.
awaitUninterruptibly(CountDownLatch, long, TimeUnit) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes latch.await(timeout, unit) uninterruptibly.

B

BACKOFF_SLEEP_INCREMENT - Static variable in class org.apache.flume.source.PollableSourceConstants
 
BASENAME_HEADER - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Whether to include the basename of a file in a header.
BASENAME_HEADER_KEY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Header in which to put the basename of file.
baseNameHeader(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
basePath - Variable in class org.apache.flume.node.AbstractZooKeeperConfigurationProvider
 
BasicAuthorizationProvider - Class in org.apache.flume.node.net
Provides the Basic Authorization header to a request.
BasicAuthorizationProvider(String, String) - Constructor for class org.apache.flume.node.net.BasicAuthorizationProvider
 
BasicChannelSemantics - Class in org.apache.flume.channel
An implementation of basic Channel semantics, including the implied thread-local semantics of the Transaction class, which is required to extend BasicTransactionSemantics.
BasicChannelSemantics() - Constructor for class org.apache.flume.channel.BasicChannelSemantics
 
BasicConfigurationConstants - Class in org.apache.flume.conf
 
BasicSourceSemantics - Class in org.apache.flume.source
Alternative to AbstractSource, which: Ensure configure cannot be called while started Exceptions thrown during configure, start, stop put source in ERROR state Exceptions thrown during start, stop will be logged but not re-thrown. Exception in configure disables starting
BasicSourceSemantics() - Constructor for class org.apache.flume.source.BasicSourceSemantics
 
BasicTransactionSemantics - Class in org.apache.flume.channel
An implementation of basic Transaction semantics designed to work in concert with BasicChannelSemantics to simplify creation of robust Channel implementations.
BasicTransactionSemantics() - Constructor for class org.apache.flume.channel.BasicTransactionSemantics
 
BasicTransactionSemantics.State - Enum in org.apache.flume.channel
The state of the Transaction to which it belongs.
BATCH_SIZE - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
What size to batch with before sending to ChannelProcessor.
batchSize - Variable in class org.apache.flume.api.AbstractRpcClient
 
BatchSizeSupported - Interface in org.apache.flume.conf
This interface indicates that a component does batching and the batch size is publicly available.
beforeClose() - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
 
beforeClose() - Method in class org.apache.flume.serialization.BodyTextEventSerializer
 
beforeClose() - Method in interface org.apache.flume.serialization.EventSerializer
Hook to write a trailer before the stream is closed.
beforeClose() - Method in class org.apache.flume.serialization.HeaderAndBodyTextEventSerializer
 
begin() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
begin() - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel.NoOpTransaction
 
begin() - Method in interface org.apache.flume.Transaction
Starts a transaction boundary for the current channel operation.
BINARY_PROTOCOL - Static variable in class org.apache.flume.api.ThriftRpcClient
 
BINARY_PROTOCOL - Static variable in class org.apache.flume.source.ThriftSource
 
BLOBHandler - Class in org.apache.flume.source.http
BLOBHandler for HTTPSource that accepts any binary stream of data as event.
BLOBHandler() - Constructor for class org.apache.flume.source.http.BLOBHandler
 
body - Variable in class org.apache.flume.thrift.ThriftFlumeEvent
 
BodyTextEventSerializer - Class in org.apache.flume.serialization
This class simply writes the body of the event to the output stream and appends a newline after each event.
BodyTextEventSerializer.Builder - Class in org.apache.flume.serialization
 
BucketPath - Class in org.apache.flume.formatter.output
 
BucketPath() - Constructor for class org.apache.flume.formatter.output.BucketPath
 
buffer - Variable in class org.apache.flume.instrumentation.GangliaServer
 
BUFFER_MAX_LINE_LENGTH - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Deprecated.
BUFFER_MAX_LINES - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Deprecated.
BUFFER_SIZE - Static variable in class org.apache.flume.instrumentation.GangliaServer
 
bufferForBody() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
build() - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
build(Context) - Method in class org.apache.flume.formatter.output.DefaultPathManager.Builder
 
build(Context) - Method in interface org.apache.flume.formatter.output.PathManager.Builder
 
build(Context) - Method in class org.apache.flume.formatter.output.RollTimePathManager.Builder
 
build() - Method in class org.apache.flume.interceptor.HostInterceptor.Builder
 
build() - Method in interface org.apache.flume.interceptor.Interceptor.Builder
 
build() - Method in class org.apache.flume.interceptor.RegexExtractorInterceptor.Builder
 
build() - Method in class org.apache.flume.interceptor.RegexFilteringInterceptor.Builder
 
build() - Method in class org.apache.flume.interceptor.RemoveHeaderInterceptor.Builder
 
build() - Method in class org.apache.flume.interceptor.SearchAndReplaceInterceptor.Builder
 
build() - Method in class org.apache.flume.interceptor.StaticInterceptor.Builder
 
build() - Method in class org.apache.flume.interceptor.TimestampInterceptor.Builder
 
build(Context, ResettableInputStream) - Method in class org.apache.flume.serialization.AvroEventDeserializer.Builder
 
build(Context, OutputStream) - Method in class org.apache.flume.serialization.BodyTextEventSerializer.Builder
 
build(Context, ResettableInputStream) - Method in interface org.apache.flume.serialization.EventDeserializer.Builder
 
build(Context, ResettableInputStream, OutputStream) - Method in interface org.apache.flume.serialization.EventSerDe.Builder
 
build(Context, OutputStream) - Method in interface org.apache.flume.serialization.EventSerializer.Builder
 
build(Context, OutputStream) - Method in class org.apache.flume.serialization.FlumeEventAvroEventSerializer.Builder
 
build(Context, OutputStream) - Method in class org.apache.flume.serialization.HeaderAndBodyTextEventSerializer.Builder
 
build(Context, ResettableInputStream) - Method in class org.apache.flume.serialization.LineDeserializer.Builder
 
Builder() - Constructor for class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
Builder() - Constructor for class org.apache.flume.formatter.output.DefaultPathManager.Builder
 
Builder() - Constructor for class org.apache.flume.formatter.output.RollTimePathManager.Builder
 
Builder() - Constructor for class org.apache.flume.interceptor.HostInterceptor.Builder
 
Builder() - Constructor for class org.apache.flume.interceptor.RegexExtractorInterceptor.Builder
 
Builder() - Constructor for class org.apache.flume.interceptor.RegexFilteringInterceptor.Builder
 
Builder() - Constructor for class org.apache.flume.interceptor.RemoveHeaderInterceptor.Builder
 
Builder() - Constructor for class org.apache.flume.interceptor.SearchAndReplaceInterceptor.Builder
 
Builder() - Constructor for class org.apache.flume.interceptor.StaticInterceptor.Builder
 
Builder() - Constructor for class org.apache.flume.interceptor.TimestampInterceptor.Builder
 
Builder() - Constructor for class org.apache.flume.serialization.AvroEventDeserializer.Builder
 
Builder() - Constructor for class org.apache.flume.serialization.BodyTextEventSerializer.Builder
 
Builder() - Constructor for class org.apache.flume.serialization.FlumeEventAvroEventSerializer.Builder
 
Builder() - Constructor for class org.apache.flume.serialization.HeaderAndBodyTextEventSerializer.Builder
 
Builder() - Constructor for class org.apache.flume.serialization.LineDeserializer.Builder
 

C

CHANNEL - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Prefix for channel properties
Channel - Interface in org.apache.flume
A channel connects a Source to a Sink.
channel - Variable in class org.apache.flume.conf.sink.SinkConfiguration
 
CHANNEL_PREFIX - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Prefix for passing configuration parameters to the channel
CHANNEL_TYPE - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Channel type, choices are `memory' or `file'
CHANNEL_TYPE_FILE - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
File based channel which stores events in on local disk.
CHANNEL_TYPE_MEMORY - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Memory channel which stores events in heap.
CHANNEL_TYPE_SPILLABLEMEMORY - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Spillable Memory channel which stores events in heap.
ChannelConfiguration - Class in org.apache.flume.conf.channel
 
ChannelConfiguration(String) - Constructor for class org.apache.flume.conf.channel.ChannelConfiguration
 
ChannelConfiguration.ChannelConfigurationType - Enum in org.apache.flume.conf.channel
 
ChannelCounter - Class in org.apache.flume.instrumentation
 
ChannelCounter(String) - Constructor for class org.apache.flume.instrumentation.ChannelCounter
 
ChannelCounter(String, String[]) - Constructor for class org.apache.flume.instrumentation.ChannelCounter
 
ChannelCounterMBean - Interface in org.apache.flume.instrumentation
This interface represents a channel counter mbean.
ChannelException - Exception in org.apache.flume
A channel exception is raised whenever a channel operation fails.
ChannelException(String) - Constructor for exception org.apache.flume.ChannelException
 
ChannelException(Throwable) - Constructor for exception org.apache.flume.ChannelException
 
ChannelException(String, Throwable) - Constructor for exception org.apache.flume.ChannelException
 
ChannelFactory - Interface in org.apache.flume
 
ChannelFullException - Exception in org.apache.flume
 
ChannelFullException(String) - Constructor for exception org.apache.flume.ChannelFullException
 
ChannelFullException(Throwable) - Constructor for exception org.apache.flume.ChannelFullException
 
ChannelFullException(String, Throwable) - Constructor for exception org.apache.flume.ChannelFullException
 
channelNames - Variable in class org.apache.flume.conf.channel.ChannelSelectorConfiguration
 
ChannelProcessor - Class in org.apache.flume.channel
A channel processor exposes operations to put Events into Channels.
ChannelProcessor(ChannelSelector) - Constructor for class org.apache.flume.channel.ChannelProcessor
 
ChannelProcessorCounter - Class in org.apache.flume.instrumentation
 
ChannelProcessorCounter(String) - Constructor for class org.apache.flume.instrumentation.ChannelProcessorCounter
 
channelRead0(ChannelHandlerContext, DatagramPacket) - Method in class org.apache.flume.source.NetcatUdpSource.NetcatHandler
 
channelRead0(ChannelHandlerContext, ByteBuf) - Method in class org.apache.flume.source.SyslogTcpSource.SyslogTcpHandler
Deprecated.
 
channelRead0(ChannelHandlerContext, DatagramPacket) - Method in class org.apache.flume.source.SyslogUDPSource.SyslogUdpHandler
 
channels - Variable in class org.apache.flume.conf.source.SourceConfiguration
 
ChannelSelector - Interface in org.apache.flume
Allows the selection of a subset of channels from the given set based on its implementation policy.
ChannelSelectorConfiguration - Class in org.apache.flume.conf.channel
 
ChannelSelectorConfiguration(String) - Constructor for class org.apache.flume.conf.channel.ChannelSelectorConfiguration
 
ChannelSelectorConfiguration.ChannelSelectorConfigurationType - Enum in org.apache.flume.conf.channel
 
ChannelSelectorFactory - Class in org.apache.flume.channel
 
ChannelSelectorFactory() - Constructor for class org.apache.flume.channel.ChannelSelectorFactory
 
ChannelSelectorType - Enum in org.apache.flume.conf.channel
Enumeration of built in channel selector types available in the system.
ChannelType - Enum in org.apache.flume.conf.channel
Enumeration of built in channel types available in the system.
ChannelUtils - Class in org.apache.flume.channel
A collection of utilities for interacting with Channel objects.
CHARSET - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
Charset for reading input
CHARSET_DFLT - Static variable in class org.apache.flume.serialization.LineDeserializer
 
chooseFieldsToKeep(String) - Static method in class org.apache.flume.source.SyslogUtils
 
ClasspathConfigurationSource - Class in org.apache.flume.node
 
ClasspathConfigurationSource(URI) - Constructor for class org.apache.flume.node.ClasspathConfigurationSource
 
ClasspathConfigurationSourceFactory - Class in org.apache.flume.node
Creates a ConfigurationSource from a file on the classpath..
ClasspathConfigurationSourceFactory() - Constructor for class org.apache.flume.node.ClasspathConfigurationSourceFactory
 
clean(ByteBuffer) - Static method in class org.apache.flume.tools.DirectMemoryUtils
 
clear() - Method in class org.apache.flume.Context
Removes all of the mappings from this map.
clear() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
clear() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
clear() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
clear() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
clear() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
Client(TProtocol) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
Client(TProtocol, TProtocol) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
Clock - Interface in org.apache.flume
Facade for System.currentTimeMillis for Testing
close() - Method in class org.apache.flume.api.AbstractRpcClient
 
close() - Method in class org.apache.flume.api.FailoverRpcClient
Close the connection.
close() - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
close() - Method in class org.apache.flume.api.NettyAvroRpcClient
 
close() - Method in interface org.apache.flume.api.RpcClient
Immediately closes the client so that it may no longer be used.
close() - Method in class org.apache.flume.api.ThriftRpcClient
 
close() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
close() - Method in class org.apache.flume.channel.ChannelProcessor
 
close() - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel.NoOpTransaction
 
close() - Method in interface org.apache.flume.client.avro.EventReader
Clean-up any state associated with this reader.
close() - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader
 
close() - Method in class org.apache.flume.client.avro.SimpleTextLineEventReader
 
close() - Method in class org.apache.flume.interceptor.HostInterceptor
 
close() - Method in interface org.apache.flume.interceptor.Interceptor
Perform any closing / shutdown needed by the Interceptor.
close() - Method in class org.apache.flume.interceptor.InterceptorChain
 
close() - Method in class org.apache.flume.interceptor.RegexExtractorInterceptor
 
close() - Method in class org.apache.flume.interceptor.RegexFilteringInterceptor
 
close() - Method in class org.apache.flume.interceptor.RemoveHeaderInterceptor
 
close() - Method in class org.apache.flume.interceptor.SearchAndReplaceInterceptor
 
close() - Method in class org.apache.flume.interceptor.StaticInterceptor
 
close() - Method in class org.apache.flume.interceptor.TimestampInterceptor
 
close() - Method in class org.apache.flume.serialization.AvroEventDeserializer
 
close() - Method in class org.apache.flume.serialization.DurablePositionTracker
 
close() - Method in interface org.apache.flume.serialization.EventDeserializer
Calls EventDeserializer.reset() on the stream and then closes it.
close() - Method in class org.apache.flume.serialization.LineDeserializer
 
close() - Method in interface org.apache.flume.serialization.PositionTracker
 
close() - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
close() - Method in class org.apache.flume.serialization.ResettableInputStream
 
close() - Method in interface org.apache.flume.Transaction
Ends a transaction boundary for the current channel operation.
collectorRunnable - Variable in class org.apache.flume.instrumentation.GangliaServer
 
commit() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
commit() - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel.NoOpTransaction
 
commit() - Method in interface org.apache.flume.client.avro.ReliableEventReader
Indicate to the implementation that the previously-returned events have been successfully processed and committed.
commit() - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader
Commit the last lines which were read.
commit() - Method in interface org.apache.flume.Transaction
Indicates that the transaction can be successfully committed.
COMPACT_PROTOCOL - Static variable in class org.apache.flume.api.ThriftRpcClient
 
COMPACT_PROTOCOL - Static variable in class org.apache.flume.source.ThriftSource
 
compareTo(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
compareTo(ThriftSourceProtocol.append_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
compareTo(ThriftSourceProtocol.append_result) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
compareTo(ThriftSourceProtocol.appendBatch_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
compareTo(ThriftSourceProtocol.appendBatch_result) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
completedSuffix(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
ComponentConfiguration - Class in org.apache.flume.conf
Abstract implementation of the Component Configuration Manager.
ComponentConfiguration(String) - Constructor for class org.apache.flume.conf.ComponentConfiguration
 
ComponentConfiguration.ComponentType - Enum in org.apache.flume.conf
 
ComponentConfigurationFactory - Class in org.apache.flume.conf
 
ComponentConfigurationFactory() - Constructor for class org.apache.flume.conf.ComponentConfigurationFactory
 
componentName - Variable in class org.apache.flume.conf.ComponentConfiguration
 
ComponentWithClassName - Interface in org.apache.flume.conf
 
COMPRESSION_CODEC - Static variable in class org.apache.flume.serialization.AvroEventSerializerConfigurationConstants
Avro compression codec.
CONF_HOSTS - Variable in class org.apache.flume.instrumentation.GangliaServer
 
CONF_ISGANGLIA3 - Variable in class org.apache.flume.instrumentation.GangliaServer
 
CONF_MONITOR_CLASS - Static variable in class org.apache.flume.node.Application
 
CONF_MONITOR_PREFIX - Static variable in class org.apache.flume.node.Application
 
CONF_POLL_FREQUENCY - Variable in class org.apache.flume.instrumentation.GangliaServer
 
CONFIG_ACKEVENT - Static variable in class org.apache.flume.source.NetcatSourceConfigurationConstants
Ack every event received with an "OK" back to the sender
CONFIG_BACKOFF - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_BACKOFF - Static variable in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
CONFIG_BATCH_SIZE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration key used to specify the batch size.
CONFIG_BATCH_SIZE - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
Number of lines to read at a time
CONFIG_BATCH_TIME_OUT - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
Amount of time to wait, if the buffer size was not reached, before to data is pushed downstream: : default 3000 ms
CONFIG_BATCHSIZE - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_BIND - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
 
CONFIG_BIND - Static variable in class org.apache.flume.source.ThriftSource
Config param for the hostname to listen on.
CONFIG_CHANNEL - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_CHANNELS - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_CHANNELS_PREFIX - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_CHARSET - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_CLIENT_HOSTNAME_HEADER - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_CLIENT_IP_HEADER - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_CLIENT_TYPE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration key to specify the RpcClient type to be used.
CONFIG_COMPRESSION_LEVEL - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_COMPRESSION_TYPE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
The following are const for the NettyAvro Client.
CONFIG_CONFIG - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_CONFIGFILTERS - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_CONFIGFILTERS_PREFIX - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_CONNECT_TIMEOUT - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration key to specify connection timeout in milliseconds.
CONFIG_CONNECTION_POOL_SIZE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Maximum number of connections each Thrift Rpc client can open to a given host.
CONFIG_DATEFORMAT - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_DEFAULT_CHANNEL - Static variable in class org.apache.flume.channel.MultiplexingChannelSelector
 
CONFIG_EVENTSIZE - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
Maximum allowable size of events.
CONFIG_EXCLUDE_CIPHER_SUITES - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_EXCLUDE_PROTOCOLS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_FORMAT_PREFIX - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_HANDLER - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
 
CONFIG_HANDLER_PREFIX - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
 
CONFIG_HEADER_NAME - Static variable in class org.apache.flume.interceptor.TimestampInterceptor.Constants
 
CONFIG_HOST - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_HOST_SELECTOR - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
The selector type used by the LoadBalancingRpcClient.
CONFIG_HOSTNAME - Static variable in class org.apache.flume.source.NetcatSourceConfigurationConstants
Hostname to bind to.
CONFIG_HOSTS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Hosts configuration key to specify a space delimited list of named hosts.
CONFIG_HOSTS_PREFIX - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Hosts prefix to specify address of a particular named host.
CONFIG_INCLUDE_CIPHER_SUITES - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_INCLUDE_PROTOCOLS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_KEEP_FIELDS - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_KEEP_FIELDS_HOSTNAME - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_KEEP_FIELDS_PRIORITY - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_KEEP_FIELDS_TIMESTAMP - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_KEEP_FIELDS_VERSION - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_LOG_STDERR - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
Should stderr from the command be logged: default false
CONFIG_MAX_ATTEMPTS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Maximum attempts to be made by the FailoverRpcClient in case of failures.
CONFIG_MAX_BACKOFF - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_MAX_LINE_LENGTH - Static variable in class org.apache.flume.source.NetcatSourceConfigurationConstants
Maximum line length per event.
CONFIG_MULTIPLEX_HEADER_NAME - Static variable in class org.apache.flume.channel.MultiplexingChannelSelector
 
CONFIG_NUMPROCESSORS - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
Number of processors used to calculate number of threads to spawn.
CONFIG_OPTIONAL - Static variable in class org.apache.flume.channel.ReplicatingChannelSelector
Configuration to set a subset of the channels as optional.
CONFIG_PORT - Static variable in class org.apache.flume.instrumentation.http.HTTPMetricsServer
 
CONFIG_PORT - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
 
CONFIG_PORT - Static variable in class org.apache.flume.source.NetcatSourceConfigurationConstants
Port to bind to.
CONFIG_PORT - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_PORT - Static variable in class org.apache.flume.source.ThriftSource
Config param for the port to listen on.
CONFIG_PORT_CHARSET_PREFIX - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_PORT_HEADER - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_PORTS - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
List of ports to listen to.
CONFIG_PREFIX_MAPPING - Static variable in class org.apache.flume.channel.MultiplexingChannelSelector
 
CONFIG_PREFIX_OPTIONAL - Static variable in class org.apache.flume.channel.MultiplexingChannelSelector
 
CONFIG_PRESERVE - Static variable in class org.apache.flume.interceptor.TimestampInterceptor.Constants
 
CONFIG_PROTOCOL - Static variable in class org.apache.flume.api.ThriftRpcClient
Config param for the thrift protocol to use.
CONFIG_PROTOCOL - Static variable in class org.apache.flume.source.ThriftSource
Config param for the thrift protocol to use.
CONFIG_READBUF_SIZE - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_REGEX - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_REPLACE - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_REQUEST_TIMEOUT - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration key to specify request timeout in milliseconds.
CONFIG_RESTART - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
Should the exec'ed command restarted if it dies: : default false
CONFIG_RESTART_THROTTLE - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
Amount of time to wait before attempting a restart: : default 10000 ms
CONFIG_SCHEMA_TYPE_KEY - Static variable in class org.apache.flume.serialization.AvroEventDeserializer
 
CONFIG_SEARCH - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
CONFIG_SELECTOR - Static variable in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
CONFIG_SELECTOR_PREFIX - Static variable in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
CONFIG_SHELL - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
Optional shell/command processor used to run command
CONFIG_SINK_PROCESSOR_PREFIX - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_SINKGROUPS - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_SINKGROUPS_PREFIX - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_SINKS - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_SINKS_PREFIX - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_SOURCE_CHANNELSELECTOR_PREFIX - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_SOURCE_ENCODING - Static variable in class org.apache.flume.source.NetcatSourceConfigurationConstants
Encoding for the netcat source
CONFIG_SOURCES - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_SOURCES_PREFIX - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
CONFIG_SSL - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration constants for SSL support
CONFIG_THREADS - Static variable in class org.apache.flume.source.ThriftSource
Config param for the maximum number of threads this source should use to handle incoming data.
CONFIG_TRUST_ALL_CERTS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_TRUSTSTORE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_TRUSTSTORE_PASSWORD - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_TRUSTSTORE_TYPE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
CONFIG_TYPE - Static variable in class org.apache.flume.conf.BasicConfigurationConstants
 
ConfigFilterConfiguration - Class in org.apache.flume.conf.configfilter
 
ConfigFilterConfiguration(String) - Constructor for class org.apache.flume.conf.configfilter.ConfigFilterConfiguration
 
ConfigFilterConfiguration.ConfigFilterConfigurationType - Enum in org.apache.flume.conf.configfilter
 
ConfigFilterFactory - Class in org.apache.flume.conf
 
ConfigFilterFactory() - Constructor for class org.apache.flume.conf.ConfigFilterFactory
 
ConfigFilterType - Enum in org.apache.flume.conf.configfilter
 
configFromBytes(byte[]) - Method in class org.apache.flume.node.AbstractZooKeeperConfigurationProvider
 
Configurable - Interface in org.apache.flume.conf
Any class marked as Configurable may have a context including its sub-configuration passed to it, requesting it configure itself.
ConfigurableComponent - Interface in org.apache.flume.conf
 
Configurables - Class in org.apache.flume.conf
Methods for working with Configurables.
Configurables() - Constructor for class org.apache.flume.conf.Configurables
 
ConfigurationException - Exception in org.apache.flume.conf
 
ConfigurationException(String) - Constructor for exception org.apache.flume.conf.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.apache.flume.conf.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.apache.flume.conf.ConfigurationException
 
ConfigurationProvider - Interface in org.apache.flume.node
 
ConfigurationSource - Interface in org.apache.flume.node
Interface for retrieving configuration data.
ConfigurationSourceFactory - Interface in org.apache.flume.node
Creates ConfigurationSources.
configure(Map<String, String>) - Method in class org.apache.flume.agent.embedded.EmbeddedAgent
Configures the embedded agent.
configure(Context) - Method in class org.apache.flume.agent.embedded.EmbeddedSource
 
configure(Properties) - Method in class org.apache.flume.api.AbstractRpcClient
Configure the client using the given properties object.
configure(Properties) - Method in class org.apache.flume.api.FailoverRpcClient
 
configure(Properties) - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
configure(Properties) - Method in class org.apache.flume.api.NettyAvroRpcClient
Configure the actual client using the properties.
configure(Properties) - Method in class org.apache.flume.api.ThriftRpcClient
 
configure(Context) - Method in class org.apache.flume.channel.AbstractChannel
 
configure(Context) - Method in class org.apache.flume.channel.ChannelProcessor
The Context of the associated Source is passed.
configure(Context) - Method in class org.apache.flume.channel.LoadBalancingChannelSelector
 
configure(Context) - Method in class org.apache.flume.channel.MemoryChannel
Read parameters from context capacity = type long that defines the total number of events allowed at one time in the queue.
configure(Context) - Method in class org.apache.flume.channel.MultiplexingChannelSelector
 
configure(Context) - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel
 
configure(Context) - Method in class org.apache.flume.channel.ReplicatingChannelSelector
 
configure(Context) - Method in class org.apache.flume.conf.ComponentConfiguration
 
configure(Context) - Method in interface org.apache.flume.conf.Configurable
Request the implementing class to (re)configure itself.
configure(ComponentConfiguration) - Method in interface org.apache.flume.conf.ConfigurableComponent
 
configure(Object, Context) - Static method in class org.apache.flume.conf.Configurables
Check that target implements Configurable and, if so, ask it to configure itself using the supplied context.
configure(Object, ComponentConfiguration) - Static method in class org.apache.flume.conf.Configurables
 
configure(Context) - Method in class org.apache.flume.conf.sink.SinkConfiguration
 
configure(Context) - Method in class org.apache.flume.conf.sink.SinkGroupConfiguration
 
configure(Context) - Method in class org.apache.flume.conf.sink.SinkProcessorConfiguration
 
configure(Context) - Method in class org.apache.flume.conf.source.SourceConfiguration
 
configure(Context) - Method in class org.apache.flume.instrumentation.GangliaServer
 
configure(Context) - Method in class org.apache.flume.instrumentation.http.HTTPMetricsServer
 
configure(Context) - Method in class org.apache.flume.interceptor.HostInterceptor.Builder
 
configure(Context) - Method in class org.apache.flume.interceptor.RegexExtractorInterceptor.Builder
 
configure(Context) - Method in class org.apache.flume.interceptor.RegexExtractorInterceptorMillisSerializer
 
configure(ComponentConfiguration) - Method in class org.apache.flume.interceptor.RegexExtractorInterceptorMillisSerializer
 
configure(Context) - Method in class org.apache.flume.interceptor.RegexExtractorInterceptorPassThroughSerializer
 
configure(ComponentConfiguration) - Method in class org.apache.flume.interceptor.RegexExtractorInterceptorPassThroughSerializer
 
configure(Context) - Method in class org.apache.flume.interceptor.RegexFilteringInterceptor.Builder
 
configure(Context) - Method in class org.apache.flume.interceptor.RemoveHeaderInterceptor.Builder
 
configure(Context) - Method in class org.apache.flume.interceptor.SearchAndReplaceInterceptor.Builder
 
configure(Context) - Method in class org.apache.flume.interceptor.StaticInterceptor.Builder
 
configure(Context) - Method in class org.apache.flume.interceptor.TimestampInterceptor.Builder
 
configure(Context) - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
 
configure(Context) - Method in class org.apache.flume.sink.AbstractRpcSink
 
configure(Context) - Method in class org.apache.flume.sink.AbstractSinkSelector
 
configure(Context) - Method in class org.apache.flume.sink.DefaultSinkProcessor
 
configure(ComponentConfiguration) - Method in class org.apache.flume.sink.DefaultSinkProcessor
 
configure(Context) - Method in class org.apache.flume.sink.FailoverSinkProcessor
 
configure(Context) - Method in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
configure(Context) - Method in class org.apache.flume.sink.LoggerSink
 
configure(Context) - Method in class org.apache.flume.sink.NullSink
 
configure(Context) - Method in class org.apache.flume.sink.RollingFileSink
 
configure(Context) - Method in class org.apache.flume.sink.SinkGroup
 
configure(ComponentConfiguration) - Method in class org.apache.flume.sink.SinkGroup
 
configure(Context) - Method in class org.apache.flume.source.AbstractPollableSource
 
configure(Context) - Method in class org.apache.flume.source.AvroSource
 
configure(Context) - Method in class org.apache.flume.source.BasicSourceSemantics
 
configure(Context) - Method in class org.apache.flume.source.ExecSource
 
configure(Context) - Method in class org.apache.flume.source.http.BLOBHandler
 
configure(Context) - Method in class org.apache.flume.source.http.HTTPSource
 
configure(Context) - Method in class org.apache.flume.source.http.JSONHandler
 
configure(Context) - Method in class org.apache.flume.source.MultiportSyslogTCPSource
 
configure(Context) - Method in class org.apache.flume.source.NetcatSource
 
configure(Context) - Method in class org.apache.flume.source.NetcatUdpSource
 
configure(Context) - Method in class org.apache.flume.source.SpoolDirectorySource
 
configure(Context) - Method in class org.apache.flume.source.SyslogTcpSource
Deprecated.
 
configure(Context) - Method in class org.apache.flume.source.SyslogUDPSource
 
configure(Context) - Method in class org.apache.flume.source.ThriftSource
 
configured - Variable in class org.apache.flume.conf.ComponentConfiguration
 
configureSSL(Properties) - Method in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
configureSsl(Context) - Method in class org.apache.flume.source.http.HTTPSource
 
configureSsl(Context) - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
connectTimeout - Variable in class org.apache.flume.api.AbstractRpcClient
 
Constants - Class in org.apache.flume
 
Constants() - Constructor for class org.apache.flume.interceptor.HostInterceptor.Constants
 
Constants() - Constructor for class org.apache.flume.interceptor.RegexFilteringInterceptor.Constants
 
Constants() - Constructor for class org.apache.flume.interceptor.StaticInterceptor.Constants
 
Constants() - Constructor for class org.apache.flume.interceptor.TimestampInterceptor.Constants
 
CONSUME_ORDER - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
consumeOrder(SpoolDirectorySourceConfigurationConstants.ConsumeOrder) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
containsKey(String) - Method in class org.apache.flume.Context
Returns true if this Context contains a mapping for key.
containsTag(String) - Static method in class org.apache.flume.formatter.output.BucketPath
Deprecated.
Context - Class in org.apache.flume
The context is a key-value store used to pass configuration information throughout the system.
Context() - Constructor for class org.apache.flume.Context
 
Context(Map<String, String>) - Constructor for class org.apache.flume.Context
 
convert(Event) - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
Simple conversion routine used to convert an Event to a type of your choosing.
convert(Event) - Method in class org.apache.flume.serialization.FlumeEventAvroEventSerializer
A no-op for this simple, special-case implementation
CounterGroup - Class in org.apache.flume
Used for counting events, collecting metrics, etc.
CounterGroup() - Constructor for class org.apache.flume.CounterGroup
 
create(List<Channel>, Map<String, String>) - Static method in class org.apache.flume.channel.ChannelSelectorFactory
 
create(List<Channel>, ChannelSelectorConfiguration) - Static method in class org.apache.flume.channel.ChannelSelectorFactory
 
create(String, String) - Method in class org.apache.flume.channel.DefaultChannelFactory
 
create(String, String) - Method in interface org.apache.flume.ChannelFactory
 
create(String, String, ComponentConfiguration.ComponentType) - Static method in class org.apache.flume.conf.ComponentConfigurationFactory
 
create(String, String) - Static method in class org.apache.flume.conf.ConfigFilterFactory
 
create(String, String) - Method in class org.apache.flume.sink.DefaultSinkFactory
 
create(String, String) - Method in interface org.apache.flume.SinkFactory
 
create(String, String) - Method in class org.apache.flume.source.DefaultSourceFactory
 
create(double) - Static method in class org.apache.flume.source.shaded.guava.RateLimiter
Creates a RateLimiter with the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second).
create(double, long, TimeUnit) - Static method in class org.apache.flume.source.shaded.guava.RateLimiter
Creates a RateLimiter with the specified stable throughput, given as "permits per second" (commonly referred to as QPS, queries per second), and a warmup period, during which the RateLimiter smoothly ramps up its rate, until it reaches its maximum rate at the end of the period (as long as there are enough requests to saturate it).
create(String, String) - Method in interface org.apache.flume.SourceFactory
 
createClient() - Method in class org.apache.flume.node.AbstractZooKeeperConfigurationProvider
 
createConfigurationSource(URI, AuthorizationProvider, boolean) - Method in class org.apache.flume.node.ClasspathConfigurationSourceFactory
 
createConfigurationSource(URI, AuthorizationProvider, boolean) - Method in interface org.apache.flume.node.ConfigurationSourceFactory
 
createConfigurationSource(URI, AuthorizationProvider, boolean) - Method in class org.apache.flume.node.FileConfigurationSourceFactory
 
createConfigurationSource(URI, AuthorizationProvider, boolean) - Method in class org.apache.flume.node.HttpConfigurationSourceFactory
 
createConnection(URL, AuthorizationProvider, long, boolean) - Static method in class org.apache.flume.node.net.UrlConnectionFactory
 
createConnection(URL) - Static method in class org.apache.flume.node.net.UrlConnectionFactory
 
createConnection(URL, AuthorizationProvider) - Static method in class org.apache.flume.node.net.UrlConnectionFactory
 
createGangliaMessage(String, String) - Method in class org.apache.flume.instrumentation.GangliaServer
 
createGangliaMessage31(String, String) - Method in class org.apache.flume.instrumentation.GangliaServer
 
createHostIterator() - Method in interface org.apache.flume.api.LoadBalancingRpcClient.HostSelector
 
createIterator() - Method in class org.apache.flume.util.OrderSelector
 
createIterator() - Method in class org.apache.flume.util.RandomOrderSelector
 
createIterator() - Method in class org.apache.flume.util.RoundRobinOrderSelector
 
createSinkIterator() - Method in interface org.apache.flume.sink.LoadBalancingSinkProcessor.SinkSelector
 
createStarted() - Static method in class org.apache.flume.source.shaded.guava.Stopwatch
Creates (and starts) a new stopwatch using System.nanoTime() as its time source.
createStarted(Ticker) - Static method in class org.apache.flume.source.shaded.guava.Stopwatch
Creates (and starts) a new stopwatch, using the specified time source.
createTransaction() - Method in class org.apache.flume.channel.BasicChannelSemantics
Called to create new Transaction objects, which must extend BasicTransactionSemantics.
createTransaction() - Method in class org.apache.flume.channel.MemoryChannel
 
createUnstarted() - Static method in class org.apache.flume.source.shaded.guava.Stopwatch
Creates (but does not start) a new stopwatch using System.nanoTime() as its time source.
createUnstarted(Ticker) - Static method in class org.apache.flume.source.shaded.guava.Stopwatch
Creates (but does not start) a new stopwatch, using the specified time source.
CTX_PREFIX - Static variable in interface org.apache.flume.formatter.output.PathManager
Context prefix
CTX_PREFIX - Static variable in interface org.apache.flume.serialization.EventSerializer
Context prefix
currentFile - Variable in class org.apache.flume.formatter.output.DefaultPathManager
 
currentTimeMillis() - Method in interface org.apache.flume.Clock
 
currentTimeMillis() - Method in class org.apache.flume.SystemClock
 

D

DECODE_ERROR_POLICY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
What to do when there is a character set decoding error.
decodeErrorPolicy(DecodeErrorPolicy) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
DecodeErrorPolicy - Enum in org.apache.flume.serialization
 
deepCopy() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
deepCopy() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
deepCopy() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
deepCopy() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
deepCopy() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
DEFAULT_BACKOFF - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
DEFAULT_BACKOFF_SLEEP_INCREMENT - Static variable in class org.apache.flume.source.PollableSourceConstants
 
DEFAULT_BASENAME_HEADER - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_BASENAME_HEADER_KEY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_BATCH_SIZE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Default batch size.
DEFAULT_BATCH_SIZE - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
 
DEFAULT_BATCH_SIZE - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_BATCH_TIME_OUT - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
 
DEFAULT_BATCHSIZE - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
DEFAULT_BIND - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
 
DEFAULT_BUF_SIZE - Static variable in class org.apache.flume.serialization.ResettableFileInputStream
 
DEFAULT_BUFFER_MAX_LINE_LENGTH - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Deprecated.
DEFAULT_BUFFER_MAX_LINES - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Deprecated.
DEFAULT_CHARSET - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
 
DEFAULT_CHARSET - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
DEFAULT_CLIENT_TYPE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
The default client type to be created if no explicit type is specified.
DEFAULT_COMPRESSION_CODEC - Static variable in class org.apache.flume.serialization.AvroEventSerializerConfigurationConstants
 
DEFAULT_COMPRESSION_LEVEL - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Default connection, handshake, and initial request timeout in milliseconds.
DEFAULT_CONNECTION_POOL_SIZE - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
DEFAULT_CONSUME_ORDER - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_DECODE_ERROR_POLICY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_DELETE_POLICY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_DESERIALIZER - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_DMAX - Static variable in class org.apache.flume.instrumentation.GangliaServer
 
DEFAULT_ENCODING - Static variable in class org.apache.flume.source.NetcatSourceConfigurationConstants
 
DEFAULT_EXCLUDE_EVENTS - Static variable in class org.apache.flume.interceptor.RegexFilteringInterceptor.Constants
 
DEFAULT_FILE_HEADER - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_FILENAME_HEADER_KEY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_HANDLER - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
 
DEFAULT_HEADER_NAME - Static variable in class org.apache.flume.interceptor.TimestampInterceptor.Constants
 
DEFAULT_IGNORE_PAT - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_INCLUDE_PAT - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_INITIAL_SIZE - Static variable in class org.apache.flume.source.SyslogUDPSource
 
DEFAULT_INPUT_CHARSET - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_KEEP_FIELDS - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
DEFAULT_LOG_STDERR - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
 
DEFAULT_MANDATORY_PARAMETERS - Static variable in class org.apache.flume.source.http.BLOBHandler
 
DEFAULT_MAX_BACKOFF - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_MAX_BACKOFF_SLEEP - Static variable in class org.apache.flume.source.PollableSourceConstants
 
DEFAULT_MAX_BYTE_DUMP - Static variable in class org.apache.flume.sink.LoggerSink
 
DEFAULT_MAX_LINE_LENGTH - Static variable in class org.apache.flume.source.NetcatSourceConfigurationConstants
 
DEFAULT_MIN_SIZE - Static variable in class org.apache.flume.source.SyslogUDPSource
 
DEFAULT_MULTIPLEX_HEADER - Static variable in class org.apache.flume.channel.MultiplexingChannelSelector
 
DEFAULT_POLL_DELAY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_POLL_FREQUENCY - Variable in class org.apache.flume.instrumentation.GangliaServer
 
DEFAULT_PORT - Static variable in class org.apache.flume.instrumentation.http.HTTPMetricsServer
 
DEFAULT_PORT_HEADER - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
Deprecated.
DEFAULT_PRESERVE - Static variable in class org.apache.flume.interceptor.TimestampInterceptor.Constants
 
DEFAULT_READBUF_SIZE - Static variable in class org.apache.flume.source.SyslogSourceConfigurationConstants
 
DEFAULT_RECURSIVE_DIRECTORY_SEARCH - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_REGEX - Static variable in class org.apache.flume.interceptor.RegexFilteringInterceptor.Constants
 
DEFAULT_REQUEST_TIMEOUT_MILLIS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Default request timeout in milliseconds.
DEFAULT_RESTART - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
 
DEFAULT_RESTART_THROTTLE - Static variable in class org.apache.flume.source.ExecSourceConfigurationConstants
 
DEFAULT_SIZE - Static variable in class org.apache.flume.source.SyslogUtils
 
DEFAULT_SLOPE - Static variable in class org.apache.flume.instrumentation.GangliaServer
 
DEFAULT_SPOOLED_FILE_SUFFIX - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_STATIC_SCHEMA_URL - Static variable in class org.apache.flume.serialization.AvroEventSerializerConfigurationConstants
 
DEFAULT_SYNC_INTERVAL_BYTES - Static variable in class org.apache.flume.serialization.AvroEventSerializerConfigurationConstants
 
DEFAULT_TMAX - Static variable in class org.apache.flume.instrumentation.GangliaServer
 
DEFAULT_TRACKER_DIR - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_TRACKING_POLICY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
DEFAULT_UNITS - Static variable in class org.apache.flume.instrumentation.GangliaServer
 
DefaultChannelFactory - Class in org.apache.flume.channel
 
DefaultChannelFactory() - Constructor for class org.apache.flume.channel.DefaultChannelFactory
 
DefaultPathManager - Class in org.apache.flume.formatter.output
 
DefaultPathManager(Context) - Constructor for class org.apache.flume.formatter.output.DefaultPathManager
 
DefaultPathManager.Builder - Class in org.apache.flume.formatter.output
 
DefaultSinkFactory - Class in org.apache.flume.sink
 
DefaultSinkFactory() - Constructor for class org.apache.flume.sink.DefaultSinkFactory
 
DefaultSinkProcessor - Class in org.apache.flume.sink
Default sink processor that only accepts a single sink, passing on process results without any additional handling.
DefaultSinkProcessor() - Constructor for class org.apache.flume.sink.DefaultSinkProcessor
 
DefaultSourceFactory - Class in org.apache.flume.source
 
DefaultSourceFactory() - Constructor for class org.apache.flume.source.DefaultSourceFactory
 
DELETE_POLICY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
deletePolicy(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
DESERIALIZER - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Deserializer to use to parse the file data into Flume Events
deserializerContext(Context) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
deserializerType(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
desiredState - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.Status
 
didHitChannelException() - Method in class org.apache.flume.source.SpoolDirectorySource
 
didHitChannelFullException() - Method in class org.apache.flume.source.SpoolDirectorySource
 
DirectMemoryUtils - Class in org.apache.flume.tools
 
DirectMemoryUtils() - Constructor for class org.apache.flume.tools.DirectMemoryUtils
 
discard - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.Status
 
Disposable - Annotation Type in org.apache.flume.annotations
 
doBegin() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
doClose() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
doCommit() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
doConfigure(Context) - Method in class org.apache.flume.source.BasicSourceSemantics
 
doConfigure(Context) - Method in class org.apache.flume.source.SequenceGeneratorSource
Read parameters from context batchSize = type int that defines the size of event batches
doConfigure(Context) - Method in class org.apache.flume.source.StressSource
Read parameters from context -maxTotalEvents = type long that defines the total number of Events to be sent -maxSuccessfulEvents = type long that defines the number of successful Events -size = type int that defines the number of bytes in each Event -batchSize = type int that defines the number of Events being sent in one batch
doProcess() - Method in class org.apache.flume.source.AbstractPollableSource
 
doProcess() - Method in class org.apache.flume.source.SequenceGeneratorSource
 
doProcess() - Method in class org.apache.flume.source.StressSource
 
doPut(Event) - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
doRollback() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
doStart() - Method in class org.apache.flume.source.BasicSourceSemantics
 
doStart() - Method in class org.apache.flume.source.SequenceGeneratorSource
 
doStart() - Method in class org.apache.flume.source.StressSource
 
doStop() - Method in class org.apache.flume.source.BasicSourceSemantics
 
doStop() - Method in class org.apache.flume.source.SequenceGeneratorSource
 
doStop() - Method in class org.apache.flume.source.StressSource
 
doTake() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
dumpEvent(Event) - Static method in class org.apache.flume.event.EventHelper
 
dumpEvent(Event, int) - Static method in class org.apache.flume.event.EventHelper
 
DurablePositionTracker - Class in org.apache.flume.serialization

Class that stores object state in an avro container file.

E

elapsed(TimeUnit) - Method in class org.apache.flume.source.shaded.guava.Stopwatch
Returns the current elapsed time shown on this stopwatch, expressed in the desired time unit, with any fraction rounded down.
EmbeddedAgent - Class in org.apache.flume.agent.embedded
EmbeddedAgent gives Flume users the ability to embed simple agents in applications.
EmbeddedAgent(String) - Constructor for class org.apache.flume.agent.embedded.EmbeddedAgent
 
EmbeddedAgentConfiguration - Class in org.apache.flume.agent.embedded
Stores publicly accessible configuration constants and private configuration constants and methods.
EmbeddedSource - Class in org.apache.flume.agent.embedded
Simple source used to allow direct access to the channel for the Embedded Agent.
EmbeddedSource() - Constructor for class org.apache.flume.agent.embedded.EmbeddedSource
 
enableSsl - Variable in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
enforceConstraints() - Static method in class org.apache.flume.tools.HTTPServerConstraintUtil
Generate constraints for the Flume HTTP Source
ensureOptionalNonNull(Context, String...) - Static method in class org.apache.flume.conf.Configurables
 
ensureRequiredNonNull(Context, String...) - Static method in class org.apache.flume.conf.Configurables
 
EnvVarResolverProperties - Class in org.apache.flume.node
Deprecated.
Use ${env:key} instead.
EnvVarResolverProperties() - Constructor for class org.apache.flume.node.EnvVarResolverProperties
Deprecated.
 
equals(Object) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
equals(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
equals(Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
equals(ThriftSourceProtocol.append_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
equals(Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
equals(ThriftSourceProtocol.append_result) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
equals(Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
equals(ThriftSourceProtocol.appendBatch_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
equals(Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
equals(ThriftSourceProtocol.appendBatch_result) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
error - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.Status
 
errors - Variable in class org.apache.flume.conf.ComponentConfiguration
 
escapeString(String, Map<String, String>) - Static method in class org.apache.flume.formatter.output.BucketPath
Replace all substrings of form %{tagname} with get(tagname).toString() and all shorthand substrings of form %x with a special value.
escapeString(String, Map<String, String>, boolean, int, int) - Static method in class org.apache.flume.formatter.output.BucketPath
A wrapper around BucketPath.escapeString(String, Map, TimeZone, boolean, int, int, boolean) with the timezone set to the default.
escapeString(String, Map<String, String>, TimeZone, boolean, int, int, boolean) - Static method in class org.apache.flume.formatter.output.BucketPath
Replace all substrings of form %{tagname} with get(tagname).toString() and all shorthand substrings of form %x with a special value.
Event - Interface in org.apache.flume
Basic representation of a data object in Flume.
event - Variable in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
EVENT_STATUS - Static variable in class org.apache.flume.source.SyslogUtils
 
EventBuilder - Class in org.apache.flume.event
 
EventBuilder() - Constructor for class org.apache.flume.event.EventBuilder
 
EventDeliveryException - Exception in org.apache.flume
An event delivery exception is raised whenever an Event fails to reach at least one of its intended (next-hop) destinations.
EventDeliveryException() - Constructor for exception org.apache.flume.EventDeliveryException
 
EventDeliveryException(String) - Constructor for exception org.apache.flume.EventDeliveryException
 
EventDeliveryException(String, Throwable) - Constructor for exception org.apache.flume.EventDeliveryException
 
EventDeliveryException(Throwable) - Constructor for exception org.apache.flume.EventDeliveryException
 
EventDeserializer - Interface in org.apache.flume.serialization
Establishes a contract for reading events stored in arbitrary formats from reliable, resettable streams.
EventDeserializer.Builder - Interface in org.apache.flume.serialization
Knows how to construct this deserializer.
Note: Implementations MUST provide a public a no-arg constructor.
EventDeserializerFactory - Class in org.apache.flume.serialization
 
EventDeserializerFactory() - Constructor for class org.apache.flume.serialization.EventDeserializerFactory
 
EventDeserializerType - Enum in org.apache.flume.serialization
 
EventDrivenSource - Interface in org.apache.flume
A Source that does not need an external driver to poll for events to ingest; it provides its own event-driven mechanism to invoke event processing.
EventDrivenSourceRunner - Class in org.apache.flume.source
Starts, stops, and manages event-driven sources.
EventDrivenSourceRunner() - Constructor for class org.apache.flume.source.EventDrivenSourceRunner
 
EventFormatter - Interface in org.apache.flume.formatter.output
Deprecated.
EventHelper - Class in org.apache.flume.event
 
EventHelper() - Constructor for class org.apache.flume.event.EventHelper
 
EventReader - Interface in org.apache.flume.client.avro
A line reader produces a stream of lines for the AvroCLIClient to ingest into Flume.
events - Variable in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
EventSerDe - Interface in org.apache.flume.serialization

A class that is able to both serialize and deserialize events.

EventSerDe.Builder - Interface in org.apache.flume.serialization
Knows how to construct this serde.
Note: Implementations MUST provide a public a no-arg constructor.
EventSerializer - Interface in org.apache.flume.serialization
This interface provides callbacks for important serialization-related events.
EventSerializer.Builder - Interface in org.apache.flume.serialization
Knows how to construct this event serializer.
Note: Implementations MUST provide a public a no-arg constructor.
EventSerializerFactory - Class in org.apache.flume.serialization
 
EventSerializerFactory() - Constructor for class org.apache.flume.serialization.EventSerializerFactory
 
EventSerializerType - Enum in org.apache.flume.serialization
 
EXCLUDE_EVENTS - Static variable in class org.apache.flume.interceptor.RegexFilteringInterceptor.Constants
 
EXCLUDE_PROTOCOLS - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
Deprecated.
excludeCipherSuites - Variable in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
excludeProtocols - Variable in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
ExecSource - Class in org.apache.flume.source
A Source implementation that executes a Unix process and turns each line of text into an event.
ExecSource() - Constructor for class org.apache.flume.source.ExecSource
 
ExecSourceConfigurationConstants - Class in org.apache.flume.source
 
ExecSourceConfigurationConstants() - Constructor for class org.apache.flume.source.ExecSourceConfigurationConstants
 
expandShorthand(char) - Static method in class org.apache.flume.formatter.output.BucketPath
Deprecated.
extractEvent(ByteBuf) - Method in class org.apache.flume.source.SyslogUtils
 

F

Factory(TAsyncClientManager, TProtocolFactory) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.Factory
 
Factory() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Client.Factory
 
fail() - Method in class org.apache.flume.lifecycle.LifecycleSupervisor
 
failIfConfigured() - Method in class org.apache.flume.conf.ComponentConfiguration
 
FailoverRpcClient - Class in org.apache.flume.api
Avro/Netty implementation of RpcClient which supports failover.
FailoverRpcClient() - Constructor for class org.apache.flume.api.FailoverRpcClient
 
FailoverSinkProcessor - Class in org.apache.flume.sink
FailoverSinkProcessor maintains a prioritized list of sinks, guarranteeing that so long as one is available events will be processed.
FailoverSinkProcessor() - Constructor for class org.apache.flume.sink.FailoverSinkProcessor
 
failures - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.Status
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
fieldForId(int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
FileConfigurationSource - Class in org.apache.flume.node
 
FileConfigurationSource(URI) - Constructor for class org.apache.flume.node.FileConfigurationSource
 
FileConfigurationSourceFactory - Class in org.apache.flume.node
Creates a FileConfigurationSource.
FileConfigurationSourceFactory() - Constructor for class org.apache.flume.node.FileConfigurationSourceFactory
 
FILENAME_HEADER - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Whether to include absolute path filename in a header.
FILENAME_HEADER_KEY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Header in which to put absolute path filename.
fileNameHeader(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Find the _Fields constant that matches name, or null if its not found.
findByName(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Find the _Fields constant that matches name, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftId(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Find the _Fields constant that matches fieldId, or null if its not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByThriftIdOrThrow(int) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Find the _Fields constant that matches fieldId, throwing an exception if it is not found.
findByValue(int) - Static method in enum org.apache.flume.thrift.Status
Find a the enum type by its integer value, as defined in the Thrift IDL.
firstSeen - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.Status
 
FlumeBeanConfigurator - Class in org.apache.flume.tools
Utility class to enable runtime configuration of Java objects using provided Flume context objects (or equivalent).
FlumeBeanConfigurator() - Constructor for class org.apache.flume.tools.FlumeBeanConfigurator
 
FlumeConfiguration - Class in org.apache.flume.conf
FlumeConfiguration is an in memory representation of the hierarchical configuration namespace required by the ConfigurationProvider.
FlumeConfiguration(Properties) - Constructor for class org.apache.flume.conf.FlumeConfiguration
Deprecated.
please use the other constructor
FlumeConfiguration(Map<String, String>) - Constructor for class org.apache.flume.conf.FlumeConfiguration
Creates a populated Flume Configuration object.
FlumeConfiguration.AgentConfiguration - Class in org.apache.flume.conf
 
FlumeConfiguration.ComponentNameAndConfigKey - Class in org.apache.flume.conf
 
FlumeConfigurationError - Class in org.apache.flume.conf
 
FlumeConfigurationError(String, String, FlumeConfigurationErrorType, FlumeConfigurationError.ErrorOrWarning) - Constructor for class org.apache.flume.conf.FlumeConfigurationError
Component which had an error, specific key in error(which can be null)
FlumeConfigurationError.ErrorOrWarning - Enum in org.apache.flume.conf
 
FlumeConfigurationErrorType - Enum in org.apache.flume.conf
 
FlumeEventAvroEventSerializer - Class in org.apache.flume.serialization
 
FlumeEventAvroEventSerializer.Builder - Class in org.apache.flume.serialization
 
FlumeException - Exception in org.apache.flume
Base class of all flume exceptions.
FlumeException(String) - Constructor for exception org.apache.flume.FlumeException
 
FlumeException(String, Throwable) - Constructor for exception org.apache.flume.FlumeException
 
FlumeException(Throwable) - Constructor for exception org.apache.flume.FlumeException
 
flush() - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
 
flush() - Method in class org.apache.flume.serialization.BodyTextEventSerializer
 
flush() - Method in interface org.apache.flume.serialization.EventSerializer
Hook to flush any internal write buffers to the underlying stream.
flush() - Method in class org.apache.flume.serialization.HeaderAndBodyTextEventSerializer
 
format(Event) - Method in interface org.apache.flume.formatter.output.EventFormatter
Deprecated.
 
format(Event) - Method in class org.apache.flume.formatter.output.TextDelimitedOutputFormatter
Deprecated.
 
forSource(Source) - Static method in class org.apache.flume.SourceRunner
Static factory method to instantiate a source runner implementation that corresponds to the type of Source specified.

G

GANGLIA_DOUBLE_TYPE - Static variable in class org.apache.flume.instrumentation.GangliaServer
 
GangliaCollector() - Constructor for class org.apache.flume.instrumentation.GangliaServer.GangliaCollector
 
GangliaServer - Class in org.apache.flume.instrumentation
A Ganglia server that polls JMX based at a configured frequency (defaults to once every 60 seconds).
GangliaServer() - Constructor for class org.apache.flume.instrumentation.GangliaServer
 
GangliaServer.GangliaCollector - Class in org.apache.flume.instrumentation
Worker which polls JMX for all mbeans with ObjectName within the flume namespace: org.apache.flume.
get(String) - Method in class org.apache.flume.CounterGroup
 
get(String) - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
Retrieves the current value for this key
getAgentName() - Method in class org.apache.flume.node.AbstractConfigurationProvider
 
getAllChannels() - Method in class org.apache.flume.channel.AbstractChannelSelector
 
getAllChannels() - Method in interface org.apache.flume.ChannelSelector
 
getAllMBeans() - Static method in class org.apache.flume.instrumentation.util.JMXPollUtil
 
getAppendAcceptedCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getAppendAcceptedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getAppendAcceptedCount() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getAppendBatchAcceptedCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getAppendBatchAcceptedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getAppendBatchAcceptedCount() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getAppendBatchReceivedCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getAppendBatchReceivedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getAppendBatchReceivedCount() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getAppendReceivedCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getAppendReceivedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getAppendReceivedCount() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getAsyncClient(TNonblockingTransport) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.Factory
 
getBackOffSleepIncrement() - Method in interface org.apache.flume.PollableSource
 
getBackOffSleepIncrement() - Method in class org.apache.flume.source.AbstractPollableSource
 
getBaseDirectory() - Method in class org.apache.flume.formatter.output.DefaultPathManager
 
getBaseDirectory() - Method in interface org.apache.flume.formatter.output.PathManager
 
getBatchCompleteCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getBatchCompleteCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getBatchCompleteCount() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getBatchEmptyCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getBatchEmptyCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getBatchEmptyCount() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getBatchSize() - Method in class org.apache.flume.api.AbstractRpcClient
 
getBatchSize() - Method in interface org.apache.flume.api.RpcClient
Returns the maximum number of events that may be batched at once by appendBatch().
getBatchSize() - Method in interface org.apache.flume.conf.BatchSizeSupported
Returns the batch size
getBatchSize() - Method in class org.apache.flume.sink.AbstractRpcSink
 
getBatchSize() - Method in class org.apache.flume.sink.NullSink
 
getBatchSize() - Method in class org.apache.flume.sink.RollingFileSink
 
getBatchSize() - Method in class org.apache.flume.source.ExecSource
 
getBatchSize() - Method in class org.apache.flume.source.MultiportSyslogTCPSource
 
getBatchSize() - Method in class org.apache.flume.source.SequenceGeneratorSource
 
getBatchSize() - Method in class org.apache.flume.source.SpoolDirectorySource
 
getBatchSize() - Method in class org.apache.flume.source.StressSource
 
getBatchUnderflowCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getBatchUnderflowCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getBatchUnderflowCount() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getBody() - Method in interface org.apache.flume.Event
Returns the raw byte array of the data contained in this event.
getBody() - Method in class org.apache.flume.event.JSONEvent
 
getBody() - Method in class org.apache.flume.event.SimpleEvent
 
getBody() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
getBoolean(String, Boolean) - Method in class org.apache.flume.Context
Gets value mapped to key, returning defaultValue if unmapped.
getBoolean(String) - Method in class org.apache.flume.Context
Gets value mapped to key, returning null if unmapped.
getBranch() - Static method in class org.apache.flume.tools.VersionInfo
Get the branch on which this originated.
getBuilderClass() - Method in enum org.apache.flume.formatter.output.PathManagerType
 
getBuilderClass() - Method in enum org.apache.flume.interceptor.InterceptorType
 
getBuilderClass() - Method in enum org.apache.flume.serialization.EventDeserializerType
 
getBuilderClass() - Method in enum org.apache.flume.serialization.EventSerializerType
 
getBuildVersion() - Static method in class org.apache.flume.tools.VersionInfo
Returns the build version info which includes version, revision, user, date and source checksum
getChannel() - Method in class org.apache.flume.conf.sink.SinkConfiguration
 
getChannel(String) - Method in class org.apache.flume.conf.sink.SinkConfiguration
 
getChannel() - Method in class org.apache.flume.sink.AbstractSink
 
getChannel() - Method in interface org.apache.flume.Sink
 
getChannelCapacity() - Method in class org.apache.flume.instrumentation.ChannelCounter
 
getChannelCapacity() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getChannelCapacity() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getChannelClassName() - Method in enum org.apache.flume.conf.channel.ChannelType
Deprecated.
getChannelConfigMap() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getChannelConfigurationType() - Method in enum org.apache.flume.conf.channel.ChannelConfiguration.ChannelConfigurationType
 
getChannelContext() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getChannelFillPercentage() - Method in class org.apache.flume.instrumentation.ChannelCounter
 
getChannelFillPercentage() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getChannelFillPercentage() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getChannelListFromNames(String, Map<String, Channel>) - Method in class org.apache.flume.channel.AbstractChannelSelector
Given a list of channel names as space delimited string, returns list of channels.
getChannelNameMap() - Method in class org.apache.flume.channel.AbstractChannelSelector
 
getChannelProcessor() - Method in class org.apache.flume.source.AbstractSource
 
getChannelProcessor() - Method in class org.apache.flume.source.BasicSourceSemantics
 
getChannelProcessor() - Method in interface org.apache.flume.Source
Returns the channel processor that will handle this source's events.
getChannelReadFail() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getChannelReadFail() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getChannels() - Method in class org.apache.flume.conf.channel.ChannelSelectorConfiguration
 
getChannels() - Method in class org.apache.flume.conf.source.SourceConfiguration
 
getChannels() - Method in interface org.apache.flume.node.MaterializedConfiguration
 
getChannels() - Method in class org.apache.flume.node.SimpleMaterializedConfiguration
 
getChannelSelectorClassName() - Method in enum org.apache.flume.conf.channel.ChannelSelectorType
Deprecated.
getChannelSelectorConfigurationType() - Method in enum org.apache.flume.conf.channel.ChannelSelectorConfiguration.ChannelSelectorConfigurationType
 
getChannelSet() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getChannelSize() - Method in class org.apache.flume.instrumentation.ChannelCounter
 
getChannelSize() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getChannelSize() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getChannelWriteFail() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getChannelWriteFail() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getClass(String) - Method in class org.apache.flume.channel.DefaultChannelFactory
 
getClass(String) - Method in interface org.apache.flume.ChannelFactory
 
getClass(String) - Static method in class org.apache.flume.conf.ConfigFilterFactory
 
getClass(String) - Method in class org.apache.flume.sink.DefaultSinkFactory
 
getClass(String) - Method in interface org.apache.flume.SinkFactory
 
getClass(String) - Method in class org.apache.flume.source.DefaultSourceFactory
 
getClass(String) - Method in interface org.apache.flume.SourceFactory
 
getClassName() - Method in enum org.apache.flume.conf.channel.ChannelSelectorType
 
getClassName() - Method in enum org.apache.flume.conf.channel.ChannelType
 
getClassName() - Method in interface org.apache.flume.conf.ComponentWithClassName
 
getClassName() - Method in enum org.apache.flume.conf.configfilter.ConfigFilterType
 
getClassName() - Method in enum org.apache.flume.conf.sink.SinkProcessorType
 
getClassName() - Method in enum org.apache.flume.conf.sink.SinkType
 
getClassName() - Method in enum org.apache.flume.conf.source.SourceType
 
getClient(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client.Factory
 
getClient(TProtocol, TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client.Factory
 
getClientClassName() - Method in enum org.apache.flume.api.RpcClientFactory.ClientType
 
getClock() - Static method in class org.apache.flume.formatter.output.BucketPath
 
getComponentName() - Method in class org.apache.flume.conf.ComponentConfiguration
 
getComponentName() - Method in class org.apache.flume.conf.FlumeConfiguration.ComponentNameAndConfigKey
 
getComponentName() - Method in class org.apache.flume.conf.FlumeConfigurationError
 
getComponentType() - Method in enum org.apache.flume.conf.ComponentConfiguration.ComponentType
 
getConfigFilterConfigMap() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getConfigFilterConfigurationType() - Method in enum org.apache.flume.conf.configfilter.ConfigFilterConfiguration.ConfigFilterConfigurationType
 
getConfigFilterContext() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getConfigFilterSet() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getConfigKey() - Method in class org.apache.flume.conf.FlumeConfiguration.ComponentNameAndConfigKey
 
getConfiguration(String) - Method in enum org.apache.flume.conf.channel.ChannelConfiguration.ChannelConfigurationType
 
getConfiguration(String) - Method in enum org.apache.flume.conf.channel.ChannelSelectorConfiguration.ChannelSelectorConfigurationType
 
getConfiguration(String) - Method in enum org.apache.flume.conf.configfilter.ConfigFilterConfiguration.ConfigFilterConfigurationType
 
getConfiguration(String) - Method in enum org.apache.flume.conf.sink.SinkConfiguration.SinkConfigurationType
 
getConfiguration(String) - Method in enum org.apache.flume.conf.sink.SinkProcessorConfiguration.SinkProcessorConfigurationType
 
getConfiguration(String) - Method in enum org.apache.flume.conf.source.SourceConfiguration.SourceConfigurationType
 
getConfiguration() - Method in class org.apache.flume.node.AbstractConfigurationProvider
 
getConfiguration() - Method in interface org.apache.flume.node.ConfigurationProvider
 
getConfigurationErrors() - Method in class org.apache.flume.conf.FlumeConfiguration
 
getConfigurationFor(String) - Method in class org.apache.flume.conf.FlumeConfiguration
 
getConfigurationSource(URI, AuthorizationProvider, boolean) - Static method in interface org.apache.flume.node.ConfigurationSourceFactory
 
getConfigurationSources() - Method in class org.apache.flume.node.UriConfigurationProvider
 
getConnectionClosedCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getConnectionClosedCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getConnectionClosedCount() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getConnectionCreatedCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getConnectionCreatedCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getConnectionCreatedCount() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getConnectionFailedCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getConnectionFailedCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getConnectionFailedCount() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getCounter(String) - Method in class org.apache.flume.CounterGroup
 
getCounterGroup() - Method in class org.apache.flume.sink.NullSink
 
getCounters() - Method in class org.apache.flume.CounterGroup
 
getCurrentFile() - Method in class org.apache.flume.formatter.output.DefaultPathManager
 
getCurrentFile() - Method in interface org.apache.flume.formatter.output.PathManager
 
getDate() - Static method in class org.apache.flume.tools.VersionInfo
The date that Flume was compiled.
getDefaultInstance(String, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Returns an instance of RpcClient connected to the specified hostname and port.
getDefaultInstance(String, Integer, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Returns an instance of RpcClient connected to the specified hostname and port with the specified batchSize.
getDirectMemorySize() - Static method in class org.apache.flume.tools.DirectMemoryUtils
 
getDirectory() - Method in class org.apache.flume.sink.RollingFileSink
 
getDouble(String, Double) - Method in class org.apache.flume.Context
Gets value mapped to key, returning defaultValue if unmapped.
getDouble(String) - Method in class org.apache.flume.Context
Gets value mapped to key, returning null if unmapped.
getEmptyArgsInstance() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.append
 
getEmptyArgsInstance() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.appendBatch
 
getEmptyArgsInstance() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Processor.append
 
getEmptyArgsInstance() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Processor.appendBatch
 
getError() - Method in enum org.apache.flume.conf.FlumeConfigurationErrorType
 
getErrorOrWarning() - Method in class org.apache.flume.conf.FlumeConfigurationError
 
getErrors() - Method in class org.apache.flume.conf.ComponentConfiguration
 
getErrorType() - Method in class org.apache.flume.conf.FlumeConfigurationError
 
getEscapeMapping(String, Map<String, String>) - Static method in class org.apache.flume.formatter.output.BucketPath
Deprecated.
getEscapeMapping(String, Map<String, String>, boolean, int, int) - Static method in class org.apache.flume.formatter.output.BucketPath
Deprecated.
getEvent() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
getEventAcceptedCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getEventAcceptedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getEventAcceptedCount() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getEventDrainAttemptCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getEventDrainAttemptCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getEventDrainAttemptCount() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getEventDrainSuccessCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getEventDrainSuccessCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getEventDrainSuccessCount() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getEventPutAttemptCount() - Method in class org.apache.flume.instrumentation.ChannelCounter
 
getEventPutAttemptCount() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getEventPutAttemptCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getEventPutSuccessCount() - Method in class org.apache.flume.instrumentation.ChannelCounter
 
getEventPutSuccessCount() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getEventPutSuccessCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getEventReadFail() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getEventReadFail() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getEventReceivedCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getEventReceivedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getEventReceivedCount() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getEvents(HttpServletRequest) - Method in class org.apache.flume.source.http.BLOBHandler
Takes an HttpServletRequest and returns a list of Flume Events.
getEvents(HttpServletRequest) - Method in interface org.apache.flume.source.http.HTTPSourceHandler
Takes an HttpServletRequest and returns a list of Flume Events.
getEvents(HttpServletRequest) - Method in class org.apache.flume.source.http.JSONHandler
Takes an HttpServletRequest and returns a list of Flume Events.
getEvents() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
getEventsIterator() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
getEventSize() - Method in class org.apache.flume.source.SyslogUtils
 
getEventsSize() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
getEventTakeAttemptCount() - Method in class org.apache.flume.instrumentation.ChannelCounter
 
getEventTakeAttemptCount() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getEventTakeAttemptCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getEventTakeSuccessCount() - Method in class org.apache.flume.instrumentation.ChannelCounter
 
getEventTakeSuccessCount() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getEventTakeSuccessCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getEventWriteFail() - Method in class org.apache.flume.instrumentation.SinkCounter
 
getEventWriteFail() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getExcludeCipherSuites() - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getExcludeProtocols() - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getExtension() - Method in class org.apache.flume.formatter.output.DefaultPathManager
 
getExtension() - Method in class org.apache.flume.node.ClasspathConfigurationSource
 
getExtension() - Method in interface org.apache.flume.node.ConfigurationSource
Return the "file" extension for the specified uri.
getExtension() - Method in class org.apache.flume.node.FileConfigurationSource
 
getExtension() - Method in class org.apache.flume.node.HttpConfigurationSource
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
 
getFieldName() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
 
getFieldValue(ThriftFlumeEvent._Fields) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
getFieldValue(ThriftSourceProtocol.append_args._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
getFieldValue(ThriftSourceProtocol.append_result._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
getFieldValue(ThriftSourceProtocol.appendBatch_args._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
getFieldValue(ThriftSourceProtocol.appendBatch_result._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
getFileIndex() - Method in class org.apache.flume.formatter.output.DefaultPathManager
 
getFilteredCipherSuites(SSLParameters) - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getFilteredProtocols(SSLParameters) - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getFloat(String, Float) - Method in class org.apache.flume.Context
Gets value mapped to key, returning defaultValue if unmapped.
getFloat(String) - Method in class org.apache.flume.Context
Gets value mapped to key, returning null if unmapped.
getFlumeConfiguration() - Method in class org.apache.flume.node.AbstractConfigurationProvider
 
getFlumeConfiguration() - Method in class org.apache.flume.node.PollingZooKeeperConfigurationProvider
 
getFlumeConfiguration() - Method in class org.apache.flume.node.StaticZooKeeperConfigurationProvider
 
getFlumeConfiguration() - Method in class org.apache.flume.node.UriConfigurationProvider
 
getGenericProcessingFail() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getGenericProcessingFail() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getGlobalExcludeCipherSuites() - Static method in class org.apache.flume.util.SSLUtil
 
getGlobalExcludeProtocols() - Static method in class org.apache.flume.util.SSLUtil
 
getGlobalIncludeCipherSuites() - Static method in class org.apache.flume.util.SSLUtil
 
getGlobalIncludeProtocols() - Static method in class org.apache.flume.util.SSLUtil
 
getGlobalKeystorePassword() - Static method in class org.apache.flume.util.SSLUtil
 
getGlobalKeystorePath() - Static method in class org.apache.flume.util.SSLUtil
 
getGlobalKeystoreType(String) - Static method in class org.apache.flume.util.SSLUtil
 
getGlobalTruststorePassword() - Static method in class org.apache.flume.util.SSLUtil
 
getGlobalTruststorePath() - Static method in class org.apache.flume.util.SSLUtil
 
getGlobalTruststoreType(String) - Static method in class org.apache.flume.util.SSLUtil
 
getHeaders() - Method in interface org.apache.flume.Event
Returns a map of name-value pairs describing the data stored in the body.
getHeaders() - Method in class org.apache.flume.event.JSONEvent
 
getHeaders() - Method in class org.apache.flume.event.SimpleEvent
 
getHeaders() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
getHeadersSize() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
getHostInfoList(Properties) - Static method in class org.apache.flume.api.HostInfo
 
getHostName() - Method in class org.apache.flume.api.HostInfo
 
getHostname(SocketAddress) - Static method in class org.apache.flume.source.SyslogUtils
 
getIncludeCipherSuites() - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getIncludeProtocols() - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getIndexList() - Method in class org.apache.flume.util.OrderSelector
 
getInputStream() - Method in class org.apache.flume.node.ClasspathConfigurationSource
 
getInputStream() - Method in interface org.apache.flume.node.ConfigurationSource
Returns the InputStream if it hasn't already been processed.
getInputStream() - Method in class org.apache.flume.node.FileConfigurationSource
 
getInputStream() - Method in class org.apache.flume.node.HttpConfigurationSource
 
getInstance(Properties) - Static method in class org.apache.flume.api.RpcClientFactory
Returns an instance of RpcClient, optionally with failover.
getInstance(File) - Static method in class org.apache.flume.api.RpcClientFactory
Delegates to RpcClientFactory.getInstance(Properties props), given a File path to a Properties file.
getInstance(String, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Deprecated. 
getInstance(String, Integer, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Deprecated. 
getInstance(String, Context) - Static method in class org.apache.flume.formatter.output.PathManagerFactory
 
getInstance(File, String) - Static method in class org.apache.flume.serialization.DurablePositionTracker
If the file exists at startup, then read it, roll it, and open a new one.
getInstance(String, Context, ResettableInputStream) - Static method in class org.apache.flume.serialization.EventDeserializerFactory
 
getInstance(String, Context, OutputStream) - Static method in class org.apache.flume.serialization.EventSerializerFactory
 
getInteger(String, Integer) - Method in class org.apache.flume.Context
Gets value mapped to key, returning defaultValue if unmapped.
getInteger(String) - Method in class org.apache.flume.Context
Gets value mapped to key, returning null if unmapped.
getIP(SocketAddress) - Static method in class org.apache.flume.source.SyslogUtils
 
GetJavaProperty - Class in org.apache.flume.tools
A generic way for querying Java properties.
GetJavaProperty() - Constructor for class org.apache.flume.tools.GetJavaProperty
 
getKafkaCommitTimer() - Method in class org.apache.flume.instrumentation.kafka.KafkaChannelCounter
 
getKafkaCommitTimer() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getKafkaCommitTimer() - Method in class org.apache.flume.instrumentation.kafka.KafkaSourceCounter
 
getKafkaCommitTimer() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getKafkaEmptyCount() - Method in class org.apache.flume.instrumentation.kafka.KafkaSourceCounter
 
getKafkaEmptyCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getKafkaEventGetTimer() - Method in class org.apache.flume.instrumentation.kafka.KafkaChannelCounter
 
getKafkaEventGetTimer() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getKafkaEventGetTimer() - Method in class org.apache.flume.instrumentation.kafka.KafkaSourceCounter
 
getKafkaEventGetTimer() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getKafkaEventSendTimer() - Method in class org.apache.flume.instrumentation.kafka.KafkaChannelCounter
 
getKafkaEventSendTimer() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getKafkaEventSendTimer() - Method in class org.apache.flume.instrumentation.kafka.KafkaSinkCounter
 
getKafkaEventSendTimer() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getKey() - Method in class org.apache.flume.conf.FlumeConfigurationError
 
getKeystore() - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getKeystorePassword() - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getKeystoreType() - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getLastConnectedServerAddress() - Method in class org.apache.flume.api.FailoverRpcClient
Get the last socket address this client connected to.
getLastFileRead() - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader
Return the filename which generated the data from the last successful ReliableSpoolingFileEventReader.readEvents(int) call.
getLastFileReadInfo() - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader
Return the filename, lastModified, and size which generated the data from the last successful ReliableSpoolingFileEventReader.readEvents(int) call.
getLifecycleState() - Method in class org.apache.flume.channel.AbstractChannel
 
getLifecycleState() - Method in interface org.apache.flume.lifecycle.LifecycleAware
Return the current state of the service or component.
getLifecycleState() - Method in class org.apache.flume.lifecycle.LifecycleSupervisor
 
getLifecycleState() - Method in class org.apache.flume.node.PollingZooKeeperConfigurationProvider
 
getLifecycleState() - Method in class org.apache.flume.node.UriConfigurationProvider
 
getLifecycleState() - Method in class org.apache.flume.sink.AbstractSingleSinkProcessor
 
getLifecycleState() - Method in class org.apache.flume.sink.AbstractSink
 
getLifecycleState() - Method in class org.apache.flume.sink.AbstractSinkProcessor
 
getLifecycleState() - Method in class org.apache.flume.sink.AbstractSinkSelector
 
getLifecycleState() - Method in class org.apache.flume.SinkRunner
 
getLifecycleState() - Method in class org.apache.flume.source.AbstractSource
 
getLifecycleState() - Method in class org.apache.flume.source.BasicSourceSemantics
 
getLifecycleState() - Method in class org.apache.flume.source.EventDrivenSourceRunner
 
getLifecycleState() - Method in class org.apache.flume.source.PollableSourceRunner
 
getLogEveryNEvents() - Method in class org.apache.flume.sink.NullSink
 
getLong(String, Long) - Method in class org.apache.flume.Context
Gets value mapped to key, returning defaultValue if unmapped.
getLong(String) - Method in class org.apache.flume.Context
Gets value mapped to key, returning null if unmapped.
getMarkPosition() - Method in interface org.apache.flume.serialization.RemoteMarkable
Return the saved mark position without moving the mark pointer.
getMarkPosition() - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
getMaxBackOffSleepInterval() - Method in interface org.apache.flume.PollableSource
 
getMaxBackOffSleepInterval() - Method in class org.apache.flume.source.AbstractPollableSource
 
getMaxTimeOut() - Method in class org.apache.flume.util.OrderSelector
 
getMaxTries() - Method in class org.apache.flume.api.FailoverRpcClient
Get the maximum number of "failed" hosts the client will try to establish connection to before throwing an exception.
getMonitorClass() - Method in enum org.apache.flume.instrumentation.MonitoringType
 
getName() - Method in class org.apache.flume.channel.AbstractChannel
 
getName() - Method in class org.apache.flume.channel.AbstractChannelSelector
 
getName() - Method in class org.apache.flume.CounterGroup
 
getName() - Method in interface org.apache.flume.NamedComponent
 
getName() - Method in class org.apache.flume.sink.AbstractSink
 
getName() - Method in class org.apache.flume.source.AbstractSource
 
getName() - Method in class org.apache.flume.source.BasicSourceSemantics
 
getObjects() - Method in class org.apache.flume.util.OrderSelector
Get the list of objects to be ordered.
getOpenConnectionCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getOpenConnectionCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
getOpenConnectionCount() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getOptionalChannels(Event) - Method in class org.apache.flume.channel.LoadBalancingChannelSelector
 
getOptionalChannels(Event) - Method in class org.apache.flume.channel.MultiplexingChannelSelector
 
getOptionalChannels(Event) - Method in class org.apache.flume.channel.ReplicatingChannelSelector
 
getOptionalChannels(Event) - Method in interface org.apache.flume.ChannelSelector
Returns a list of optional channels.
getOutputStream() - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
Returns the stream to serialize data into.
getOutputStream() - Method in class org.apache.flume.serialization.FlumeEventAvroEventSerializer
 
getParameters() - Method in class org.apache.flume.Context
Gets a copy of the backing map structure.
getPolicy() - Method in class org.apache.flume.SinkRunner
 
getPollFrequency() - Method in class org.apache.flume.instrumentation.GangliaServer
 
getPortNumber() - Method in class org.apache.flume.api.HostInfo
 
getPosition() - Method in class org.apache.flume.serialization.DurablePositionTracker
 
getPosition() - Method in interface org.apache.flume.serialization.PositionTracker
 
getPostvalidationConfig() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getPrefix() - Method in class org.apache.flume.formatter.output.DefaultPathManager
 
getPrevalidationConfig() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getProcessor() - Method in class org.apache.flume.sink.SinkGroup
 
getProcessor(Context, List<Sink>) - Static method in class org.apache.flume.sink.SinkProcessorFactory
Creates a sink processor and configures it using the provided context
getProcessor(ComponentConfiguration, List<Sink>) - Static method in class org.apache.flume.sink.SinkProcessorFactory
 
getProcessorContext() - Method in class org.apache.flume.conf.sink.SinkGroupConfiguration
 
getProperty(String) - Method in class org.apache.flume.node.EnvVarResolverProperties
Deprecated.
 
getRate() - Method in class org.apache.flume.source.shaded.guava.RateLimiter
Returns the stable rate (as permits per seconds) with which this RateLimiter is configured with.
getRecursiveDirectorySearch() - Method in class org.apache.flume.source.SpoolDirectorySource
 
getReferenceName() - Method in class org.apache.flume.api.HostInfo
 
getRequiredChannels(Event) - Method in class org.apache.flume.channel.LoadBalancingChannelSelector
 
getRequiredChannels(Event) - Method in class org.apache.flume.channel.MultiplexingChannelSelector
 
getRequiredChannels(Event) - Method in class org.apache.flume.channel.ReplicatingChannelSelector
 
getRequiredChannels(Event) - Method in interface org.apache.flume.ChannelSelector
Returns a list of required channels.
getResult() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.append_call
 
getResult() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.appendBatch_call
 
getResult(I, ThriftSourceProtocol.append_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Processor.append
 
getResult(I, ThriftSourceProtocol.appendBatch_args) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Processor.appendBatch
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.append
 
getResultHandler(AbstractNonblockingServer.AsyncFrameBuffer, int) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.appendBatch
 
getRevision() - Static method in class org.apache.flume.tools.VersionInfo
Get the subversion revision number for the root directory
getRollbackCount() - Method in class org.apache.flume.instrumentation.kafka.KafkaChannelCounter
 
getRollbackCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getRollbackCount() - Method in class org.apache.flume.instrumentation.kafka.KafkaSinkCounter
 
getRollbackCount() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getRollInterval() - Method in class org.apache.flume.sink.RollingFileSink
 
getSchema() - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
Returns the parsed Avro schema corresponding to the data being written and the parameterized type specified.
getSchema() - Method in class org.apache.flume.serialization.FlumeEventAvroEventSerializer
 
getSchemes() - Method in class org.apache.flume.node.ClasspathConfigurationSourceFactory
 
getSchemes() - Method in interface org.apache.flume.node.ConfigurationSourceFactory
 
getSchemes() - Method in class org.apache.flume.node.FileConfigurationSourceFactory
 
getSchemes() - Method in class org.apache.flume.node.HttpConfigurationSourceFactory
 
getSelector() - Method in class org.apache.flume.channel.ChannelProcessor
 
getSelectorConfiguration() - Method in class org.apache.flume.conf.source.SourceConfiguration
 
getSeriesTimestamp() - Method in class org.apache.flume.formatter.output.DefaultPathManager
 
getSimpleDateFormat(String) - Static method in class org.apache.flume.formatter.output.BucketPath
 
getSink() - Method in class org.apache.flume.sink.AbstractSingleSinkProcessor
 
getSinkClassName() - Method in enum org.apache.flume.conf.sink.SinkType
Deprecated.
getSinkConfigMap() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getSinkConfigurationType() - Method in enum org.apache.flume.conf.sink.SinkConfiguration.SinkConfigurationType
 
getSinkContext() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getSinkGroupConfigMap() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getSinkgroupSet() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getSinkProcessorClassName() - Method in enum org.apache.flume.conf.sink.SinkProcessorType
Deprecated.
getSinkProcessorConfiguration() - Method in class org.apache.flume.conf.sink.SinkGroupConfiguration
 
getSinkProcessorConfigurationType() - Method in enum org.apache.flume.conf.sink.SinkProcessorConfiguration.SinkProcessorConfigurationType
 
getSinkRunners() - Method in interface org.apache.flume.node.MaterializedConfiguration
 
getSinkRunners() - Method in class org.apache.flume.node.SimpleMaterializedConfiguration
 
getSinks() - Method in class org.apache.flume.conf.sink.SinkGroupConfiguration
 
getSinks() - Method in class org.apache.flume.conf.sink.SinkProcessorConfiguration
 
getSinks() - Method in class org.apache.flume.sink.AbstractSinkProcessor
 
getSinks() - Method in class org.apache.flume.sink.AbstractSinkSelector
 
getSinkSet() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getSource() - Method in class org.apache.flume.SourceRunner
 
getSourceClassName() - Method in enum org.apache.flume.conf.source.SourceType
Deprecated.
getSourceConfigMap() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getSourceConfigurationType() - Method in enum org.apache.flume.conf.source.SourceConfiguration.SourceConfigurationType
 
getSourceContext() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getSourceCounter() - Method in class org.apache.flume.source.SpoolDirectorySource
 
getSourcePort() - Method in class org.apache.flume.source.NetcatUdpSource
 
getSourceRunners() - Method in interface org.apache.flume.node.MaterializedConfiguration
 
getSourceRunners() - Method in class org.apache.flume.node.SimpleMaterializedConfiguration
 
getSourceSet() - Method in class org.apache.flume.conf.FlumeConfiguration.AgentConfiguration
 
getSrcChecksum() - Static method in class org.apache.flume.tools.VersionInfo
Get the checksum of the source files from which Flume was built.
getSslContextSupplier() - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getSslEngine(boolean) - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getSslEngineSupplier(boolean) - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
getStartException() - Method in class org.apache.flume.source.BasicSourceSemantics
 
getStartTime() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getStartTime() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getStartTime() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getStartTime() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getStartTime() - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
Returns when this component was first started
getStartTime() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getStartTime() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getState() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
getStopTime() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getStopTime() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getStopTime() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getStopTime() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getStopTime() - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
Returns when this component was stopped
getStopTime() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getStopTime() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getString(String, String) - Method in class org.apache.flume.Context
Gets value mapped to key, returning defaultValue if unmapped.
getString(String) - Method in class org.apache.flume.Context
Gets value mapped to key, returning null if unmapped.
getSubProperties(String) - Method in class org.apache.flume.Context
Get properties which start with a prefix.
getSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
getSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
getSyslogStatus() - Method in enum org.apache.flume.source.SyslogUtils.SyslogStatus
 
getTarget() - Method in class org.apache.flume.serialization.DurablePositionTracker
 
getTarget() - Method in interface org.apache.flume.serialization.PositionTracker
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
 
getThriftFieldId() - Method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
 
getThriftInstance(String, Integer, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Return an RpcClient that uses Thrift for communicating with the next hop.
getThriftInstance(String, Integer) - Static method in class org.apache.flume.api.RpcClientFactory
Return an RpcClient that uses Thrift for communicating with the next hop.
getThriftInstance(Properties) - Static method in class org.apache.flume.api.RpcClientFactory
Return an RpcClient that uses Thrift for communicating with the next hop.
getTransaction() - Method in class org.apache.flume.channel.BasicChannelSemantics
Initializes the channel if it is not already, then checks to see if there is an open transaction for this thread, creating a new one via createTransaction if not.
getTransaction() - Method in interface org.apache.flume.Channel
 
getTransaction() - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel
 
getTransactionCapacity() - Method in class org.apache.flume.channel.MemoryChannel
 
getTransactionCapacity() - Method in interface org.apache.flume.conf.TransactionCapacitySupported
Returns the transaction capacity
getTransport(TSocket) - Method in class org.apache.flume.api.ThriftRpcClient
 
getType() - Method in class org.apache.flume.conf.ComponentConfiguration
 
getType() - Method in interface org.apache.flume.instrumentation.ChannelCounterMBean
 
getType() - Method in interface org.apache.flume.instrumentation.kafka.KafkaChannelCounterMBean
 
getType() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSinkCounterMBean
 
getType() - Method in interface org.apache.flume.instrumentation.kafka.KafkaSourceCounterMBean
 
getType() - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
 
getType() - Method in interface org.apache.flume.instrumentation.SinkCounterMBean
 
getType() - Method in interface org.apache.flume.instrumentation.SourceCounterMBean
 
getUninterruptibly(Future<V>) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes future.get() uninterruptibly.
getUninterruptibly(Future<V>, long, TimeUnit) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes future.get(timeout, unit) uninterruptibly.
getUri() - Method in class org.apache.flume.node.ClasspathConfigurationSource
 
getUri() - Method in interface org.apache.flume.node.ConfigurationSource
Returns the URI string.
getUri() - Method in class org.apache.flume.node.FileConfigurationSource
 
getUri() - Method in class org.apache.flume.node.HttpConfigurationSource
 
getUrl() - Static method in class org.apache.flume.tools.VersionInfo
Get the subversion URL for the root Flume directory.
getUser() - Static method in class org.apache.flume.tools.VersionInfo
The user that compiled Flume.
getValue() - Method in enum org.apache.flume.thrift.Status
Get the integer value of this enum value, as defined in the Thrift IDL.
getVersion() - Static method in class org.apache.flume.tools.VersionInfo
Get the Flume version.

H

handleConfigurationEvent(MaterializedConfiguration) - Method in class org.apache.flume.node.Application
 
hasFatalError() - Method in class org.apache.flume.source.SpoolDirectorySource
 
hashCode() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
hashCode() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
hashCode() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
hashCode() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
hashCode() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
hasNext() - Method in class org.apache.flume.util.SpecificOrderIterator
 
HeaderAndBodyTextEventSerializer - Class in org.apache.flume.serialization
This class simply writes the body of the event to the output stream and appends a newline after each event.
HeaderAndBodyTextEventSerializer.Builder - Class in org.apache.flume.serialization
 
headers - Variable in class org.apache.flume.thrift.ThriftFlumeEvent
 
HOST - Static variable in class org.apache.flume.interceptor.HostInterceptor.Constants
 
HOST_HEADER - Static variable in class org.apache.flume.interceptor.HostInterceptor.Constants
 
HOST_SELECTOR_RANDOM - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
HOST_SELECTOR_ROUND_ROBIN - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
HostInfo - Class in org.apache.flume.api
A convenience class that holds the property reference name along with the hostname and port number of a specified host address.
HostInfo(String, String, int) - Constructor for class org.apache.flume.api.HostInfo
 
HostInterceptor - Class in org.apache.flume.interceptor
Simple Interceptor class that sets the host name or IP on all events that are intercepted.
HostInterceptor.Builder - Class in org.apache.flume.interceptor
Builder which builds new instances of the HostInterceptor.
HostInterceptor.Constants - Class in org.apache.flume.interceptor
 
HTTP - Static variable in class org.apache.flume.node.net.UrlConnectionFactory
 
HTTPBadRequestException - Exception in org.apache.flume.source.http
Exception thrown by an HTTP Handler if the request was not parsed correctly into an event because the request was not in the expected format.
HTTPBadRequestException(String) - Constructor for exception org.apache.flume.source.http.HTTPBadRequestException
 
HTTPBadRequestException(String, Throwable) - Constructor for exception org.apache.flume.source.http.HTTPBadRequestException
 
HTTPBadRequestException(Throwable) - Constructor for exception org.apache.flume.source.http.HTTPBadRequestException
 
HttpConfigurationSource - Class in org.apache.flume.node
 
HttpConfigurationSource(URI, AuthorizationProvider, boolean) - Constructor for class org.apache.flume.node.HttpConfigurationSource
 
HttpConfigurationSourceFactory - Class in org.apache.flume.node
Creates an HttpConfigurationSource.
HttpConfigurationSourceFactory() - Constructor for class org.apache.flume.node.HttpConfigurationSourceFactory
 
HTTPMetricsServer - Class in org.apache.flume.instrumentation.http
A Monitor service implementation that runs a web server on a configurable port and returns the metrics for components in JSON format.
HTTPMetricsServer() - Constructor for class org.apache.flume.instrumentation.http.HTTPMetricsServer
 
HTTPS - Static variable in class org.apache.flume.node.net.UrlConnectionFactory
 
HTTPServerConstraintUtil - Class in org.apache.flume.tools
Utility class to define constraints on Jetty HTTP servers
HTTPSource - Class in org.apache.flume.source.http
A source which accepts Flume Events by HTTP POST and GET.
HTTPSource() - Constructor for class org.apache.flume.source.http.HTTPSource
 
HTTPSourceConfigurationConstants - Class in org.apache.flume.source.http
 
HTTPSourceConfigurationConstants() - Constructor for class org.apache.flume.source.http.HTTPSourceConfigurationConstants
 
HTTPSourceHandler - Interface in org.apache.flume.source.http
 

I

IGNORE_PAT - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Pattern of files to ignore
ignorePattern(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
INCLUDE_PAT - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Pattern of files to include
includeCipherSuites - Variable in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
includePattern(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
includeProtocols - Variable in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
increment(String) - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
Atomically increments the current value for this key by one
incrementAndGet(String) - Method in class org.apache.flume.CounterGroup
 
incrementAppendAcceptedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementAppendBatchAcceptedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementAppendBatchReceivedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementAppendReceivedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementBatchCompleteCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementBatchEmptyCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementBatchUnderflowCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementChannelReadFail() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementChannelWriteFail() - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementConnectionClosedCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementConnectionCreatedCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementConnectionFailedCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementEventAcceptedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementEventDrainAttemptCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementEventDrainSuccessCount() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementEventPutAttemptCount() - Method in class org.apache.flume.instrumentation.ChannelCounter
 
incrementEventReadFail() - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementEventReadOrChannelFail(Throwable) - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementEventReceivedCount() - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementEventTakeAttemptCount() - Method in class org.apache.flume.instrumentation.ChannelCounter
 
incrementEventWriteFail() - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementEventWriteOrChannelFail(Throwable) - Method in class org.apache.flume.instrumentation.SinkCounter
 
incrementGenericProcessingFail() - Method in class org.apache.flume.instrumentation.SourceCounter
 
incrementKafkaEmptyCount() - Method in class org.apache.flume.instrumentation.kafka.KafkaSourceCounter
 
incrementRollbackCount() - Method in class org.apache.flume.instrumentation.kafka.KafkaSinkCounter
 
INDENTSTEP - Static variable in class org.apache.flume.conf.FlumeConfiguration
 
informFailure(HostInfo) - Method in interface org.apache.flume.api.LoadBalancingRpcClient.HostSelector
 
informFailure(T) - Method in class org.apache.flume.util.OrderSelector
Inform this class of the failure of an object so it can be backed off.
informSinkFailed(Sink) - Method in class org.apache.flume.sink.AbstractSinkSelector
 
informSinkFailed(Sink) - Method in interface org.apache.flume.sink.LoadBalancingSinkProcessor.SinkSelector
 
initGlobalSSLParameters() - Static method in class org.apache.flume.util.SSLUtil
 
Initializable - Interface in org.apache.flume.node
An interface implmmented by components that need access after all components have been created but before any have been started.
initialize() - Method in class org.apache.flume.channel.BasicChannelSemantics
Called upon first getTransaction() request, while synchronized on this Channel instance.
initialize() - Method in class org.apache.flume.channel.ChannelProcessor
 
initialize() - Method in class org.apache.flume.interceptor.HostInterceptor
 
initialize() - Method in interface org.apache.flume.interceptor.Interceptor
Any initialization / startup needed by the Interceptor.
initialize() - Method in class org.apache.flume.interceptor.InterceptorChain
 
initialize() - Method in class org.apache.flume.interceptor.RegexExtractorInterceptor
 
initialize() - Method in class org.apache.flume.interceptor.RegexFilteringInterceptor
 
initialize() - Method in class org.apache.flume.interceptor.RemoveHeaderInterceptor
 
initialize() - Method in class org.apache.flume.interceptor.SearchAndReplaceInterceptor
 
initialize() - Method in class org.apache.flume.interceptor.StaticInterceptor
 
initialize() - Method in class org.apache.flume.interceptor.TimestampInterceptor
 
initialize(MaterializedConfiguration) - Method in interface org.apache.flume.node.Initializable
Called to initialize the component.
initializeRpcClient(Properties) - Method in class org.apache.flume.sink.AbstractRpcSink
Returns a new RpcClient instance configured using the given Properties object.
initializeRpcClient(Properties) - Method in class org.apache.flume.sink.AvroSink
 
initializeRpcClient(Properties) - Method in class org.apache.flume.sink.ThriftSink
 
INPUT_CHARSET - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Character set used when reading the input.
inputCharset(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
INSTANCE - Static variable in class org.apache.flume.node.net.LaxHostnameVerifier
Singleton instance.
intercept(Event) - Method in class org.apache.flume.interceptor.HostInterceptor
Modifies events in-place.
intercept(List<Event>) - Method in class org.apache.flume.interceptor.HostInterceptor
Delegates to HostInterceptor.intercept(Event) in a loop.
intercept(Event) - Method in interface org.apache.flume.interceptor.Interceptor
Interception of a single Event.
intercept(List<Event>) - Method in interface org.apache.flume.interceptor.Interceptor
Interception of a batch of events.
intercept(Event) - Method in class org.apache.flume.interceptor.InterceptorChain
 
intercept(List<Event>) - Method in class org.apache.flume.interceptor.InterceptorChain
 
intercept(Event) - Method in class org.apache.flume.interceptor.RegexExtractorInterceptor
 
intercept(List<Event>) - Method in class org.apache.flume.interceptor.RegexExtractorInterceptor
 
intercept(Event) - Method in class org.apache.flume.interceptor.RegexFilteringInterceptor
 
intercept(List<Event>) - Method in class org.apache.flume.interceptor.RegexFilteringInterceptor
Returns the set of events which pass filters, according to RegexFilteringInterceptor.intercept(Event).
intercept(List<Event>) - Method in class org.apache.flume.interceptor.RemoveHeaderInterceptor
 
intercept(Event) - Method in class org.apache.flume.interceptor.RemoveHeaderInterceptor
 
intercept(Event) - Method in class org.apache.flume.interceptor.SearchAndReplaceInterceptor
 
intercept(List<Event>) - Method in class org.apache.flume.interceptor.SearchAndReplaceInterceptor
 
intercept(Event) - Method in class org.apache.flume.interceptor.StaticInterceptor
Modifies events in-place.
intercept(List<Event>) - Method in class org.apache.flume.interceptor.StaticInterceptor
Delegates to StaticInterceptor.intercept(Event) in a loop.
intercept(Event) - Method in class org.apache.flume.interceptor.TimestampInterceptor
Modifies events in-place.
intercept(List<Event>) - Method in class org.apache.flume.interceptor.TimestampInterceptor
Interceptor - Interface in org.apache.flume.interceptor
 
Interceptor.Builder - Interface in org.apache.flume.interceptor
Builder implementations MUST have a no-arg constructor
InterceptorBuilderFactory - Class in org.apache.flume.interceptor
Factory used to register instances of Interceptors & their builders, as well as to instantiate the builders.
InterceptorBuilderFactory() - Constructor for class org.apache.flume.interceptor.InterceptorBuilderFactory
 
InterceptorChain - Class in org.apache.flume.interceptor
Implementation of Interceptor that calls a list of other Interceptors serially.
InterceptorChain() - Constructor for class org.apache.flume.interceptor.InterceptorChain
 
InterceptorType - Enum in org.apache.flume.interceptor
 
InterfaceAudience - Class in org.apache.flume.annotations
Annotation to inform users of a package, class or method's intended audience.
InterfaceAudience.LimitedPrivate - Annotation Type in org.apache.flume.annotations
Intended only for the project(s) specified in the annotation.
InterfaceAudience.Private - Annotation Type in org.apache.flume.annotations
Intended for use only within Flume
InterfaceAudience.Public - Annotation Type in org.apache.flume.annotations
Intended for use by any project or application.
InterfaceStability - Class in org.apache.flume.annotations
Annotation to inform users of how much to rely on a particular package, class or method not changing over time.
InterfaceStability() - Constructor for class org.apache.flume.annotations.InterfaceStability
 
InterfaceStability.Evolving - Annotation Type in org.apache.flume.annotations
Evolving, but can break compatibility at minor release (i.e.
InterfaceStability.Stable - Annotation Type in org.apache.flume.annotations
Can evolve while retaining compatibility for minor release boundaries.; can break compatibility only at major release (ie.
InterfaceStability.Unstable - Annotation Type in org.apache.flume.annotations
No guarantee is provided as to reliability or stability across any level of release granularity.
isActive() - Method in class org.apache.flume.api.AbstractRpcClient
 
isActive() - Method in class org.apache.flume.api.FailoverRpcClient
 
isActive() - Method in class org.apache.flume.api.LoadBalancingRpcClient
 
isActive() - Method in class org.apache.flume.api.NettyAvroRpcClient
 
isActive() - Method in interface org.apache.flume.api.RpcClient
Returns true if this object appears to be in a usable state, and it returns false if this object is permanently disabled.
isActive() - Method in class org.apache.flume.api.ThriftRpcClient
 
isComponentInErrorState(LifecycleAware) - Method in class org.apache.flume.lifecycle.LifecycleSupervisor
 
isGanglia3() - Method in class org.apache.flume.instrumentation.GangliaServer
 
isModified() - Method in interface org.apache.flume.node.ConfigurationSource
Determine if the configuration data source has been modified since it was last checked.
isModified() - Method in class org.apache.flume.node.FileConfigurationSource
 
isModified() - Method in class org.apache.flume.node.HttpConfigurationSource
 
isNotFoundConfigClass() - Method in class org.apache.flume.conf.ComponentConfiguration
 
isOneway() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.append
 
isOneway() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.appendBatch
 
isOneway() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Processor.append
 
isOneway() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Processor.appendBatch
 
isRunning() - Method in class org.apache.flume.source.shaded.guava.Stopwatch
Returns true if Stopwatch.start() has been called on this stopwatch, and Stopwatch.stop() has not been called since the last call to start().
isSet(ThriftFlumeEvent._Fields) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSourceProtocol.append_args._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSourceProtocol.append_result._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSourceProtocol.appendBatch_args._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSet(ThriftSourceProtocol.appendBatch_result._Fields) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
isSetBody() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
Returns true if field body is set (has been assigned a value) and false otherwise
isSetEvent() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
Returns true if field event is set (has been assigned a value) and false otherwise
isSetEvents() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
Returns true if field events is set (has been assigned a value) and false otherwise
isSetHeaders() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
Returns true if field headers is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
Returns true if field success is set (has been assigned a value) and false otherwise
isSetSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
Returns true if field success is set (has been assigned a value) and false otherwise
isShouldBackOff() - Method in class org.apache.flume.util.OrderSelector
 
isSslEnabled() - Method in class org.apache.flume.source.SslContextAwareAbstractSource
 
isStarted() - Method in class org.apache.flume.source.BasicSourceSemantics
 
isWindows() - Static method in class org.apache.flume.tools.PlatformDetect
Detects whether we are running under Microsoft Windows.

J

JMXPollUtil - Class in org.apache.flume.instrumentation.util
 
JMXPollUtil() - Constructor for class org.apache.flume.instrumentation.util.JMXPollUtil
 
joinUninterruptibly(Thread) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes toJoin.join() uninterruptibly.
joinUninterruptibly(Thread, long, TimeUnit) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes unit.timedJoin(toJoin, timeout) uninterruptibly.
JSON - Static variable in interface org.apache.flume.node.ConfigurationSource
 
JSONEvent - Class in org.apache.flume.event
 
JSONEvent() - Constructor for class org.apache.flume.event.JSONEvent
 
JSONHandler - Class in org.apache.flume.source.http
JSONHandler for HTTPSource that accepts an array of events.
JSONHandler() - Constructor for class org.apache.flume.source.http.JSONHandler
 

K

KafkaChannelCounter - Class in org.apache.flume.instrumentation.kafka
 
KafkaChannelCounter(String) - Constructor for class org.apache.flume.instrumentation.kafka.KafkaChannelCounter
 
KafkaChannelCounterMBean - Interface in org.apache.flume.instrumentation.kafka
 
KafkaSinkCounter - Class in org.apache.flume.instrumentation.kafka
 
KafkaSinkCounter(String) - Constructor for class org.apache.flume.instrumentation.kafka.KafkaSinkCounter
 
KafkaSinkCounterMBean - Interface in org.apache.flume.instrumentation.kafka
 
KafkaSourceCounter - Class in org.apache.flume.instrumentation.kafka
 
KafkaSourceCounter(String) - Constructor for class org.apache.flume.instrumentation.kafka.KafkaSourceCounter
 
KafkaSourceCounterMBean - Interface in org.apache.flume.instrumentation.kafka
 
KEEP_FIELDS_ALL - Static variable in class org.apache.flume.source.SyslogUtils
 
keepAllFields(Set<String>) - Static method in class org.apache.flume.source.SyslogUtils
 
KERBEROS_KEY - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
 
KEY - Static variable in class org.apache.flume.interceptor.StaticInterceptor.Constants
 
KEY_DEFAULT - Static variable in class org.apache.flume.interceptor.StaticInterceptor.Constants
 

L

lastSeen - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.Status
 
lastSeenState - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.Status
 
LaxHostnameVerifier - Class in org.apache.flume.node.net
An HostnameVerifier which accepts everything.
length() - Method in interface org.apache.flume.serialization.LengthMeasurable
returns the total length of the stream or file
length() - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
LengthMeasurable - Interface in org.apache.flume.serialization
 
LifecycleAware - Interface in org.apache.flume.lifecycle
An interface implemented by any class that has a defined, stateful, lifecycle.
lifecycleAware - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.MonitorRunnable
 
LifecycleController - Class in org.apache.flume.lifecycle
 
LifecycleController() - Constructor for class org.apache.flume.lifecycle.LifecycleController
 
LifecycleException - Exception in org.apache.flume.lifecycle
 
LifecycleException() - Constructor for exception org.apache.flume.lifecycle.LifecycleException
 
LifecycleException(String) - Constructor for exception org.apache.flume.lifecycle.LifecycleException
 
LifecycleException(String, Throwable) - Constructor for exception org.apache.flume.lifecycle.LifecycleException
 
LifecycleException(Throwable) - Constructor for exception org.apache.flume.lifecycle.LifecycleException
 
LifecycleState - Enum in org.apache.flume.lifecycle
 
LifecycleSupervisor - Class in org.apache.flume.lifecycle
 
LifecycleSupervisor() - Constructor for class org.apache.flume.lifecycle.LifecycleSupervisor
 
LifecycleSupervisor.MonitorRunnable - Class in org.apache.flume.lifecycle
 
LifecycleSupervisor.Status - Class in org.apache.flume.lifecycle
 
LifecycleSupervisor.SupervisorPolicy - Class in org.apache.flume.lifecycle
 
LifecycleSupervisor.SupervisorPolicy.AlwaysRestartPolicy - Class in org.apache.flume.lifecycle
 
LifecycleSupervisor.SupervisorPolicy.OnceOnlyPolicy - Class in org.apache.flume.lifecycle
 
LineDeserializer - Class in org.apache.flume.serialization
A deserializer that parses text lines from a file.
LineDeserializer.Builder - Class in org.apache.flume.serialization
 
LoadBalancingChannelSelector - Class in org.apache.flume.channel
Load balancing channel selector.
LoadBalancingChannelSelector() - Constructor for class org.apache.flume.channel.LoadBalancingChannelSelector
 
LoadBalancingRpcClient - Class in org.apache.flume.api
An implementation of RpcClient interface that uses NettyAvroRpcClient instances to load-balance the requests over many different hosts.
LoadBalancingRpcClient() - Constructor for class org.apache.flume.api.LoadBalancingRpcClient
 
LoadBalancingRpcClient.HostSelector - Interface in org.apache.flume.api
 
LoadBalancingSinkProcessor - Class in org.apache.flume.sink
Provides the ability to load-balance flow over multiple sinks.
LoadBalancingSinkProcessor() - Constructor for class org.apache.flume.sink.LoadBalancingSinkProcessor
 
LoadBalancingSinkProcessor.SinkSelector - Interface in org.apache.flume.sink
An interface that allows the LoadBalancingSinkProcessor to use a load-balancing strategy such as round-robin, random distribution etc.
LOG_PRINTCONFIG_PROP - Static variable in class org.apache.flume.conf.LogPrivacyUtil
system property name to enable logging of information related to the validation of agent configuration at startup.
LOG_RAWDATA_PROP - Static variable in class org.apache.flume.conf.LogPrivacyUtil
system property name to enable logging of potentially sensitive user data
logger - Static variable in class org.apache.flume.source.MultiportSyslogTCPSource
 
logger - Static variable in class org.apache.flume.source.ThriftSource
 
LoggerSink - Class in org.apache.flume.sink
A Sink implementation that logs all events received at the INFO level to the org.apache.flume.sink.LoggerSink logger.
LoggerSink() - Constructor for class org.apache.flume.sink.LoggerSink
 
LogPrivacyUtil - Class in org.apache.flume.conf
Utility class to help any Flume component determine whether logging potentially sensitive information is allowed or not.
LogPrivacyUtil() - Constructor for class org.apache.flume.conf.LogPrivacyUtil
 

M

main(String[]) - Static method in class org.apache.flume.client.avro.AvroCLIClient
 
main(String[]) - Static method in class org.apache.flume.node.Application
 
main(String[]) - Static method in class org.apache.flume.tools.GetJavaProperty
 
main(String[]) - Static method in class org.apache.flume.tools.VersionInfo
 
MANDATORY_PARAMETERS - Static variable in class org.apache.flume.source.http.BLOBHandler
 
mark() - Method in class org.apache.flume.serialization.AvroEventDeserializer
 
mark() - Method in interface org.apache.flume.serialization.EventDeserializer
Marks the underlying input stream, indicating that the events previously returned by this EventDeserializer have been successfully committed.
mark() - Method in class org.apache.flume.serialization.LineDeserializer
 
mark() - Method in interface org.apache.flume.serialization.Resettable
Indicate that the current position should be returned to in the case of Resettable.reset() being called.
mark() - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
mark() - Method in class org.apache.flume.serialization.ResettableInputStream
Marks the current position in this input stream.
markPosition(long) - Method in interface org.apache.flume.serialization.RemoteMarkable
Indicate that the specified position should be returned to in the case of Resettable.reset() being called.
markPosition(long) - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
matches(InetSocketAddress) - Method in class org.apache.flume.netty.filter.PatternRule
 
MaterializedConfiguration - Interface in org.apache.flume.node
MaterializedConfiguration represents the materialization of a Flume properties file.
MAX_BACKOFF - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
MAX_BACKOFF_SLEEP - Static variable in class org.apache.flume.source.PollableSourceConstants
 
MAX_BYTES_DUMP_KEY - Static variable in class org.apache.flume.sink.LoggerSink
 
MAX_IO_WORKERS - Static variable in class org.apache.flume.api.RpcClientConfigurationConstants
Configuration constants for the NettyAvroRpcClient NioClientSocketChannelFactory
MAXLINE_DFLT - Static variable in class org.apache.flume.serialization.LineDeserializer
 
MAXLINE_KEY - Static variable in class org.apache.flume.serialization.LineDeserializer
 
maxTimeOut - Variable in class org.apache.flume.sink.AbstractSinkSelector
 
MemoryChannel - Class in org.apache.flume.channel
MemoryChannel is the recommended channel to use when speeds which writing to disk is impractical is required or durability of data is not required.
MemoryChannel() - Constructor for class org.apache.flume.channel.MemoryChannel
 
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftFlumeEvent
 
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
metaDataMap - Static variable in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
MIN_BUF_SIZE - Static variable in class org.apache.flume.serialization.ResettableFileInputStream
The minimum acceptable buffer size to store bytes read from the underlying file.
MIN_SIZE - Static variable in class org.apache.flume.source.SyslogUtils
 
MonitoredCounterGroup - Class in org.apache.flume.instrumentation
Used for keeping track of internal metrics using atomic integers
MonitoredCounterGroup(MonitoredCounterGroup.Type, String, String...) - Constructor for class org.apache.flume.instrumentation.MonitoredCounterGroup
 
MonitoredCounterGroup.Type - Enum in org.apache.flume.instrumentation
Component Enum Constants Used by each component's constructor to distinguish which type the component is.
MonitoringType - Enum in org.apache.flume.instrumentation
Enum for Monitoring types.
MonitorRunnable() - Constructor for class org.apache.flume.lifecycle.LifecycleSupervisor.MonitorRunnable
 
MonitorService - Interface in org.apache.flume.instrumentation
Interface that any monitoring service should implement.
monitorService - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.MonitorRunnable
 
MultiplexingChannelSelector - Class in org.apache.flume.channel
 
MultiplexingChannelSelector() - Constructor for class org.apache.flume.channel.MultiplexingChannelSelector
 
MultiportSyslogTCPSource - Class in org.apache.flume.source
 
MultiportSyslogTCPSource() - Constructor for class org.apache.flume.source.MultiportSyslogTCPSource
 

N

NamedComponent - Interface in org.apache.flume
Enables a component to be tagged with a name so that it can be referred to uniquely within the configuration system.
NetcatHandler() - Constructor for class org.apache.flume.source.NetcatUdpSource.NetcatHandler
 
NetcatSource - Class in org.apache.flume.source
A netcat-like source that listens on a given port and turns each line of text into an event.
NetcatSource() - Constructor for class org.apache.flume.source.NetcatSource
 
NetcatSourceConfigurationConstants - Class in org.apache.flume.source
 
NetcatSourceConfigurationConstants() - Constructor for class org.apache.flume.source.NetcatSourceConfigurationConstants
 
NetcatUdpSource - Class in org.apache.flume.source
 
NetcatUdpSource() - Constructor for class org.apache.flume.source.NetcatUdpSource
 
NetcatUdpSource.NetcatHandler - Class in org.apache.flume.source
 
NettyAvroRpcClient - Class in org.apache.flume.api
Avro/Netty implementation of RpcClient.
NettyAvroRpcClient() - Constructor for class org.apache.flume.api.NettyAvroRpcClient
This constructor is intended to be called from RpcClientFactory.
newInstance(String) - Static method in class org.apache.flume.interceptor.InterceptorBuilderFactory
Instantiate specified class, either alias or fully-qualified class name.
NEWLINE - Static variable in class org.apache.flume.conf.FlumeConfiguration
 
next() - Method in class org.apache.flume.util.SpecificOrderIterator
 
nextFile() - Method in class org.apache.flume.formatter.output.DefaultPathManager
 
nextFile() - Method in interface org.apache.flume.formatter.output.PathManager
 
nextFile() - Method in class org.apache.flume.formatter.output.RollTimePathManager
 
NoOpTransaction() - Constructor for class org.apache.flume.channel.PseudoTxnMemoryChannel.NoOpTransaction
 
NullSink - Class in org.apache.flume.sink
A Sink implementation that simply discards all events it receives.
NullSink() - Constructor for class org.apache.flume.sink.NullSink
 

O

offset - Variable in class org.apache.flume.instrumentation.GangliaServer
 
OnceOnlyPolicy() - Constructor for class org.apache.flume.lifecycle.LifecycleSupervisor.SupervisorPolicy.OnceOnlyPolicy
 
OrderSelector<T> - Class in org.apache.flume.util
A basic implementation of an order selector that implements a simple exponential backoff algorithm.
OrderSelector(boolean) - Constructor for class org.apache.flume.util.OrderSelector
 
org.apache.flume - package org.apache.flume
 
org.apache.flume.agent.embedded - package org.apache.flume.agent.embedded
This package provides Flume users the ability to embed simple agents in applications.
org.apache.flume.annotations - package org.apache.flume.annotations
 
org.apache.flume.api - package org.apache.flume.api
 
org.apache.flume.channel - package org.apache.flume.channel
 
org.apache.flume.client.avro - package org.apache.flume.client.avro
 
org.apache.flume.conf - package org.apache.flume.conf
 
org.apache.flume.conf.channel - package org.apache.flume.conf.channel
 
org.apache.flume.conf.configfilter - package org.apache.flume.conf.configfilter
 
org.apache.flume.conf.sink - package org.apache.flume.conf.sink
 
org.apache.flume.conf.source - package org.apache.flume.conf.source
 
org.apache.flume.event - package org.apache.flume.event
 
org.apache.flume.formatter.output - package org.apache.flume.formatter.output
 
org.apache.flume.instrumentation - package org.apache.flume.instrumentation
 
org.apache.flume.instrumentation.http - package org.apache.flume.instrumentation.http
 
org.apache.flume.instrumentation.kafka - package org.apache.flume.instrumentation.kafka
 
org.apache.flume.instrumentation.util - package org.apache.flume.instrumentation.util
 
org.apache.flume.interceptor - package org.apache.flume.interceptor
 
org.apache.flume.lifecycle - package org.apache.flume.lifecycle
 
org.apache.flume.netty.filter - package org.apache.flume.netty.filter
 
org.apache.flume.node - package org.apache.flume.node
 
org.apache.flume.node.net - package org.apache.flume.node.net
 
org.apache.flume.serialization - package org.apache.flume.serialization
 
org.apache.flume.sink - package org.apache.flume.sink
 
org.apache.flume.source - package org.apache.flume.source
 
org.apache.flume.source.http - package org.apache.flume.source.http
 
org.apache.flume.source.shaded.guava - package org.apache.flume.source.shaded.guava
 
org.apache.flume.thrift - package org.apache.flume.thrift
 
org.apache.flume.tools - package org.apache.flume.tools
 
org.apache.flume.util - package org.apache.flume.util
 
OUT_CHARSET_KEY - Static variable in class org.apache.flume.serialization.LineDeserializer
 

P

PARAMETER_SEPARATOR - Static variable in class org.apache.flume.source.http.BLOBHandler
 
parseBatchSize(Properties) - Static method in class org.apache.flume.api.AbstractRpcClient
This is to parse the batch size config for rpc clients
parseMessage(String, Charset, Set<String>) - Method in class org.apache.flume.source.SyslogParser
Parses a Flume Event out of a syslog message string.
parseRfc3164Time(String) - Method in class org.apache.flume.source.SyslogParser
Parse the RFC3164 date format.
parseRfc5424Date(String) - Method in class org.apache.flume.source.SyslogParser
Parse date in RFC 5424 format.
PathManager - Interface in org.apache.flume.formatter.output
Creates the files used by the RollingFileSink.
PathManager.Builder - Interface in org.apache.flume.formatter.output
Knows how to construct this path manager.
Note: Implementations MUST provide a public a no-arg constructor.
PathManagerFactory - Class in org.apache.flume.formatter.output
Create PathManager instances.
PathManagerFactory() - Constructor for class org.apache.flume.formatter.output.PathManagerFactory
 
PathManagerType - Enum in org.apache.flume.formatter.output
 
PatternRule - Class in org.apache.flume.netty.filter
The Class PatternRule represents an IP filter rule using string patterns.
PatternRule(IpFilterRuleType, String) - Constructor for class org.apache.flume.netty.filter.PatternRule
Construct the IpFilterRule from a pattern.
PlatformDetect - Class in org.apache.flume.tools
Utilities for platform & operating system detection
PlatformDetect() - Constructor for class org.apache.flume.tools.PlatformDetect
 
POLL_DELAY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Delay(in milliseconds) used when polling for new files.
PollableSource - Interface in org.apache.flume
A Source that requires an external driver to poll to determine whether there are events that are available to ingest from the source.
PollableSource.Status - Enum in org.apache.flume
 
PollableSourceConstants - Class in org.apache.flume.source
 
PollableSourceConstants() - Constructor for class org.apache.flume.source.PollableSourceConstants
 
PollableSourceRunner - Class in org.apache.flume.source
An implementation of SourceRunner that can drive a PollableSource.
PollableSourceRunner() - Constructor for class org.apache.flume.source.PollableSourceRunner
 
PollableSourceRunner.PollingRunner - Class in org.apache.flume.source
 
PollingPropertiesFileConfigurationProvider - Class in org.apache.flume.node
Deprecated.
Use UriConfigurationProvider instead.
PollingPropertiesFileConfigurationProvider(String, File, EventBus, int) - Constructor for class org.apache.flume.node.PollingPropertiesFileConfigurationProvider
Deprecated.
 
PollingRunner() - Constructor for class org.apache.flume.SinkRunner.PollingRunner
 
PollingRunner() - Constructor for class org.apache.flume.source.PollableSourceRunner.PollingRunner
 
PollingZooKeeperConfigurationProvider - Class in org.apache.flume.node
 
PollingZooKeeperConfigurationProvider(String, String, String, EventBus) - Constructor for class org.apache.flume.node.PollingZooKeeperConfigurationProvider
 
PositionTracker - Interface in org.apache.flume.serialization
Defines an interface for tracking the offset position in a target file.
PRESERVE - Static variable in class org.apache.flume.interceptor.HostInterceptor.Constants
 
PRESERVE - Static variable in class org.apache.flume.interceptor.StaticInterceptor.Constants
 
PRESERVE_DEFAULT - Static variable in class org.apache.flume.interceptor.StaticInterceptor.Constants
 
PRESERVE_DFLT - Static variable in class org.apache.flume.interceptor.HostInterceptor.Constants
 
process() - Method in interface org.apache.flume.PollableSource
Attempt to pull an item from the source, sending it to the channel.
process() - Method in class org.apache.flume.sink.AbstractRpcSink
 
process() - Method in class org.apache.flume.sink.DefaultSinkProcessor
 
process() - Method in class org.apache.flume.sink.FailoverSinkProcessor
 
process() - Method in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
process() - Method in class org.apache.flume.sink.LoggerSink
 
process() - Method in class org.apache.flume.sink.NullSink
 
process() - Method in interface org.apache.flume.Sink
Requests the sink to attempt to consume data from attached channel
process() - Method in class org.apache.flume.sink.RollingFileSink
 
process() - Method in interface org.apache.flume.SinkProcessor
Handle a request to poll the owned sinks.
process() - Method in class org.apache.flume.source.AbstractPollableSource
 
processEvent(Event) - Method in class org.apache.flume.channel.ChannelProcessor
Attempts to put the given event into each configured channel.
processEventBatch(List<Event>) - Method in class org.apache.flume.channel.ChannelProcessor
Attempts to put the given events into each configured channel.
Processor(I) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Processor
 
Processor(I, Map<String, ProcessFunction<I, ? extends TBase>>) - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol.Processor
 
PROPERTIES - Static variable in interface org.apache.flume.node.ConfigurationSource
 
PropertiesFileConfigurationProvider - Class in org.apache.flume.node
Deprecated.
Use UriConfigurationProvider.
PropertiesFileConfigurationProvider(String, File) - Constructor for class org.apache.flume.node.PropertiesFileConfigurationProvider
Deprecated.
 
PseudoTxnMemoryChannel - Class in org.apache.flume.channel
A capacity-capped Channel implementation that supports in-memory buffering and delivery of events.
PseudoTxnMemoryChannel() - Constructor for class org.apache.flume.channel.PseudoTxnMemoryChannel
 
PseudoTxnMemoryChannel.NoOpTransaction - Class in org.apache.flume.channel
A no-op transaction implementation that does nothing at all.
put(Event) - Method in class org.apache.flume.agent.embedded.EmbeddedAgent
Adds event to the channel owned by the agent.
put(Event) - Method in class org.apache.flume.agent.embedded.EmbeddedSource
 
put(Event) - Method in class org.apache.flume.channel.BasicChannelSemantics
Ensures that a transaction exists for this thread and then delegates the put to the thread's BasicTransactionSemantics instance.
put(Event) - Method in class org.apache.flume.channel.BasicTransactionSemantics
The method to which BasicChannelSemantics delegates calls to put.
put(Channel, Event) - Static method in class org.apache.flume.channel.ChannelUtils
A convenience method for single-event put transactions.
put(Channel, Collection<Event>) - Static method in class org.apache.flume.channel.ChannelUtils
A convenience method for multiple-event put transactions.
put(Event) - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel
 
put(Event) - Method in interface org.apache.flume.Channel
Puts the given event into the channel.
put(String, String) - Method in class org.apache.flume.Context
Associates the specified value with the specified key in this context.
putAll(List<Event>) - Method in class org.apache.flume.agent.embedded.EmbeddedAgent
Adds events to the channel owned by the agent.
putAll(List<Event>) - Method in class org.apache.flume.agent.embedded.EmbeddedSource
 
putAll(Map<String, String>) - Method in class org.apache.flume.Context
Associates all of the given map's keys and values in the Context.
putToHeaders(String, String) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
putUninterruptibly(BlockingQueue<E>, E) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes queue.put(element) uninterruptibly.

R

RandomOrderSelector<T> - Class in org.apache.flume.util
An implementation of OrderSelector which returns objects in random order.
RandomOrderSelector(boolean) - Constructor for class org.apache.flume.util.RandomOrderSelector
 
RateLimiter - Class in org.apache.flume.source.shaded.guava
A rate limiter.
read() - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
read(byte[], int, int) - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
read() - Method in class org.apache.flume.serialization.ResettableInputStream
Read a single byte of data from the stream.
read(byte[], int, int) - Method in class org.apache.flume.serialization.ResettableInputStream
Read multiple bytes of data from the stream.
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
read(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
readChar() - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
readChar() - Method in class org.apache.flume.serialization.ResettableInputStream
Read a single character.
readEvent() - Method in interface org.apache.flume.client.avro.EventReader
Get the next line associated with the input stream.
readEvent() - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader
 
readEvent() - Method in class org.apache.flume.client.avro.SimpleTextLineEventReader
 
readEvent() - Method in class org.apache.flume.serialization.AvroEventDeserializer
 
readEvent() - Method in interface org.apache.flume.serialization.EventDeserializer
Read a single event from the underlying stream.
readEvent() - Method in class org.apache.flume.serialization.LineDeserializer
Reads a line from a file and returns an event
readEvents(int) - Method in interface org.apache.flume.client.avro.EventReader
Get up to n lines associated with the input stream.
readEvents(int) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader
 
readEvents(int) - Method in class org.apache.flume.client.avro.SimpleTextLineEventReader
 
readEvents(int) - Method in class org.apache.flume.serialization.AvroEventDeserializer
 
readEvents(int) - Method in interface org.apache.flume.serialization.EventDeserializer
Read a batch of events from the underlying stream.
readEvents(int) - Method in class org.apache.flume.serialization.LineDeserializer
Batch line read
RECURSIVE_DIRECTORY_SEARCH - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Flag to indicate if we should recursively checking for new files.
recursiveDirectorySearch(boolean) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
recv_append() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
recv_appendBatch() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
Recyclable - Annotation Type in org.apache.flume.annotations
 
REGEX - Static variable in class org.apache.flume.interceptor.RegexFilteringInterceptor.Constants
 
RegexExtractorInterceptor - Class in org.apache.flume.interceptor
Interceptor that extracts matches using a specified regular expression and appends the matches to the event headers using the specified serializers
RegexExtractorInterceptor.Builder - Class in org.apache.flume.interceptor
 
RegexExtractorInterceptorMillisSerializer - Class in org.apache.flume.interceptor
Serializer that converts the passed in value into milliseconds using the specified formatting pattern
RegexExtractorInterceptorMillisSerializer() - Constructor for class org.apache.flume.interceptor.RegexExtractorInterceptorMillisSerializer
 
RegexExtractorInterceptorPassThroughSerializer - Class in org.apache.flume.interceptor
Serializer that simply returns the passed in value
RegexExtractorInterceptorPassThroughSerializer() - Constructor for class org.apache.flume.interceptor.RegexExtractorInterceptorPassThroughSerializer
 
RegexExtractorInterceptorSerializer - Interface in org.apache.flume.interceptor
Serializer for serializing groups matched by the RegexExtractorInterceptor
RegexFilteringInterceptor - Class in org.apache.flume.interceptor
Interceptor that filters events selectively based on a configured regular expression matching against the event body.
RegexFilteringInterceptor.Builder - Class in org.apache.flume.interceptor
Builder which builds new instance of the RegexFilteringInterceptor.
RegexFilteringInterceptor.Constants - Class in org.apache.flume.interceptor
 
ReliableEventReader - Interface in org.apache.flume.client.avro
A reliable event reader.
ReliableSpoolingFileEventReader - Class in org.apache.flume.client.avro
A ReliableEventReader which reads log data from files stored in a spooling directory and renames each file once all of its data has been read (through EventDeserializer.readEvent() calls).
ReliableSpoolingFileEventReader.Builder - Class in org.apache.flume.client.avro
Special builder class for ReliableSpoolingFileEventReader
ReliableSpoolingFileEventReader.TrackingPolicy - Enum in org.apache.flume.client.avro
 
RemoteMarkable - Interface in org.apache.flume.serialization
Allows for calling mark() without a seek()
remove() - Method in class org.apache.flume.util.SpecificOrderIterator
 
RemoveHeaderInterceptor - Class in org.apache.flume.interceptor
This interceptor manipulates Flume event headers, by removing one or many headers.
RemoveHeaderInterceptor.Builder - Class in org.apache.flume.interceptor
Builder which builds new instances of the RemoveHeaderInterceptor.
replaceShorthand(char, Map<String, String>) - Static method in class org.apache.flume.formatter.output.BucketPath
Deprecated.
replaceShorthand(char, Map<String, String>, boolean, int, int) - Static method in class org.apache.flume.formatter.output.BucketPath
Deprecated.
replaceShorthand(char, Map<String, String>, TimeZone, boolean, int, int, boolean) - Static method in class org.apache.flume.formatter.output.BucketPath
Deprecated.
replaceShorthand(char, Map<String, String>, TimeZone, boolean, int, int, boolean, long) - Static method in class org.apache.flume.formatter.output.BucketPath
Not intended as a public API
replaceStaticString(String) - Static method in class org.apache.flume.formatter.output.BucketPath
Not intended as a public API
ReplicatingChannelSelector - Class in org.apache.flume.channel
Replicating channel selector.
ReplicatingChannelSelector() - Constructor for class org.apache.flume.channel.ReplicatingChannelSelector
 
requestTimeout - Variable in class org.apache.flume.api.AbstractRpcClient
 
reset() - Method in class org.apache.flume.serialization.AvroEventDeserializer
 
reset() - Method in interface org.apache.flume.serialization.EventDeserializer
Resets the underlying input stream to the last known mark (or beginning of the stream if EventDeserializer.mark() was never previously called.
reset() - Method in class org.apache.flume.serialization.LineDeserializer
 
reset() - Method in interface org.apache.flume.serialization.Resettable
Return to the last marked position, or the beginning of the stream if Resettable.mark() has never been called.
reset() - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
reset() - Method in class org.apache.flume.serialization.ResettableInputStream
Reset stream position to that set by ResettableInputStream.mark()
reset() - Method in class org.apache.flume.source.shaded.guava.Stopwatch
Sets the elapsed time for this stopwatch to zero, and places it in a stopped state.
Resettable - Interface in org.apache.flume.serialization
Defines an API for objects that can be mark()ed and reset() on arbitrary boundaries.
ResettableFileInputStream - Class in org.apache.flume.serialization
This class makes the following assumptions:
ResettableFileInputStream(File, PositionTracker) - Constructor for class org.apache.flume.serialization.ResettableFileInputStream
 
ResettableFileInputStream(File, PositionTracker, int, Charset, DecodeErrorPolicy) - Constructor for class org.apache.flume.serialization.ResettableFileInputStream
 
ResettableInputStream - Class in org.apache.flume.serialization
This abstract class defines an interface for which the stream may be marked and reset with no limit to the number of bytes which may have been read between the calls.
ResettableInputStream() - Constructor for class org.apache.flume.serialization.ResettableInputStream
 
resolveEnvVars(String) - Static method in class org.apache.flume.node.EnvVarResolverProperties
Deprecated.
 
rollback() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
rollback() - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel.NoOpTransaction
 
rollback() - Method in interface org.apache.flume.Transaction
Indicates that the transaction can must be aborted.
RollingFileSink - Class in org.apache.flume.sink
 
RollingFileSink() - Constructor for class org.apache.flume.sink.RollingFileSink
 
RollTimePathManager - Class in org.apache.flume.formatter.output
 
RollTimePathManager(Context) - Constructor for class org.apache.flume.formatter.output.RollTimePathManager
 
RollTimePathManager.Builder - Class in org.apache.flume.formatter.output
 
rotate() - Method in class org.apache.flume.formatter.output.DefaultPathManager
 
rotate() - Method in interface org.apache.flume.formatter.output.PathManager
 
roundDownTimeStampHours(long, int) - Static method in class org.apache.flume.tools.TimestampRoundDownUtil
 
roundDownTimeStampHours(long, int, TimeZone) - Static method in class org.apache.flume.tools.TimestampRoundDownUtil
 
roundDownTimeStampMinutes(long, int) - Static method in class org.apache.flume.tools.TimestampRoundDownUtil
 
roundDownTimeStampMinutes(long, int, TimeZone) - Static method in class org.apache.flume.tools.TimestampRoundDownUtil
 
roundDownTimeStampSeconds(long, int) - Static method in class org.apache.flume.tools.TimestampRoundDownUtil
 
roundDownTimeStampSeconds(long, int, TimeZone) - Static method in class org.apache.flume.tools.TimestampRoundDownUtil
 
RoundRobinOrderSelector<T> - Class in org.apache.flume.util
An implementation of OrderSelector which returns objects in round robin order.
RoundRobinOrderSelector(boolean) - Constructor for class org.apache.flume.util.RoundRobinOrderSelector
 
RpcClient - Interface in org.apache.flume.api
Public client interface for sending data to Flume.
RpcClientConfigurationConstants - Class in org.apache.flume.api
Configuration constants used by the RpcClient.
RpcClientFactory - Class in org.apache.flume.api
Factory class to construct Flume RPCClient implementations.
RpcClientFactory() - Constructor for class org.apache.flume.api.RpcClientFactory
 
RpcClientFactory.ClientType - Enum in org.apache.flume.api
 
ruleType() - Method in class org.apache.flume.netty.filter.PatternRule
 
run() - Method in class org.apache.flume.instrumentation.GangliaServer.GangliaCollector
 
run() - Method in class org.apache.flume.lifecycle.LifecycleSupervisor.MonitorRunnable
 
run() - Method in class org.apache.flume.SinkRunner.PollingRunner
 
run() - Method in class org.apache.flume.source.PollableSourceRunner.PollingRunner
 
run() - Method in class org.apache.flume.source.SpoolDirectorySource.SpoolDirectoryRunnable
 

S

SearchAndReplaceInterceptor - Class in org.apache.flume.interceptor
Interceptor that allows search-and-replace of event body strings using regular expressions.
SearchAndReplaceInterceptor.Builder - Class in org.apache.flume.interceptor
 
seek(long) - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
seek(long) - Method in class org.apache.flume.serialization.ResettableInputStream
Seek to the specified byte position in the stream.
seek(long) - Method in interface org.apache.flume.serialization.Seekable
 
Seekable - Interface in org.apache.flume.serialization
 
SELECTOR_NAME_RANDOM - Static variable in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
SELECTOR_NAME_RANDOM_BACKOFF - Static variable in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
SELECTOR_NAME_ROUND_ROBIN - Static variable in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
SELECTOR_NAME_ROUND_ROBIN_BACKOFF - Static variable in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
selectorConf - Variable in class org.apache.flume.conf.source.SourceConfiguration
 
send_append(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
send_appendBatch(List<ThriftFlumeEvent>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.Client
 
sendToGangliaNodes() - Method in class org.apache.flume.instrumentation.GangliaServer
 
SEPERATOR - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
 
SequenceGeneratorSource - Class in org.apache.flume.source
 
SequenceGeneratorSource() - Constructor for class org.apache.flume.source.SequenceGeneratorSource
 
serialize(String) - Method in class org.apache.flume.interceptor.RegexExtractorInterceptorMillisSerializer
 
serialize(String) - Method in class org.apache.flume.interceptor.RegexExtractorInterceptorPassThroughSerializer
 
serialize(String) - Method in interface org.apache.flume.interceptor.RegexExtractorInterceptorSerializer
 
set(String, Long) - Method in class org.apache.flume.CounterGroup
 
set(String, long) - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
Sets the value for this key to the given value
setBackOff(boolean) - Method in class org.apache.flume.source.SpoolDirectorySource
The class always backs off, this exists only so that we can test without taking a really long time.
setBaseDirectory(File) - Method in class org.apache.flume.formatter.output.DefaultPathManager
 
setBaseDirectory(File) - Method in interface org.apache.flume.formatter.output.PathManager
 
setBody(byte[]) - Method in class org.apache.flume.event.JSONEvent
 
setBody(byte[]) - Method in interface org.apache.flume.Event
Sets the raw byte array of the data contained in this event.
setBody(byte[]) - Method in class org.apache.flume.event.SimpleEvent
 
setBody(byte[]) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setBody(ByteBuffer) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setBodyIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setChannel(Channel) - Method in class org.apache.flume.sink.AbstractSink
 
setChannel(Channel) - Method in interface org.apache.flume.Sink
Sets the channel the sink will consume from
setChannelCapacity(long) - Method in class org.apache.flume.instrumentation.ChannelCounter
 
setChannelProcessor(ChannelProcessor) - Method in class org.apache.flume.source.AbstractSource
 
setChannelProcessor(ChannelProcessor) - Method in class org.apache.flume.source.BasicSourceSemantics
 
setChannelProcessor(ChannelProcessor) - Method in interface org.apache.flume.Source
Specifies which channel processor will handle this source's events.
setChannels(List<Channel>) - Method in class org.apache.flume.channel.AbstractChannelSelector
 
setChannels(List<Channel>) - Method in interface org.apache.flume.ChannelSelector
 
setChannels(Set<String>) - Method in class org.apache.flume.conf.channel.ChannelSelectorConfiguration
 
setChannelSize(long) - Method in class org.apache.flume.instrumentation.ChannelCounter
 
setCharset(String) - Method in class org.apache.flume.event.JSONEvent
 
setClock(Clock) - Static method in class org.apache.flume.formatter.output.BucketPath
 
setConfigurationFields(Object, Map<String, String>) - Static method in class org.apache.flume.tools.FlumeBeanConfigurator
Utility method that will set properties on a Java bean (Object configurable) based on the provided properties bundle.
setConfigurationFields(Object, Context) - Static method in class org.apache.flume.tools.FlumeBeanConfigurator
Utility method that will set properties on a Java bean (Object configurable) based on the provided Context.
setConfigurationFields(Object, Context, String) - Static method in class org.apache.flume.tools.FlumeBeanConfigurator
Utility method that will set properties on a Java bean (Object configurable) based on the provided Context.
setConfigured() - Method in class org.apache.flume.conf.ComponentConfiguration
 
setCounters(HashMap<String, AtomicLong>) - Method in class org.apache.flume.CounterGroup
 
setDesiredState(LifecycleAware, LifecycleState) - Method in class org.apache.flume.lifecycle.LifecycleSupervisor
 
setDirectory(File) - Method in class org.apache.flume.sink.RollingFileSink
 
setEvent(ThriftFlumeEvent) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
setEventIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
setEvents(List<ThriftFlumeEvent>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
setEventsIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
setEventSize(Integer) - Method in class org.apache.flume.source.SyslogUtils
 
setFieldValue(ThriftFlumeEvent._Fields, Object) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setFieldValue(ThriftSourceProtocol.append_args._Fields, Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
setFieldValue(ThriftSourceProtocol.append_result._Fields, Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
setFieldValue(ThriftSourceProtocol.appendBatch_args._Fields, Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
setFieldValue(ThriftSourceProtocol.appendBatch_result._Fields, Object) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
setHeaders(Map<String, String>) - Method in class org.apache.flume.event.JSONEvent
 
setHeaders(Map<String, String>) - Method in interface org.apache.flume.Event
Set the event headers
setHeaders(Map<String, String>) - Method in class org.apache.flume.event.SimpleEvent
 
setHeaders(Map<String, String>) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setHeadersIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
setHosts(List<HostInfo>) - Method in interface org.apache.flume.api.LoadBalancingRpcClient.HostSelector
 
setInterceptors(List<Interceptor>) - Method in class org.apache.flume.interceptor.InterceptorChain
 
setIsGanglia3(boolean) - Method in class org.apache.flume.instrumentation.GangliaServer
 
setKeepFields(Set<String>) - Method in class org.apache.flume.source.SyslogUtils
 
setLifecycleState(LifecycleState) - Method in class org.apache.flume.source.BasicSourceSemantics
 
setMaxTimeOut(long) - Method in class org.apache.flume.util.OrderSelector
 
setName(String) - Method in class org.apache.flume.channel.AbstractChannel
 
setName(String) - Method in class org.apache.flume.channel.AbstractChannelSelector
 
setName(String) - Method in class org.apache.flume.CounterGroup
 
setName(String) - Method in interface org.apache.flume.NamedComponent
 
setName(String) - Method in class org.apache.flume.sink.AbstractSink
 
setName(String) - Method in class org.apache.flume.source.AbstractSource
 
setName(String) - Method in class org.apache.flume.source.BasicSourceSemantics
 
setNotFoundConfigClass() - Method in class org.apache.flume.conf.ComponentConfiguration
 
setObjects(List<T>) - Method in class org.apache.flume.util.OrderSelector
Set the list of objects which this class should return in order.
setOpenConnectionCount(long) - Method in class org.apache.flume.instrumentation.SourceCounter
 
setPollFrequency(int) - Method in class org.apache.flume.instrumentation.GangliaServer
 
setProcessorContext(Context) - Method in class org.apache.flume.conf.sink.SinkGroupConfiguration
 
setRate(double) - Method in class org.apache.flume.source.shaded.guava.RateLimiter
Updates the stable rate of this RateLimiter, that is, the permitsPerSecond argument provided in the factory method that constructed the RateLimiter.
setRollInterval(long) - Method in class org.apache.flume.sink.RollingFileSink
 
setSink(SinkProcessor) - Method in class org.apache.flume.SinkRunner
 
setSinkProcessorConfiguration(SinkProcessorConfiguration) - Method in class org.apache.flume.conf.sink.SinkGroupConfiguration
 
setSinks(List<String>) - Method in class org.apache.flume.conf.sink.SinkGroupConfiguration
 
setSinks(Set<String>) - Method in class org.apache.flume.conf.sink.SinkProcessorConfiguration
 
setSinks(List<Sink>) - Method in class org.apache.flume.sink.AbstractSingleSinkProcessor
 
setSinks(List<Sink>) - Method in class org.apache.flume.sink.AbstractSinkProcessor
 
setSinks(List<Sink>) - Method in class org.apache.flume.sink.AbstractSinkSelector
 
setSinks(List<Sink>) - Method in class org.apache.flume.sink.FailoverSinkProcessor
 
setSinks(List<Sink>) - Method in interface org.apache.flume.sink.LoadBalancingSinkProcessor.SinkSelector
 
setSinks(List<Sink>) - Method in interface org.apache.flume.SinkProcessor
Set all sinks to work with.
setSource(Source) - Method in class org.apache.flume.SourceRunner
 
setSuccess(Status) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
setSuccess(Status) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
setSuccessIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
setSuccessIsSet(boolean) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
setType(String) - Method in class org.apache.flume.conf.ComponentConfiguration
 
sharedInstance() - Static method in class org.apache.flume.channel.PseudoTxnMemoryChannel.NoOpTransaction
 
simpleDateFormatCache - Static variable in class org.apache.flume.formatter.output.BucketPath
 
SimpleEvent - Class in org.apache.flume.event
 
SimpleEvent() - Constructor for class org.apache.flume.event.SimpleEvent
 
SimpleMaterializedConfiguration - Class in org.apache.flume.node
 
SimpleMaterializedConfiguration() - Constructor for class org.apache.flume.node.SimpleMaterializedConfiguration
 
SimpleTextLineEventReader - Class in org.apache.flume.client.avro
A EventReader implementation which delegates to a BufferedReader.
SimpleTextLineEventReader(Reader) - Constructor for class org.apache.flume.client.avro.SimpleTextLineEventReader
 
Sink - Interface in org.apache.flume
A sink is connected to a Channel and consumes its contents, sending them to a configured destination that may vary according to the sink type.
sink - Variable in class org.apache.flume.sink.AbstractSingleSinkProcessor
 
Sink.Status - Enum in org.apache.flume
 
SINK_PROCESSOR - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Prefix for sink processor properties
SINK_PROCESSOR_PREFIX - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Prefix for passing configuration parameters to the sink processor
SINK_PROCESSOR_TYPE - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Sink processor type, choices are `default', `failover' or `load_balance'
SINK_PROCESSOR_TYPE_DEFAULT - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Default sink processors which may be used when there is only a single sink.
SINK_PROCESSOR_TYPE_FAILOVER - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Failover sink processor.
SINK_PROCESSOR_TYPE_LOAD_BALANCE - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Load balancing sink processor.
SINK_TYPE_AVRO - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Avro sink which can send events to a downstream avro source.
SinkConfiguration - Class in org.apache.flume.conf.sink
 
SinkConfiguration(String) - Constructor for class org.apache.flume.conf.sink.SinkConfiguration
 
SinkConfiguration.SinkConfigurationType - Enum in org.apache.flume.conf.sink
 
SinkCounter - Class in org.apache.flume.instrumentation
 
SinkCounter(String) - Constructor for class org.apache.flume.instrumentation.SinkCounter
 
SinkCounter(String, String[]) - Constructor for class org.apache.flume.instrumentation.SinkCounter
 
SinkCounterMBean - Interface in org.apache.flume.instrumentation
This interface represents a sink counter mbean.
SinkFactory - Interface in org.apache.flume
 
SinkGroup - Class in org.apache.flume.sink
Configuration concept for handling multiple sinks working together.
SinkGroup(List<Sink>) - Constructor for class org.apache.flume.sink.SinkGroup
 
SinkGroupConfiguration - Class in org.apache.flume.conf.sink
 
SinkGroupConfiguration(String) - Constructor for class org.apache.flume.conf.sink.SinkGroupConfiguration
 
SinkProcessor - Interface in org.apache.flume
Interface for a device that allows abstraction of the behavior of multiple sinks, always assigned to a SinkRunner
SinkProcessorConfiguration - Class in org.apache.flume.conf.sink
 
SinkProcessorConfiguration(String) - Constructor for class org.apache.flume.conf.sink.SinkProcessorConfiguration
 
SinkProcessorConfiguration.SinkProcessorConfigurationType - Enum in org.apache.flume.conf.sink
 
SinkProcessorCounter - Class in org.apache.flume.instrumentation
 
SinkProcessorCounter(String) - Constructor for class org.apache.flume.instrumentation.SinkProcessorCounter
 
SinkProcessorFactory - Class in org.apache.flume.sink
 
SinkProcessorFactory() - Constructor for class org.apache.flume.sink.SinkProcessorFactory
 
SinkProcessorType - Enum in org.apache.flume.conf.sink
 
SinkRunner - Class in org.apache.flume
A driver for sinks that polls them, attempting to process events if any are available in the Channel.
SinkRunner() - Constructor for class org.apache.flume.SinkRunner
 
SinkRunner(SinkProcessor) - Constructor for class org.apache.flume.SinkRunner
 
SinkRunner.PollingRunner - Class in org.apache.flume
Runnable that polls a SinkProcessor and manages event delivery notification, BACKOFF delay handling, etc.
SINKS - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Space delimited list of sink names: e.g.
sinks - Variable in class org.apache.flume.conf.sink.SinkProcessorConfiguration
 
SINKS_PREFIX - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
 
SinkType - Enum in org.apache.flume.conf.sink
Enumeration of built in sink types available in the system.
sleepUninterruptibly(long, TimeUnit) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes unit.sleep(sleepFor) uninterruptibly.
SOURCE - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Prefix for source properties
Source - Interface in org.apache.flume
A source generates and calls methods on the configured ChannelProcessor to persist those events into the configured channels.
SOURCE_PREFIX - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Prefix for passing configuration parameters to the source
SOURCE_TYPE - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Source type, choices are `embedded'
SOURCE_TYPE_EMBEDDED - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
Embedded source which provides simple in-memory transfer to channel.
SourceConfiguration - Class in org.apache.flume.conf.source
 
SourceConfiguration(String) - Constructor for class org.apache.flume.conf.source.SourceConfiguration
 
SourceConfiguration.SourceConfigurationType - Enum in org.apache.flume.conf.source
 
sourceCounter(SourceCounter) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
SourceCounter - Class in org.apache.flume.instrumentation
 
SourceCounter(String) - Constructor for class org.apache.flume.instrumentation.SourceCounter
 
SourceCounter(String, String[]) - Constructor for class org.apache.flume.instrumentation.SourceCounter
 
SourceCounterMBean - Interface in org.apache.flume.instrumentation
This interface represents a source counter mbean.
SourceFactory - Interface in org.apache.flume
 
SourceRunner - Class in org.apache.flume
A source runner controls how a source is driven.
SourceRunner() - Constructor for class org.apache.flume.SourceRunner
 
SourceType - Enum in org.apache.flume.conf.source
Enumeration of built in source types available in the system.
SpecificOrderIterator<T> - Class in org.apache.flume.util
A utility class that iterates over the given ordered list of items via the specified order array.
SpecificOrderIterator(int[], List<T>) - Constructor for class org.apache.flume.util.SpecificOrderIterator
 
SPOOL_DIRECTORY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Directory where files are deposited.
spoolDirectory(File) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
SpoolDirectoryRunnable(ReliableSpoolingFileEventReader, SourceCounter) - Constructor for class org.apache.flume.source.SpoolDirectorySource.SpoolDirectoryRunnable
 
SpoolDirectorySource - Class in org.apache.flume.source
 
SpoolDirectorySource() - Constructor for class org.apache.flume.source.SpoolDirectorySource
 
SpoolDirectorySource.SpoolDirectoryRunnable - Class in org.apache.flume.source
 
SpoolDirectorySourceConfigurationConstants - Class in org.apache.flume.source
 
SpoolDirectorySourceConfigurationConstants() - Constructor for class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
SpoolDirectorySourceConfigurationConstants.ConsumeOrder - Enum in org.apache.flume.source
Consume order.
SPOOLED_FILE_SUFFIX - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Suffix appended to files when they are finished being sent.
SSL_ENABLED - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
Deprecated.
SSL_KEYSTORE - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
Deprecated.
SSL_KEYSTORE_PASSWORD - Static variable in class org.apache.flume.source.http.HTTPSourceConfigurationConstants
Deprecated.
SSLContextAwareAbstractRpcClient - Class in org.apache.flume.api
 
SSLContextAwareAbstractRpcClient() - Constructor for class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
SslContextAwareAbstractSource - Class in org.apache.flume.source
 
SslContextAwareAbstractSource() - Constructor for class org.apache.flume.source.SslContextAwareAbstractSource
 
SSLUtil - Class in org.apache.flume.util
 
SSLUtil() - Constructor for class org.apache.flume.util.SSLUtil
 
start() - Method in class org.apache.flume.agent.embedded.EmbeddedAgent
Started the agent.
start() - Method in class org.apache.flume.channel.AbstractChannel
 
start() - Method in class org.apache.flume.channel.MemoryChannel
 
start() - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel
 
start() - Method in class org.apache.flume.instrumentation.GangliaServer
Start this server, causing it to poll JMX at the configured frequency.
start() - Method in class org.apache.flume.instrumentation.http.HTTPMetricsServer
 
start() - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
Starts the component Initializes the values for the stop time as well as all the keys in the internal map to zero and sets the start time to the current time in milliseconds since midnight January 1, 1970 UTC
start() - Method in interface org.apache.flume.instrumentation.MonitorService
 
start() - Method in interface org.apache.flume.lifecycle.LifecycleAware
Starts a service or component.
start() - Method in class org.apache.flume.lifecycle.LifecycleSupervisor
 
start() - Method in class org.apache.flume.node.Application
 
start() - Method in class org.apache.flume.node.PollingZooKeeperConfigurationProvider
 
start() - Method in class org.apache.flume.node.UriConfigurationProvider
 
start() - Method in class org.apache.flume.sink.AbstractRpcSink
The start() of RpcSink is more of an optimization that allows connection to be created before the process() loop is started.
start() - Method in class org.apache.flume.sink.AbstractSingleSinkProcessor
 
start() - Method in class org.apache.flume.sink.AbstractSink
 
start() - Method in class org.apache.flume.sink.AbstractSinkProcessor
 
start() - Method in class org.apache.flume.sink.AbstractSinkSelector
 
start() - Method in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
start() - Method in class org.apache.flume.sink.NullSink
 
start() - Method in class org.apache.flume.sink.RollingFileSink
 
start() - Method in class org.apache.flume.SinkRunner
 
start() - Method in class org.apache.flume.source.AbstractSource
 
start() - Method in class org.apache.flume.source.AvroSource
 
start() - Method in class org.apache.flume.source.BasicSourceSemantics
 
start() - Method in class org.apache.flume.source.EventDrivenSourceRunner
 
start() - Method in class org.apache.flume.source.ExecSource
 
start() - Method in class org.apache.flume.source.http.HTTPSource
 
start() - Method in class org.apache.flume.source.MultiportSyslogTCPSource
 
start() - Method in class org.apache.flume.source.NetcatSource
 
start() - Method in class org.apache.flume.source.NetcatUdpSource
 
start() - Method in class org.apache.flume.source.PollableSourceRunner
 
start() - Method in class org.apache.flume.source.shaded.guava.Stopwatch
Starts the stopwatch.
start() - Method in class org.apache.flume.source.SpoolDirectorySource
 
start() - Method in class org.apache.flume.source.SyslogTcpSource
Deprecated.
 
start() - Method in class org.apache.flume.source.SyslogUDPSource
 
start() - Method in class org.apache.flume.source.ThriftSource
 
start(I, ThriftSourceProtocol.append_args, AsyncMethodCallback<Status>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.append
 
start(I, ThriftSourceProtocol.appendBatch_args, AsyncMethodCallback<Status>) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncProcessor.appendBatch
 
START_OR_ERROR - Static variable in enum org.apache.flume.lifecycle.LifecycleState
 
STATIC_SCHEMA_URL - Static variable in class org.apache.flume.serialization.AvroEventSerializerConfigurationConstants
Avro static Schema URL
StaticInterceptor - Class in org.apache.flume.interceptor
Interceptor class that appends a static, pre-configured header to all events.
StaticInterceptor.Builder - Class in org.apache.flume.interceptor
Builder which builds new instance of the StaticInterceptor.
StaticInterceptor.Constants - Class in org.apache.flume.interceptor
 
StaticZooKeeperConfigurationProvider - Class in org.apache.flume.node
 
StaticZooKeeperConfigurationProvider(String, String, String) - Constructor for class org.apache.flume.node.StaticZooKeeperConfigurationProvider
 
Status() - Constructor for class org.apache.flume.lifecycle.LifecycleSupervisor.Status
 
Status - Enum in org.apache.flume.thrift
 
stop() - Method in class org.apache.flume.agent.embedded.EmbeddedAgent
Stops the agent.
stop() - Method in class org.apache.flume.channel.AbstractChannel
 
stop() - Method in class org.apache.flume.channel.MemoryChannel
 
stop() - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel
 
stop() - Method in class org.apache.flume.instrumentation.GangliaServer
Stop this server.
stop() - Method in class org.apache.flume.instrumentation.http.HTTPMetricsServer
 
stop() - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
Shuts Down the Component Used to indicate that the component is shutting down.
stop() - Method in interface org.apache.flume.instrumentation.MonitorService
 
stop() - Method in interface org.apache.flume.lifecycle.LifecycleAware
Stops a service or component.
stop() - Method in class org.apache.flume.lifecycle.LifecycleSupervisor
 
stop() - Method in class org.apache.flume.node.Application
 
stop() - Method in class org.apache.flume.node.PollingZooKeeperConfigurationProvider
 
stop() - Method in class org.apache.flume.node.UriConfigurationProvider
 
stop() - Method in class org.apache.flume.sink.AbstractRpcSink
 
stop() - Method in class org.apache.flume.sink.AbstractSingleSinkProcessor
 
stop() - Method in class org.apache.flume.sink.AbstractSink
 
stop() - Method in class org.apache.flume.sink.AbstractSinkProcessor
 
stop() - Method in class org.apache.flume.sink.AbstractSinkSelector
 
stop() - Method in class org.apache.flume.sink.LoadBalancingSinkProcessor
 
stop() - Method in class org.apache.flume.sink.NullSink
 
stop() - Method in class org.apache.flume.sink.RollingFileSink
 
stop() - Method in class org.apache.flume.SinkRunner
 
stop() - Method in class org.apache.flume.source.AbstractSource
 
stop() - Method in class org.apache.flume.source.AvroSource
 
stop() - Method in class org.apache.flume.source.BasicSourceSemantics
 
stop() - Method in class org.apache.flume.source.EventDrivenSourceRunner
 
stop() - Method in class org.apache.flume.source.ExecSource
 
stop() - Method in class org.apache.flume.source.http.HTTPSource
 
stop() - Method in class org.apache.flume.source.MultiportSyslogTCPSource
 
stop() - Method in class org.apache.flume.source.NetcatSource
 
stop() - Method in class org.apache.flume.source.NetcatUdpSource
 
stop() - Method in class org.apache.flume.source.PollableSourceRunner
 
stop() - Method in class org.apache.flume.source.shaded.guava.Stopwatch
Stops the stopwatch.
stop() - Method in class org.apache.flume.source.SpoolDirectorySource
 
stop() - Method in class org.apache.flume.source.SyslogTcpSource
Deprecated.
 
stop() - Method in class org.apache.flume.source.SyslogUDPSource
 
stop() - Method in class org.apache.flume.source.ThriftSource
 
STOP_OR_ERROR - Static variable in enum org.apache.flume.lifecycle.LifecycleState
 
stopAll(List<LifecycleAware>) - Static method in class org.apache.flume.lifecycle.LifecycleController
 
Stopwatch - Class in org.apache.flume.source.shaded.guava
An object that measures elapsed time in nanoseconds.
storePosition(long) - Method in class org.apache.flume.serialization.DurablePositionTracker
 
storePosition(long) - Method in interface org.apache.flume.serialization.PositionTracker
 
StressSource - Class in org.apache.flume.source
StressSource is an internal load-generating source implementation which is very useful for stress tests.
StressSource() - Constructor for class org.apache.flume.source.StressSource
 
success - Variable in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
success - Variable in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
supervise(LifecycleAware, LifecycleSupervisor.SupervisorPolicy, LifecycleState) - Method in class org.apache.flume.lifecycle.LifecycleSupervisor
 
supervisoree - Variable in class org.apache.flume.lifecycle.LifecycleSupervisor.MonitorRunnable
 
SupervisorPolicy() - Constructor for class org.apache.flume.lifecycle.LifecycleSupervisor.SupervisorPolicy
 
supportsReopen() - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
 
supportsReopen() - Method in class org.apache.flume.serialization.BodyTextEventSerializer
 
supportsReopen() - Method in interface org.apache.flume.serialization.EventSerializer
Specify whether this output format supports reopening files for append.
supportsReopen() - Method in class org.apache.flume.serialization.HeaderAndBodyTextEventSerializer
 
SYNC_INTERVAL_BYTES - Static variable in class org.apache.flume.serialization.AvroEventSerializerConfigurationConstants
Avro sync interval, in approximate bytes
SYSLOG_BODY_POS - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_FACILITY - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_HOSTNAME_POS - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_MSG_RFC3164_0 - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_MSG_RFC5424_0 - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_PRIORITY - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_PRIORITY_POS - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_SEVERITY - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_TIMESTAMP_FORMAT_RFC3164_1 - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_TIMESTAMP_FORMAT_RFC5424_1 - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_TIMESTAMP_FORMAT_RFC5424_2 - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_TIMESTAMP_FORMAT_RFC5424_3 - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_TIMESTAMP_FORMAT_RFC5424_4 - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_TIMESTAMP_POS - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_VERSION - Static variable in class org.apache.flume.source.SyslogUtils
 
SYSLOG_VERSION_POS - Static variable in class org.apache.flume.source.SyslogUtils
 
SyslogParser - Class in org.apache.flume.source
 
SyslogParser() - Constructor for class org.apache.flume.source.SyslogParser
 
SyslogSourceConfigurationConstants - Class in org.apache.flume.source
 
SyslogTcpSource - Class in org.apache.flume.source
Deprecated.
SyslogTcpSource() - Constructor for class org.apache.flume.source.SyslogTcpSource
Deprecated.
 
SyslogTcpSource.SyslogTcpHandler - Class in org.apache.flume.source
Deprecated.
 
SyslogUDPSource - Class in org.apache.flume.source
 
SyslogUDPSource() - Constructor for class org.apache.flume.source.SyslogUDPSource
 
SyslogUDPSource.SyslogUdpHandler - Class in org.apache.flume.source
 
SyslogUtils - Class in org.apache.flume.source
 
SyslogUtils() - Constructor for class org.apache.flume.source.SyslogUtils
 
SyslogUtils(boolean) - Constructor for class org.apache.flume.source.SyslogUtils
 
SyslogUtils(Integer, Set<String>, boolean) - Constructor for class org.apache.flume.source.SyslogUtils
 
SyslogUtils(Integer, Set<String>, boolean, Clock) - Constructor for class org.apache.flume.source.SyslogUtils
 
SyslogUtils.SyslogStatus - Enum in org.apache.flume.source
 
SYSPROP_CALLED_FROM_SERVICE - Static variable in class org.apache.flume.Constants
Disables the fail-fast startup behavior.
SystemClock - Class in org.apache.flume
Default implementation of Clock which uses System
SystemClock() - Constructor for class org.apache.flume.SystemClock
 

T

TAG_REGEX - Static variable in class org.apache.flume.formatter.output.BucketPath
These are useful to other classes which might want to search for tags in strings.
tagPattern - Static variable in class org.apache.flume.formatter.output.BucketPath
 
take() - Method in class org.apache.flume.channel.BasicChannelSemantics
Ensures that a transaction exists for this thread and then delegates the take to the thread's BasicTransactionSemantics instance.
take() - Method in class org.apache.flume.channel.BasicTransactionSemantics
The method to which BasicChannelSemantics delegates calls to take.
take(Channel) - Static method in class org.apache.flume.channel.ChannelUtils
A convenience method for single-event take transactions.
take(Channel, int) - Static method in class org.apache.flume.channel.ChannelUtils
A convenience method for multiple-event take transactions.
take() - Method in class org.apache.flume.channel.PseudoTxnMemoryChannel
 
take() - Method in interface org.apache.flume.Channel
Returns the next event from the channel if available.
takeUninterruptibly(BlockingQueue<E>) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes queue.take() uninterruptibly.
tell() - Method in class org.apache.flume.serialization.ResettableFileInputStream
 
tell() - Method in class org.apache.flume.serialization.ResettableInputStream
Tell the current byte position.
tell() - Method in interface org.apache.flume.serialization.Seekable
 
TextDelimitedOutputFormatter - Class in org.apache.flume.formatter.output
Deprecated.
TextDelimitedOutputFormatter() - Constructor for class org.apache.flume.formatter.output.TextDelimitedOutputFormatter
Deprecated.
 
ThriftFlumeEvent - Class in org.apache.flume.thrift
 
ThriftFlumeEvent() - Constructor for class org.apache.flume.thrift.ThriftFlumeEvent
 
ThriftFlumeEvent(Map<String, String>, ByteBuffer) - Constructor for class org.apache.flume.thrift.ThriftFlumeEvent
 
ThriftFlumeEvent(ThriftFlumeEvent) - Constructor for class org.apache.flume.thrift.ThriftFlumeEvent
Performs a deep copy on other.
ThriftFlumeEvent._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftRpcClient - Class in org.apache.flume.api
 
ThriftRpcClient() - Constructor for class org.apache.flume.api.ThriftRpcClient
 
ThriftSink - Class in org.apache.flume.sink
A Sink implementation that can send events to an RPC server (such as Flume's ThriftSource).
ThriftSink() - Constructor for class org.apache.flume.sink.ThriftSink
 
ThriftSource - Class in org.apache.flume.source
 
ThriftSource() - Constructor for class org.apache.flume.source.ThriftSource
 
ThriftSourceProtocol - Class in org.apache.flume.thrift
 
ThriftSourceProtocol() - Constructor for class org.apache.flume.thrift.ThriftSourceProtocol
 
ThriftSourceProtocol.append_args - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.append_args._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftSourceProtocol.append_result - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.append_result._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftSourceProtocol.appendBatch_args - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.appendBatch_args._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftSourceProtocol.appendBatch_result - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.appendBatch_result._Fields - Enum in org.apache.flume.thrift
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
ThriftSourceProtocol.AsyncClient - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncClient.append_call - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncClient.appendBatch_call - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncClient.Factory - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncIface - Interface in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncProcessor<I extends ThriftSourceProtocol.AsyncIface> - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncProcessor.append<I extends ThriftSourceProtocol.AsyncIface> - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.AsyncProcessor.appendBatch<I extends ThriftSourceProtocol.AsyncIface> - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.Client - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.Client.Factory - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.Iface - Interface in org.apache.flume.thrift
 
ThriftSourceProtocol.Processor<I extends ThriftSourceProtocol.Iface> - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.Processor.append<I extends ThriftSourceProtocol.Iface> - Class in org.apache.flume.thrift
 
ThriftSourceProtocol.Processor.appendBatch<I extends ThriftSourceProtocol.Iface> - Class in org.apache.flume.thrift
 
TimestampInterceptor - Class in org.apache.flume.interceptor
Simple Interceptor class that sets the current system timestamp on all events that are intercepted.
TimestampInterceptor.Builder - Class in org.apache.flume.interceptor
Builder which builds new instances of the TimestampInterceptor.
TimestampInterceptor.Constants - Class in org.apache.flume.interceptor
 
TimestampRoundDownUtil - Class in org.apache.flume.tools
 
TimestampRoundDownUtil() - Constructor for class org.apache.flume.tools.TimestampRoundDownUtil
 
toMap(Properties) - Method in class org.apache.flume.node.AbstractConfigurationProvider
 
toString() - Method in class org.apache.flume.api.HostInfo
 
toString() - Method in class org.apache.flume.api.NettyAvroRpcClient
 
toString() - Method in class org.apache.flume.channel.AbstractChannel
 
toString() - Method in class org.apache.flume.channel.BasicTransactionSemantics
 
toString() - Method in class org.apache.flume.conf.ComponentConfiguration
 
toString(int) - Method in class org.apache.flume.conf.ComponentConfiguration
 
toString(int) - Method in class org.apache.flume.conf.sink.SinkConfiguration
 
toString(int) - Method in class org.apache.flume.conf.source.SourceConfiguration
 
toString() - Method in class org.apache.flume.Context
 
toString() - Method in class org.apache.flume.CounterGroup
 
toString() - Method in class org.apache.flume.event.SimpleEvent
 
toString() - Method in class org.apache.flume.instrumentation.MonitoredCounterGroup
 
toString() - Method in class org.apache.flume.lifecycle.LifecycleSupervisor.Status
 
toString() - Method in class org.apache.flume.node.ClasspathConfigurationSource
 
toString() - Method in class org.apache.flume.node.FileConfigurationSource
 
toString() - Method in class org.apache.flume.node.HttpConfigurationSource
 
toString() - Method in class org.apache.flume.node.SimpleMaterializedConfiguration
 
toString() - Method in class org.apache.flume.sink.AbstractRpcSink
 
toString() - Method in class org.apache.flume.sink.AbstractSink
 
toString() - Method in class org.apache.flume.sink.NullSink
 
toString() - Method in class org.apache.flume.SinkRunner
 
toString() - Method in class org.apache.flume.source.AbstractSource
 
toString() - Method in class org.apache.flume.source.AvroSource
 
toString() - Method in class org.apache.flume.source.BasicSourceSemantics
 
toString() - Method in class org.apache.flume.source.EventDrivenSourceRunner
 
toString() - Method in class org.apache.flume.source.MultiportSyslogTCPSource
 
toString() - Method in class org.apache.flume.source.PollableSourceRunner
 
toString() - Method in class org.apache.flume.source.shaded.guava.RateLimiter
 
toString() - Method in class org.apache.flume.source.shaded.guava.Stopwatch
Returns a string representation of the current elapsed time.
toString() - Method in class org.apache.flume.source.SpoolDirectorySource
 
toString() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
toString() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
toString() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
toString() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
toString() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
TRACKER_DIR - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
Directory to store metadata about files being processed
trackerDirPath(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
TRACKING_POLICY - Static variable in class org.apache.flume.source.SpoolDirectorySourceConfigurationConstants
 
trackingPolicy(String) - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader.Builder
 
transact(Channel, Runnable) - Static method in class org.apache.flume.channel.ChannelUtils
A convenience method for transactions that don't require a return value.
transact(Channel, Callable<T>) - Static method in class org.apache.flume.channel.ChannelUtils
A general optimistic implementation of Transaction client semantics.
Transaction - Interface in org.apache.flume
Provides the transaction boundary while accessing a channel.
Transaction.TransactionState - Enum in org.apache.flume
 
TransactionCapacitySupported - Interface in org.apache.flume.conf
This interface indicates that a component has a transaction capacity and it is publicly available.
trustAllCerts - Variable in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
truststore - Variable in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
truststorePassword - Variable in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
truststoreType - Variable in class org.apache.flume.api.SSLContextAwareAbstractRpcClient
 
tryAcquire(long, TimeUnit) - Method in class org.apache.flume.source.shaded.guava.RateLimiter
Acquires a permit from this RateLimiter if it can be obtained without exceeding the specified timeout, or returns false immediately (without waiting) if the permit would not have been granted before the timeout expired.
tryAcquire(int) - Method in class org.apache.flume.source.shaded.guava.RateLimiter
Acquires permits from this RateLimiter if it can be acquired immediately without delay.
tryAcquire() - Method in class org.apache.flume.source.shaded.guava.RateLimiter
Acquires a permit from this RateLimiter if it can be acquired immediately without delay.
tryAcquire(int, long, TimeUnit) - Method in class org.apache.flume.source.shaded.guava.RateLimiter
Acquires the given number of permits from this RateLimiter if it can be obtained without exceeding the specified timeout, or returns false immediately (without waiting) if the permits would not have been granted before the timeout expired.
tryAcquireUninterruptibly(Semaphore, long, TimeUnit) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes semaphore.tryAcquire(1, timeout, unit) uninterruptibly.
tryAcquireUninterruptibly(Semaphore, int, long, TimeUnit) - Static method in class org.apache.flume.source.shaded.guava.Uninterruptibles
Invokes semaphore.tryAcquire(permits, timeout, unit) uninterruptibly.

U

Uninterruptibles - Class in org.apache.flume.source.shaded.guava
Utilities for treating interruptible operations as uninterruptible.
unsetBody() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
unsetEvent() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
unsetEvents() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
unsetHeaders() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
unsetSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
unsetSuccess() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
unsupervise(LifecycleAware) - Method in class org.apache.flume.lifecycle.LifecycleSupervisor
 
UriConfigurationProvider - Class in org.apache.flume.node
A configuration provider that uses properties for specifying configuration.
UriConfigurationProvider(String, List<ConfigurationSource>, String, EventBus, int) - Constructor for class org.apache.flume.node.UriConfigurationProvider
 
UrlConnectionFactory - Class in org.apache.flume.node.net
Constructs an HTTPURLConnection.
UrlConnectionFactory() - Constructor for class org.apache.flume.node.net.UrlConnectionFactory
 
USE_IP - Static variable in class org.apache.flume.interceptor.HostInterceptor.Constants
 
USE_IP_DFLT - Static variable in class org.apache.flume.interceptor.HostInterceptor.Constants
 

V

validate() - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
validate() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
validate() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
validate() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
validate() - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
VALUE - Static variable in class org.apache.flume.interceptor.StaticInterceptor.Constants
 
VALUE_DEFAULT - Static variable in class org.apache.flume.interceptor.StaticInterceptor.Constants
 
valueOf(String) - Static method in enum org.apache.flume.api.RpcClientFactory.ClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.channel.BasicTransactionSemantics.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.client.avro.ReliableSpoolingFileEventReader.TrackingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.channel.ChannelConfiguration.ChannelConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.channel.ChannelSelectorConfiguration.ChannelSelectorConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.channel.ChannelSelectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.channel.ChannelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.ComponentConfiguration.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.configfilter.ConfigFilterConfiguration.ConfigFilterConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.configfilter.ConfigFilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.FlumeConfigurationError.ErrorOrWarning
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.FlumeConfigurationErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.sink.SinkConfiguration.SinkConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.sink.SinkProcessorConfiguration.SinkProcessorConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.sink.SinkProcessorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.sink.SinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.source.SourceConfiguration.SourceConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.conf.source.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.formatter.output.PathManagerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.instrumentation.MonitoredCounterGroup.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.instrumentation.MonitoringType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.interceptor.InterceptorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.lifecycle.LifecycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.PollableSource.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.serialization.AvroEventDeserializer.AvroSchemaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.serialization.DecodeErrorPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.serialization.EventDeserializerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.serialization.EventSerializerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.Sink.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.source.SpoolDirectorySourceConfigurationConstants.ConsumeOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.source.SyslogUtils.SyslogStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.flume.Transaction.TransactionState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.flume.api.RpcClientFactory.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.channel.BasicTransactionSemantics.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.client.avro.ReliableSpoolingFileEventReader.TrackingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.channel.ChannelConfiguration.ChannelConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.channel.ChannelSelectorConfiguration.ChannelSelectorConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.channel.ChannelSelectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.channel.ChannelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.ComponentConfiguration.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.configfilter.ConfigFilterConfiguration.ConfigFilterConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.configfilter.ConfigFilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.FlumeConfigurationError.ErrorOrWarning
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.FlumeConfigurationErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.sink.SinkConfiguration.SinkConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.sink.SinkProcessorConfiguration.SinkProcessorConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.sink.SinkProcessorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.sink.SinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.source.SourceConfiguration.SourceConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.conf.source.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.formatter.output.PathManagerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.instrumentation.MonitoredCounterGroup.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.instrumentation.MonitoringType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.interceptor.InterceptorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.lifecycle.LifecycleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.PollableSource.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.serialization.AvroEventDeserializer.AvroSchemaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.serialization.DecodeErrorPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.serialization.EventDeserializerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.serialization.EventSerializerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.Sink.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.source.SpoolDirectorySourceConfigurationConstants.ConsumeOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.source.SyslogUtils.SyslogStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftFlumeEvent._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.append_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result._Fields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.flume.Transaction.TransactionState
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String, SSLSession) - Method in class org.apache.flume.node.net.LaxHostnameVerifier
 
VersionAnnotation - Annotation Type in org.apache.flume
This class is about package attribute that captures version info of Flume that was compiled.
VersionInfo - Class in org.apache.flume.tools
 
VersionInfo() - Constructor for class org.apache.flume.tools.VersionInfo
 

W

waitForOneOf(LifecycleAware, LifecycleState[]) - Static method in class org.apache.flume.lifecycle.LifecycleController
 
waitForOneOf(LifecycleAware, LifecycleState[], long) - Static method in class org.apache.flume.lifecycle.LifecycleController
 
waitForState(LifecycleAware, LifecycleState) - Static method in class org.apache.flume.lifecycle.LifecycleController
 
waitForState(LifecycleAware, LifecycleState, long) - Static method in class org.apache.flume.lifecycle.LifecycleController
 
withBody(byte[], Map<String, String>) - Static method in class org.apache.flume.event.EventBuilder
Instantiate an Event instance based on the provided body and headers.
withBody(byte[]) - Static method in class org.apache.flume.event.EventBuilder
 
withBody(String, Charset, Map<String, String>) - Static method in class org.apache.flume.event.EventBuilder
 
withBody(String, Charset) - Static method in class org.apache.flume.event.EventBuilder
 
write(Event) - Method in class org.apache.flume.serialization.AbstractAvroEventSerializer
 
write(Event) - Method in class org.apache.flume.serialization.BodyTextEventSerializer
 
write(Event) - Method in interface org.apache.flume.serialization.EventSerializer
Serialize and write the given event.
write(Event) - Method in class org.apache.flume.serialization.HeaderAndBodyTextEventSerializer
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftFlumeEvent
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_args
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.append_result
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_args
 
write(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.appendBatch_result
 
write_args(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.append_call
 
write_args(TProtocol) - Method in class org.apache.flume.thrift.ThriftSourceProtocol.AsyncClient.appendBatch_call
 

X

xdr_int(int) - Method in class org.apache.flume.instrumentation.GangliaServer
Puts an integer into the buffer as 4 bytes, big-endian.
xdr_string(String) - Method in class org.apache.flume.instrumentation.GangliaServer
Puts a string into the buffer by first writing the size of the string as an int, followed by the bytes of the string, padded if necessary to a multiple of 4.
XML - Static variable in interface org.apache.flume.node.ConfigurationSource
 

Y

YAML - Static variable in interface org.apache.flume.node.ConfigurationSource
 

Z

zkConnString - Variable in class org.apache.flume.node.AbstractZooKeeperConfigurationProvider
 
A B C D E F G H I J K L M N O P R S T U V W X Y Z 
Skip navigation links

Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.