|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.flume.sink.hbase.HBaseSinkConfigurationConstants
public class HBaseSinkConfigurationConstants
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_ENABLE_WAL
|
static String |
CONFIG_KEYTAB
|
static String |
CONFIG_PRINCIPAL
|
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. |
static String |
CONFIG_TIMEOUT
|
static boolean |
DEFAULT_ENABLE_WAL
|
static long |
DEFAULT_TIMEOUT
|
static String |
DEFAULT_ZK_ZNODE_PARENT
|
static String |
ZK_QUORUM
|
static String |
ZK_ZNODE_PARENT
|
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 |
---|
public static final String CONFIG_TABLE
public static final String CONFIG_COLUMN_FAMILY
public static final String CONFIG_BATCHSIZE
public static final String CONFIG_SERIALIZER
public static final String CONFIG_SERIALIZER_PREFIX
public static final String CONFIG_TIMEOUT
public static final String CONFIG_ENABLE_WAL
public static final boolean DEFAULT_ENABLE_WAL
public static final long DEFAULT_TIMEOUT
public static final String CONFIG_KEYTAB
public static final String CONFIG_PRINCIPAL
public static final String ZK_QUORUM
public static final String ZK_ZNODE_PARENT
public static final String DEFAULT_ZK_ZNODE_PARENT
Constructor Detail |
---|
public HBaseSinkConfigurationConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |