@Internal public class HBaseConnectorOptionsUtil extends Object
HBaseConnectorOptions
.Modifier and Type | Field and Description |
---|---|
static String |
PROPERTIES_PREFIX
Prefix for HBase specific properties.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.conf.Configuration |
getHBaseConfiguration(ReadableConfig tableOptions)
config HBase Configuration.
|
static HBaseWriteOptions |
getHBaseWriteOptions(ReadableConfig tableOptions) |
static void |
validatePrimaryKey(DataType dataType,
int[] primaryKeyIndexes)
Checks that the HBase table have row key defined.
|
public static final String PROPERTIES_PREFIX
public static void validatePrimaryKey(DataType dataType, int[] primaryKeyIndexes)
public static HBaseWriteOptions getHBaseWriteOptions(ReadableConfig tableOptions)
public static org.apache.hadoop.conf.Configuration getHBaseConfiguration(ReadableConfig tableOptions)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.