public class HBaseSinkConfigurationConstants extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONFIG_BATCHSIZEMaximum number of events the sink should take from the channel per
 transaction, if available. | 
| static String | CONFIG_COALESCE_INCREMENTS | 
| static String | CONFIG_COLUMN_FAMILYThe 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_SERIALIZERThe fully qualified class name of the serializer the sink should use. | 
| static String | CONFIG_SERIALIZER_PREFIXConfiguration to pass to the serializer. | 
| static String | CONFIG_TABLEThe 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 | 
|---|
| HBaseSinkConfigurationConstants() | 
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-2017 Apache Software Foundation. All Rights Reserved.