Class HBaseStoragePluginConfig
java.lang.Object
org.apache.drill.common.logical.StoragePluginConfig
org.apache.drill.exec.store.hbase.HBaseStoragePluginConfig
- All Implemented Interfaces:
DrillHBaseConstants
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.common.logical.StoragePluginConfig
StoragePluginConfig.AuthMode
-
Field Summary
Fields inherited from class org.apache.drill.common.logical.StoragePluginConfig
authMode, credentialsProvider, directCredentials, enabled, oAuthConfig
Fields inherited from interface org.apache.drill.exec.store.hbase.DrillHBaseConstants
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 Summary
ConstructorDescriptionHBaseStoragePluginConfig
(Map<String, String> props, Boolean sizeCalculatorEnabled) -
Method Summary
Modifier and TypeMethodDescriptionboolean
org.apache.hadoop.conf.Configuration
int
hashCode()
boolean
void
setZookeeperPort
(int zookeeperPort) Methods inherited from class org.apache.drill.common.logical.StoragePluginConfig
getAuthMode, getCredentialsProvider, getValue, isEnabled, isEnabledStatusPresent, oAuthConfig, setEnabled, updateCredentialProvider
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
HBaseStoragePluginConfig
-
-
Method Details
-
getConfig
-
isSizeCalculatorEnabled
public boolean isSizeCalculatorEnabled() -
equals
- Specified by:
equals
in classStoragePluginConfig
-
hashCode
public int hashCode()- Specified by:
hashCode
in classStoragePluginConfig
-
getHBaseConf
public org.apache.hadoop.conf.Configuration getHBaseConf() -
getZookeeperQuorum
-
getZookeeperPort
-
setZookeeperPort
public void setZookeeperPort(int zookeeperPort)
-