Uses of Class
org.pentaho.di.cluster.SlaveServer
Packages that use SlaveServer
Package
Description
-
Uses of SlaveServer in org.pentaho.di
Methods in org.pentaho.di that return SlaveServerMethods in org.pentaho.di with parameters of type SlaveServerModifier and TypeMethodDescriptionvoid
ExecutionConfiguration.setRemoteServer
(SlaveServer remoteServer) -
Uses of SlaveServer in org.pentaho.di.base
Fields in org.pentaho.di.base with type parameters of type SlaveServerMethods in org.pentaho.di.base that return SlaveServerModifier and TypeMethodDescriptionAbstractMeta.findSlaveServer
(String serverString) Find a slave server using the nameMethods in org.pentaho.di.base that return types with arguments of type SlaveServerMethods in org.pentaho.di.base with parameters of type SlaveServerModifier and TypeMethodDescriptionvoid
AbstractMeta.addOrReplaceSlaveServer
(SlaveServer slaveServer) Add a new slave server to the transformation if that didn't exist yet.Method parameters in org.pentaho.di.base with type arguments of type SlaveServerModifier and TypeMethodDescriptionvoid
AbstractMeta.setSlaveServers
(List<SlaveServer> slaveServers) Sets the slave servers. -
Uses of SlaveServer in org.pentaho.di.cluster
Methods in org.pentaho.di.cluster that return SlaveServerModifier and TypeMethodDescriptionClusterSchema.findMaster()
ClusterSchema.findSlaveServer
(String slaveServerName) static SlaveServer
SlaveServer.findSlaveServer
(List<SlaveServer> slaveServers, String name) static SlaveServer
SlaveServer.findSlaveServer
(List<SlaveServer> slaveServers, org.pentaho.di.repository.ObjectId id) SlaveServer.getClient()
Methods in org.pentaho.di.cluster that return types with arguments of type SlaveServerModifier and TypeMethodDescriptionClusterSchema.getSlaveServers()
ClusterSchema.getSlaveServersFromMasterOrLocal()
Methods in org.pentaho.di.cluster with parameters of type SlaveServerMethod parameters in org.pentaho.di.cluster with type arguments of type SlaveServerModifier and TypeMethodDescriptionstatic SlaveServer
SlaveServer.findSlaveServer
(List<SlaveServer> slaveServers, String name) static SlaveServer
SlaveServer.findSlaveServer
(List<SlaveServer> slaveServers, org.pentaho.di.repository.ObjectId id) static String[]
SlaveServer.getSlaveServerNames
(List<SlaveServer> slaveServers) void
ClusterSchema.setSlaveServers
(List<SlaveServer> slaveServers) SlaveServer.verifyAndModifySlaveServerName
(List<SlaveServer> slaveServers, String oldname) Verify the name of the slave server and if required, change it if it already exists in the list of slave servers.Constructor parameters in org.pentaho.di.cluster with type arguments of type SlaveServerModifierConstructorDescriptionClusterSchema
(String name, List<SlaveServer> slaveServers) ClusterSchema
(Node clusterSchemaNode, List<SlaveServer> referenceSlaveServers) -
Uses of SlaveServer in org.pentaho.di.job
Methods in org.pentaho.di.job that return SlaveServerMethods in org.pentaho.di.job with parameters of type SlaveServerModifier and TypeMethodDescriptionvoid
JobExecutionConfiguration.setRemoteServer
(SlaveServer remoteServer) -
Uses of SlaveServer in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return SlaveServerModifier and TypeMethodDescriptionRepository.loadSlaveServer
(org.pentaho.di.repository.ObjectId id_slave_server, String versionLabel) Methods in org.pentaho.di.repository that return types with arguments of type SlaveServerModifier and TypeMethodDescriptionRepository.getSlaveServers()
RepositoryExtended.getSlaveServers
(boolean cached) Deprecated.Methods in org.pentaho.di.repository with parameters of type SlaveServerModifier and TypeMethodDescriptionprotected boolean
RepositoryImporter.equals
(SlaveServer slaveServer, SlaveServer slaveServer2) Method parameters in org.pentaho.di.repository with type arguments of type SlaveServerModifier and TypeMethodDescriptionRepository.loadClusterSchema
(org.pentaho.di.repository.ObjectId id_cluster_schema, List<SlaveServer> slaveServers, String versionLabel) -
Uses of SlaveServer in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep that return SlaveServerModifier and TypeMethodDescriptionKettleFileRepository.loadSlaveServer
(org.pentaho.di.repository.ObjectId id_slave_server, String versionName) Methods in org.pentaho.di.repository.filerep that return types with arguments of type SlaveServerMethods in org.pentaho.di.repository.filerep with parameters of type SlaveServerModifier and TypeMethodDescriptionorg.pentaho.di.repository.ObjectId
KettleFileRepository.insertClusterSlave
(ClusterSchema clusterSchema, SlaveServer slaveServer) Method parameters in org.pentaho.di.repository.filerep with type arguments of type SlaveServerModifier and TypeMethodDescriptionKettleFileRepository.loadClusterSchema
(org.pentaho.di.repository.ObjectId id_cluster_schema, List<SlaveServer> slaveServers, String versionName) -
Uses of SlaveServer in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return SlaveServerModifier and TypeMethodDescriptionKettleDatabaseRepository.loadSlaveServer
(org.pentaho.di.repository.ObjectId id_slave_server, String versionName) Methods in org.pentaho.di.repository.kdr that return types with arguments of type SlaveServerMethods in org.pentaho.di.repository.kdr with parameters of type SlaveServerModifier and TypeMethodDescriptionorg.pentaho.di.repository.ObjectId
KettleDatabaseRepository.insertClusterSlave
(ClusterSchema clusterSchema, SlaveServer slaveServer) Method parameters in org.pentaho.di.repository.kdr with type arguments of type SlaveServerModifier and TypeMethodDescriptionKettleDatabaseRepository.loadClusterSchema
(org.pentaho.di.repository.ObjectId idClusterSchema, List<SlaveServer> slaveServers, String versionLabel) -
Uses of SlaveServer in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return SlaveServerModifier and TypeMethodDescriptionKettleDatabaseRepositorySlaveServerDelegate.loadSlaveServer
(org.pentaho.di.repository.ObjectId id_slave_server) Methods in org.pentaho.di.repository.kdr.delegates with parameters of type SlaveServerModifier and TypeMethodDescriptionorg.pentaho.di.repository.ObjectId
KettleDatabaseRepositorySlaveServerDelegate.insertSlave
(SlaveServer slaveServer) void
KettleDatabaseRepositorySlaveServerDelegate.saveSlaveServer
(SlaveServer slaveServer) void
KettleDatabaseRepositorySlaveServerDelegate.saveSlaveServer
(SlaveServer slaveServer, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation) void
KettleDatabaseRepositorySlaveServerDelegate.saveSlaveServer
(SlaveServer slaveServer, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation, boolean overwrite) void
KettleDatabaseRepositorySlaveServerDelegate.updateSlave
(SlaveServer slaveServer) Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type SlaveServerModifier and TypeMethodDescriptionKettleDatabaseRepositoryClusterSchemaDelegate.loadClusterSchema
(org.pentaho.di.repository.ObjectId id_cluster_schema, List<SlaveServer> slaveServers) -
Uses of SlaveServer in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return SlaveServerMethods in org.pentaho.di.trans that return types with arguments of type SlaveServerMethods in org.pentaho.di.trans with parameters of type SlaveServerModifier and TypeMethodDescriptionstatic void
Trans.cleanupSlaveServer
(TransSplitter transSplitter, SlaveServer slaveServer, TransMeta slaveTransMeta) Cleanup the slave server as part of a clustered transformation.boolean
TransMeta.isUsingSlaveServer
(SlaveServer slaveServer) Checks if the transformation is using the specified slave server.static void
Trans.monitorRemoteTransformation
(org.pentaho.di.core.logging.LogChannelInterface log, String carteObjectId, String transName, SlaveServer remoteSlaveServer) Monitors a remote transformation every 5 seconds.static void
Trans.monitorRemoteTransformation
(org.pentaho.di.core.logging.LogChannelInterface log, String carteObjectId, String transName, SlaveServer remoteSlaveServer, int sleepTimeSeconds) Monitors a remote transformation at the specified interval.void
TransExecutionConfiguration.setRemoteServer
(SlaveServer remoteServer) -
Uses of SlaveServer in org.pentaho.di.trans.cluster
Methods in org.pentaho.di.trans.cluster that return SlaveServerModifier and TypeMethodDescriptionTransSplitter.getMasterServer()
TransSplitter.getSlaveTargets()
Methods in org.pentaho.di.trans.cluster that return types with arguments of type SlaveServerMethods in org.pentaho.di.trans.cluster with parameters of type SlaveServerModifier and TypeMethodDescriptionTransSplitter.createPortCacheKey
(SlaveServer sourceSlave, String sourceStepName, int sourceStepCopy, SlaveServer targetSlave, String targetStepName, int targetStepCopy) -
Uses of SlaveServer in org.pentaho.di.trans.steps.getslavesequence
Fields in org.pentaho.di.trans.steps.getslavesequence declared as SlaveServer -
Uses of SlaveServer in org.pentaho.di.www
Methods in org.pentaho.di.www that return SlaveServerModifier and TypeMethodDescriptionSlaveServerConfig.getSlaveServer()
SlaveServerDetection.getSlaveServer()
Methods in org.pentaho.di.www that return types with arguments of type SlaveServerMethods in org.pentaho.di.www with parameters of type SlaveServerModifier and TypeMethodDescriptionvoid
SlaveServerConfig.setSlaveServer
(SlaveServer slaveServer) void
SlaveServerDetection.setSlaveServer
(SlaveServer slaveServer) Method parameters in org.pentaho.di.www with type arguments of type SlaveServerConstructors in org.pentaho.di.www with parameters of type SlaveServerModifierConstructorDescriptionSlaveServerConfig
(List<SlaveServer> masters, boolean reportingToMasters, SlaveServer slaveServer) SlaveServerConfig
(SlaveServer slaveServer) SlaveServerDetection
(SlaveServer slaveServer) Constructor parameters in org.pentaho.di.www with type arguments of type SlaveServerModifierConstructorDescriptionSlaveServerConfig
(List<SlaveServer> masters, boolean reportingToMasters, SlaveServer slaveServer)