Deprecated API in Flume 1.7.0

IMPORTANT This component is deprecated. Hewlett Packard Enterprise recommends using an alternate product. For more information, see Discontinued Ecosystem Components.

The following interfaces, classes, fields, constructors, and methods have been deprecated in Flume 1.7.0.

Deprecated Interfaces

Interface
org.apache.flume.formatter.output.EventFormatter

Deprecated Classes

Class Use this instead
org.apache.flume.source.SyslogTcpSource MultiportSyslogTCPSource

Deprecated Fields

Deprecated Field Use this instead
org.apache.flume.source.SpoolDirectorySourceConfigurationConstants.BUFFER_MAX_LINE_LENGTH
org.apache.flume.source.SpoolDirectorySourceConfigurationConstants.BUFFER_MAX_LINES
org.apache.flume.source.SpoolDirectorySourceConfigurationConstants.DEFAULT_BUFFER_MAX_LINE_LENGTH
org.apache.flume.source.SpoolDirectorySourceConfigurationConstants.DEFAULT_BUFFER_MAX_LINES

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_CREATE_FK

ConfigurationConstants.CONFIG_CREATE_FK

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_CREATE_INDEX

ConfigurationConstants.CONFIG_CREATE_INDEX

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_CREATE_SCHEMA

ConfigurationConstants.CONFIG_CREATE_SCHEMA

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_DATABASE_TYPE

ConfigurationConstants.CONFIG_DATABASE_TYPE

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_JDBC_DRIVER_CLASS

ConfigurationConstants.CONFIG_JDBC_DRIVER_CLASS

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_JDBC_PROPS_FILE

ConfigurationConstants.CONFIG_JDBC_PROPS_FILE

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_JDBC_SYSPROP_PREFIX

ConfigurationConstants.CONFIG_JDBC_SYSPROP_PREFIX

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_MAX_CAPACITY

ConfigurationConstants.CONFIG_MAX_CAPACITY

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_MAX_CONNECTIONS

ConfigurationConstants.CONFIG_MAX_CONNECTIONS

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_PASSWORD

ConfigurationConstants.CONFIG_PASSWORD

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_TX_ISOLATION_LEVEL

ConfigurationConstants.CONFIG_TX_ISOLATION_LEVEL

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_URL

ConfigurationConstants.CONFIG_URL

org.apache.flume.channel.jdbc.ConfigurationConstants.OLD_CONFIG_USERNAME

ConfigurationConstants.CONFIG_USERNAME

Deprecated Constructors

Constructor
org.apache.flume.conf.FlumeConfiguration(Properties)

Deprecated Methods

Deprecated Method
org.apache.flume.formatter.output.BucketPath.containsTag(string)
org.apache.flume.formatter.output.BucketPath.expandShorthand(char)
org.apache.flume.formatter.output.BucketPath.getEscapeMapping(string, Map)
org.apache.flume.formatter.output.BucketPath.getEscapeMapping(String, Map, Boolean, int, int)
org.apache.flume.api.RpcClientFactory.getInstance(string, integer)
org.apache.flume.api.RpcClientFactory.getInstance (string, integer, integer)
org.apache.flume.formatter.output.BucketPath.replaceShorthand(char, Map)
org.apache.flume.formatter.output.BucketPath.replaceShorthand(char, Map, Boolean, int, int)
org.apache.flume.formatter.output.BucketPath.replaceShorthand(char, Map, TimeZone, Boolean, int, int, Boolean)