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, setEnabled
public static final String NAME
public boolean isSizeCalculatorEnabled()
public boolean equals(Object o)
equals
in class StoragePluginConfig
public int hashCode()
hashCode
in class StoragePluginConfig
public org.apache.hadoop.conf.Configuration getHBaseConf()
public String getZookeeperQuorum()
public String getZookeeperPort()
public void setZookeeperPort(int zookeeperPort)
Copyright © 1970 The Apache Software Foundation. All rights reserved.