- CHANNEL - Static variable in class org.apache.flume.agent.embedded.EmbeddedAgentConfiguration
-
Prefix for channel properties
- Channel - Interface in org.apache.flume
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- CTX_PREFIX - Static variable in interface org.apache.flume.serialization.EventSerializer
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- getLastFileReadInfo() - Method in class org.apache.flume.client.avro.ReliableSpoolingFileEventReader
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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() - 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-