Class TeiidProperties


  • @ConfigurationProperties(prefix="teiid")
    public class TeiidProperties
    extends Object
    • Constructor Detail

      • TeiidProperties

        public TeiidProperties()
    • 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)