public class HBaseStoragePluginConfig extends StoragePluginConfig implements DrillHBaseConstants
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
COLUMN_FAMILY_TYPE, COLUMN_TYPE, HBASE_ZOOKEEPER_PORT, ROW_KEY, ROW_KEY_PATH, ROW_KEY_TYPE, SYS_STORE_PROVIDER_HBASE_CONFIG, SYS_STORE_PROVIDER_HBASE_TABLE| Constructor and Description |
|---|
HBaseStoragePluginConfig(Map<String,String> props,
Boolean sizeCalculatorEnabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getConfig() |
org.apache.hadoop.conf.Configuration |
getHBaseConf() |
String |
getZookeeperPort() |
String |
getZookeeperQuorum() |
int |
hashCode() |
boolean |
isSizeCalculatorEnabled() |
void |
setZookeeperPort(int zookeeperPort) |
getValue, isEnabled, isEnabledStatusPresent, setEnabledpublic static final String NAME
public boolean isSizeCalculatorEnabled()
public boolean equals(Object o)
equals in class StoragePluginConfigpublic int hashCode()
hashCode in class StoragePluginConfigpublic org.apache.hadoop.conf.Configuration getHBaseConf()
public String getZookeeperQuorum()
public String getZookeeperPort()
public void setZookeeperPort(int zookeeperPort)
Copyright © 2021 The Apache Software Foundation. All rights reserved.