public class JdbcStorageConfig extends AbstractSecuredStoragePluginConfig
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_WRITER_BATCH_SIZE |
static String |
NAME |
credentialsProvider, directCredentials
Constructor and Description |
---|
JdbcStorageConfig(String driver,
String url,
String username,
String password,
boolean caseInsensitiveTableNames,
boolean writable,
Map<String,Object> sourceParameters,
CredentialsProvider credentialsProvider,
int writerBatchSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
areTableNamesCaseInsensitive() |
boolean |
equals(Object o) |
String |
getDriver() |
String |
getPassword() |
Map<String,Object> |
getSourceParameters() |
String |
getUrl() |
String |
getUsername() |
UsernamePasswordCredentials |
getUsernamePasswordCredentials() |
int |
getWriterBatchSize() |
int |
hashCode() |
boolean |
isWritable() |
String |
toString() |
getCredentialsProvider
getValue, isEnabled, isEnabledStatusPresent, setEnabled
public static final String NAME
public static final int DEFAULT_MAX_WRITER_BATCH_SIZE
public String getDriver()
public String getUrl()
public boolean isWritable()
public int getWriterBatchSize()
public String getUsername()
public String getPassword()
public boolean areTableNamesCaseInsensitive()
public UsernamePasswordCredentials getUsernamePasswordCredentials()
public int hashCode()
hashCode
in class StoragePluginConfig
public boolean equals(Object o)
equals
in class StoragePluginConfig
Copyright © 1970 The Apache Software Foundation. All rights reserved.