public class PhoenixStoragePluginConfig extends AbstractSecuredStoragePluginConfig
Modifier and Type | Field and Description |
---|---|
static String |
FAT_DRIVER_CLASS |
static String |
NAME |
static String |
THIN_DRIVER_CLASS |
credentialsProvider, directCredentials
Constructor and Description |
---|
PhoenixStoragePluginConfig(String host,
int port,
String userName,
String password,
String jdbcURL,
CredentialsProvider credentialsProvider,
Map<String,Object> props) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHost() |
String |
getJdbcURL() |
String |
getPassword() |
int |
getPort() |
Map<String,Object> |
getProps() |
String |
getUsername() |
UsernamePasswordCredentials |
getUsernamePasswordCredentials() |
int |
hashCode() |
String |
toString() |
getCredentialsProvider
getValue, isEnabled, isEnabledStatusPresent, setEnabled
public static final String NAME
public static final String THIN_DRIVER_CLASS
public static final String FAT_DRIVER_CLASS
public UsernamePasswordCredentials getUsernamePasswordCredentials()
public String getHost()
public int getPort()
public String getUsername()
public String getPassword()
public String getJdbcURL()
public boolean equals(Object o)
equals
in class StoragePluginConfig
public int hashCode()
hashCode
in class StoragePluginConfig
Copyright © 1970 The Apache Software Foundation. All rights reserved.