public class DIServerConfig
extends org.pentaho.di.www.SlaveServerConfig
getRepository() and getMetaStore() to use an in-process PurRepository connection
with active user credentials if not otherwise configured via slaveserverconfig.xml| Modifier and Type | Field and Description |
|---|---|
static String |
PUR_REPOSITORY_PLUGIN_ID |
static String |
SINGLE_DI_SERVER_INSTANCE |
| Constructor and Description |
|---|
DIServerConfig(org.pentaho.di.core.logging.LogChannel logChannel,
Node configNode) |
DIServerConfig(org.pentaho.di.core.logging.LogChannel logChannel,
Node configNode,
org.pentaho.di.core.plugins.PluginRegistry pluginRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.pentaho.metastore.stores.delegate.DelegatingMetaStore |
getMetaStore() |
org.pentaho.di.repository.Repository |
getRepository() |
getAutoSequence, getDatabases, getFilename, getMasters, getMaxLogLines, getMaxLogTimeoutMinutes, getObjectTimeoutMinutes, getPasswordFile, getRepositoryId, getRepositoryPassword, getRepositoryUsername, getSlaveSequences, getSlaveServer, getXML, isAutomaticCreationAllowed, isJoining, isReportingToMasters, readAutoSequences, setAutomaticCreationAllowed, setAutoSequence, setDatabases, setFilename, setJoining, setMasters, setMaxLogLines, setMaxLogTimeoutMinutes, setMetaStore, setObjectTimeoutMinutes, setPasswordFile, setReportingToMasters, setRepository, setRepositoryId, setRepositoryPassword, setRepositoryUsername, setSlaveSequences, setSlaveServerpublic static final String SINGLE_DI_SERVER_INSTANCE
public static final String PUR_REPOSITORY_PLUGIN_ID
public DIServerConfig(org.pentaho.di.core.logging.LogChannel logChannel,
Node configNode)
throws org.pentaho.di.core.exception.KettleXMLException
org.pentaho.di.core.exception.KettleXMLExceptionpublic DIServerConfig(org.pentaho.di.core.logging.LogChannel logChannel,
Node configNode,
org.pentaho.di.core.plugins.PluginRegistry pluginRegistry)
throws org.pentaho.di.core.exception.KettleXMLException
org.pentaho.di.core.exception.KettleXMLExceptionpublic org.pentaho.di.repository.Repository getRepository()
throws org.pentaho.di.core.exception.KettleException
getRepository in class org.pentaho.di.www.SlaveServerConfigorg.pentaho.di.core.exception.KettleExceptionpublic org.pentaho.metastore.stores.delegate.DelegatingMetaStore getMetaStore()
getMetaStore in class org.pentaho.di.www.SlaveServerConfig