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 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)
-
-
-
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)
-
-