Package org.teiid.spring.autoconfigure
Class TeiidProperties
- java.lang.Object
-
- org.teiid.spring.autoconfigure.TeiidProperties
-
@ConfigurationProperties(prefix="teiid") public class TeiidProperties extends Object
-
-
Constructor Summary
Constructors Constructor Description TeiidProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHostName()intgetJdbcPort()intgetJdbcSecurePort()StringgetLabels()intgetMetadataLoadWaitTimeInMillis()StringgetNodeName()intgetPgPort()intgetPgSecurePort()StringgetPodName()org.teiid.transport.SSLConfigurationgetSsl()StringgetVdbFile()booleanisAllowAlter()booleanisJdbcEnable()booleanisJdbcSecureEnable()booleanisPgEnable()booleanisPgSecureEnable()voidsetAllowAlter(boolean allowAlter)voidsetHostName(String hostName)voidsetJdbcEnable(boolean jdbcEnable)voidsetJdbcPort(int jdbcPort)voidsetJdbcSecureEnable(boolean jdbcSecureEnable)voidsetJdbcSecurePort(int jdbcSecurePort)voidsetLabels(String labels)voidsetMetadataLoadWaitTimeInMillis(int metadataLoadWaitTimeInMillis)voidsetNodeName(String nodeName)voidsetPgEnable(boolean pgEnable)voidsetPgPort(int pgPort)voidsetPgSecureEnable(boolean pgSecureEnable)voidsetPgSecurePort(int pgSecurePort)voidsetPodName(String podName)voidsetSsl(org.teiid.transport.SSLConfiguration ssl)voidsetVdbFile(String vdb)
-
-
-
Method Detail
-
isAllowAlter
public boolean isAllowAlter()
-
setAllowAlter
public void setAllowAlter(boolean allowAlter)
-
getVdbFile
public String getVdbFile()
-
setVdbFile
public void setVdbFile(String vdb)
-
getMetadataLoadWaitTimeInMillis
public int getMetadataLoadWaitTimeInMillis()
-
setMetadataLoadWaitTimeInMillis
public void setMetadataLoadWaitTimeInMillis(int metadataLoadWaitTimeInMillis)
-
isJdbcEnable
public boolean isJdbcEnable()
-
setJdbcEnable
public void setJdbcEnable(boolean jdbcEnable)
-
getJdbcPort
public int getJdbcPort()
-
setJdbcPort
public void setJdbcPort(int jdbcPort)
-
isPgEnable
public boolean isPgEnable()
-
setPgEnable
public void setPgEnable(boolean pgEnable)
-
getPgPort
public int getPgPort()
-
setPgPort
public void setPgPort(int pgPort)
-
isJdbcSecureEnable
public boolean isJdbcSecureEnable()
-
setJdbcSecureEnable
public void setJdbcSecureEnable(boolean jdbcSecureEnable)
-
isPgSecureEnable
public boolean isPgSecureEnable()
-
setPgSecureEnable
public void setPgSecureEnable(boolean pgSecureEnable)
-
getJdbcSecurePort
public int getJdbcSecurePort()
-
setJdbcSecurePort
public void setJdbcSecurePort(int jdbcSecurePort)
-
getPgSecurePort
public int getPgSecurePort()
-
setPgSecurePort
public void setPgSecurePort(int pgSecurePort)
-
getSsl
public org.teiid.transport.SSLConfiguration getSsl()
-
setSsl
public void setSsl(org.teiid.transport.SSLConfiguration ssl)
-
getHostName
public String getHostName()
-
setHostName
public void setHostName(String hostName)
-
getNodeName
public String getNodeName()
-
setNodeName
public void setNodeName(String nodeName)
-
getPodName
public String getPodName()
-
setPodName
public void setPodName(String podName)
-
getLabels
public String getLabels()
-
setLabels
public void setLabels(String labels)
-
-