@ConfigurationProperties(prefix="teiid") public class TeiidProperties extends Object
| Constructor and Description |
|---|
TeiidProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName() |
int |
getJdbcPort() |
int |
getJdbcSecurePort() |
String |
getLabels() |
int |
getMetadataLoadWaitTimeInMillis() |
String |
getNodeName() |
int |
getPgPort() |
int |
getPgSecurePort() |
String |
getPodName() |
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 |
setLabels(String labels) |
void |
setMetadataLoadWaitTimeInMillis(int metadataLoadWaitTimeInMillis) |
void |
setNodeName(String nodeName) |
void |
setPgEnable(boolean pgEnable) |
void |
setPgPort(int pgPort) |
void |
setPgSecureEnable(boolean pgSecureEnable) |
void |
setPgSecurePort(int pgSecurePort) |
void |
setPodName(String podName) |
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)
public String getNodeName()
public void setNodeName(String nodeName)
public String getPodName()
public void setPodName(String podName)
public String getLabels()
public void setLabels(String labels)
Copyright © 2020. All rights reserved.