public class HBase2SinkConfigurationConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_BATCHSIZE
Maximum number of events the sink should take from the channel per
transaction, if available.
|
static String |
CONFIG_COALESCE_INCREMENTS |
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_MAX_CONSECUTIVE_FAILS |
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_COALESCE_INCREMENTS |
static boolean |
DEFAULT_ENABLE_WAL |
static int |
DEFAULT_MAX_CONSECUTIVE_FAILS |
static long |
DEFAULT_TIMEOUT |
static String |
DEFAULT_ZK_ZNODE_PARENT |
static String |
ZK_QUORUM |
static String |
ZK_ZNODE_PARENT |
Constructor and Description |
---|
HBase2SinkConfigurationConstants() |
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
public static final String CONFIG_COALESCE_INCREMENTS
public static final Boolean DEFAULT_COALESCE_INCREMENTS
public static final int DEFAULT_MAX_CONSECUTIVE_FAILS
public static final String CONFIG_MAX_CONSECUTIVE_FAILS
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.