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.xmlModifier 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, parseJettyOptions, readAutoSequences, setAutomaticCreationAllowed, setAutoSequence, setDatabases, setFilename, setJoining, setMasters, setMaxLogLines, setMaxLogTimeoutMinutes, setMetaStore, setObjectTimeoutMinutes, setPasswordFile, setReportingToMasters, setRepository, setRepositoryId, setRepositoryPassword, setRepositoryUsername, setSlaveSequences, setSlaveServer, setUpJettyOptions
public 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.KettleXMLException
public 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.KettleXMLException
public org.pentaho.di.repository.Repository getRepository() throws org.pentaho.di.core.exception.KettleException
getRepository
in class org.pentaho.di.www.SlaveServerConfig
org.pentaho.di.core.exception.KettleException
public org.pentaho.metastore.stores.delegate.DelegatingMetaStore getMetaStore()
getMetaStore
in class org.pentaho.di.www.SlaveServerConfig
Copyright © 2017 Hitachi Vantara. All rights reserved.