@ConfigurationProperties(prefix="teiid") public class TeiidProperties extends Object
Constructor and Description |
---|
TeiidProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getHostName() |
int |
getJdbcPort() |
int |
getJdbcSecurePort() |
int |
getMetadataLoadWaitTimeInMillis() |
int |
getPgPort() |
int |
getPgSecurePort() |
org.teiid.transport.SSLConfiguration |
getSsl() |
String |
getVdbFile() |
boolean |
isAllowAlter() |
boolean |
isJdbcEnable() |
boolean |
isJdbcSecureEnable() |
boolean |
isPgEnable() |
boolean |
isPgSecureEnable() |
void |
setAllowAlter(boolean allowAlter) |
void |
setHostName(String hostName) |
void |
setJdbcEnable(boolean jdbcEnable) |
void |
setJdbcPort(int jdbcPort) |
void |
setJdbcSecureEnable(boolean jdbcSecureEnable) |
void |
setJdbcSecurePort(int jdbcSecurePort) |
void |
setMetadataLoadWaitTimeInMillis(int metadataLoadWaitTimeInMillis) |
void |
setPgEnable(boolean pgEnable) |
void |
setPgPort(int pgPort) |
void |
setPgSecureEnable(boolean pgSecureEnable) |
void |
setPgSecurePort(int pgSecurePort) |
void |
setSsl(org.teiid.transport.SSLConfiguration ssl) |
void |
setVdbFile(String vdb) |
public boolean isAllowAlter()
public void setAllowAlter(boolean allowAlter)
public String getVdbFile()
public void setVdbFile(String vdb)
public int getMetadataLoadWaitTimeInMillis()
public void setMetadataLoadWaitTimeInMillis(int metadataLoadWaitTimeInMillis)
public boolean isJdbcEnable()
public void setJdbcEnable(boolean jdbcEnable)
public int getJdbcPort()
public void setJdbcPort(int jdbcPort)
public boolean isPgEnable()
public void setPgEnable(boolean pgEnable)
public int getPgPort()
public void setPgPort(int pgPort)
public boolean isJdbcSecureEnable()
public void setJdbcSecureEnable(boolean jdbcSecureEnable)
public boolean isPgSecureEnable()
public void setPgSecureEnable(boolean pgSecureEnable)
public int getJdbcSecurePort()
public void setJdbcSecurePort(int jdbcSecurePort)
public int getPgSecurePort()
public void setPgSecurePort(int pgSecurePort)
public org.teiid.transport.SSLConfiguration getSsl()
public void setSsl(org.teiid.transport.SSLConfiguration ssl)
public String getHostName()
public void setHostName(String hostName)
Copyright © 2019. All rights reserved.