org.apache.flume.sink.hbase
Class HBaseSinkConfigurationConstants

java.lang.Object
  extended by org.apache.flume.sink.hbase.HBaseSinkConfigurationConstants

public class HBaseSinkConfigurationConstants
extends Object

Constants used for configuration of HBaseSink and AsyncHBaseSink


Field Summary
static String CONFIG_BATCHSIZE
          Maximum number of events the sink should take from the channel per transaction, if available.
static String CONFIG_COLUMN_FAMILY
          The column family which the sink should use.
static String CONFIG_SERIALIZER
          The fully qualified class name of the serializer the sink should use.
static String CONFIG_SERIALIZER_PREFIX
          Configuration to pass to the serializer.
static String CONFIG_TABLE
          The Hbase table which the sink should write to.
 
Constructor Summary
HBaseSinkConfigurationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_TABLE

public static final String CONFIG_TABLE
The Hbase table which the sink should write to.

See Also:
Constant Field Values

CONFIG_COLUMN_FAMILY

public static final String CONFIG_COLUMN_FAMILY
The column family which the sink should use.

See Also:
Constant Field Values

CONFIG_BATCHSIZE

public static final String CONFIG_BATCHSIZE
Maximum number of events the sink should take from the channel per transaction, if available.

See Also:
Constant Field Values

CONFIG_SERIALIZER

public static final String CONFIG_SERIALIZER
The fully qualified class name of the serializer the sink should use.

See Also:
Constant Field Values

CONFIG_SERIALIZER_PREFIX

public static final String CONFIG_SERIALIZER_PREFIX
Configuration to pass to the serializer.

See Also:
Constant Field Values
Constructor Detail

HBaseSinkConfigurationConstants

public HBaseSinkConfigurationConstants()


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