Uses of Class
org.pentaho.di.cluster.SlaveServer
-
-
Uses of SlaveServer in org.pentaho.di
Methods in org.pentaho.di that return SlaveServer Modifier and Type Method Description SlaveServerExecutionConfiguration. getRemoteServer()Methods in org.pentaho.di with parameters of type SlaveServer Modifier and Type Method Description voidExecutionConfiguration. setRemoteServer(SlaveServer remoteServer) -
Uses of SlaveServer in org.pentaho.di.base
Fields in org.pentaho.di.base with type parameters of type SlaveServer Modifier and Type Field Description protected List<SlaveServer>AbstractMeta. slaveServersMethods in org.pentaho.di.base that return SlaveServer Modifier and Type Method Description SlaveServerAbstractMeta. findSlaveServer(String serverString)Find a slave server using the nameMethods in org.pentaho.di.base that return types with arguments of type SlaveServer Modifier and Type Method Description List<SlaveServer>AbstractMeta. getSlaveServers()Gets a list of slave servers.Methods in org.pentaho.di.base with parameters of type SlaveServer Modifier and Type Method Description voidAbstractMeta. 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 SlaveServer Modifier and Type Method Description voidAbstractMeta. setSlaveServers(List<SlaveServer> slaveServers)Sets the slave servers. -
Uses of SlaveServer in org.pentaho.di.cluster
Methods in org.pentaho.di.cluster that return SlaveServer Modifier and Type Method Description SlaveServerClusterSchema. findMaster()SlaveServerClusterSchema. findSlaveServer(String slaveServerName)static SlaveServerSlaveServer. findSlaveServer(List<SlaveServer> slaveServers, String name)static SlaveServerSlaveServer. findSlaveServer(List<SlaveServer> slaveServers, org.pentaho.di.repository.ObjectId id)SlaveServerSlaveServer. getClient()Methods in org.pentaho.di.cluster that return types with arguments of type SlaveServer Modifier and Type Method Description List<SlaveServer>ClusterSchema. getSlaveServers()List<SlaveServer>ClusterSchema. getSlaveServersFromMasterOrLocal()Methods in org.pentaho.di.cluster with parameters of type SlaveServer Modifier and Type Method Description voidSlaveServer. replaceMeta(SlaveServer slaveServer)Method parameters in org.pentaho.di.cluster with type arguments of type SlaveServer Modifier and Type Method Description static SlaveServerSlaveServer. findSlaveServer(List<SlaveServer> slaveServers, String name)static SlaveServerSlaveServer. findSlaveServer(List<SlaveServer> slaveServers, org.pentaho.di.repository.ObjectId id)static String[]SlaveServer. getSlaveServerNames(List<SlaveServer> slaveServers)voidClusterSchema. setSlaveServers(List<SlaveServer> slaveServers)StringSlaveServer. 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 SlaveServer Constructor Description ClusterSchema(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 SlaveServer Modifier and Type Method Description SlaveServerJobExecutionConfiguration. getRemoteServer()Methods in org.pentaho.di.job with parameters of type SlaveServer Modifier and Type Method Description voidJobExecutionConfiguration. setRemoteServer(SlaveServer remoteServer) -
Uses of SlaveServer in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return SlaveServer Modifier and Type Method Description SlaveServerRepository. loadSlaveServer(org.pentaho.di.repository.ObjectId id_slave_server, String versionLabel)Methods in org.pentaho.di.repository that return types with arguments of type SlaveServer Modifier and Type Method Description List<SlaveServer>Repository. getSlaveServers()List<SlaveServer>RepositoryExtended. getSlaveServers(boolean cached)Deprecated.Methods in org.pentaho.di.repository with parameters of type SlaveServer Modifier and Type Method Description protected booleanRepositoryImporter. equals(SlaveServer slaveServer, SlaveServer slaveServer2)Method parameters in org.pentaho.di.repository with type arguments of type SlaveServer Modifier and Type Method Description ClusterSchemaRepository. 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 SlaveServer Modifier and Type Method Description SlaveServerKettleFileRepository. 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 SlaveServer Modifier and Type Method Description List<SlaveServer>KettleFileRepository. getSlaveServers()Methods in org.pentaho.di.repository.filerep with parameters of type SlaveServer Modifier and Type Method Description org.pentaho.di.repository.ObjectIdKettleFileRepository. insertClusterSlave(ClusterSchema clusterSchema, SlaveServer slaveServer)Method parameters in org.pentaho.di.repository.filerep with type arguments of type SlaveServer Modifier and Type Method Description ClusterSchemaKettleFileRepository. 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 SlaveServer Modifier and Type Method Description SlaveServerKettleDatabaseRepository. 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 SlaveServer Modifier and Type Method Description List<SlaveServer>KettleDatabaseRepository. getSlaveServers()Methods in org.pentaho.di.repository.kdr with parameters of type SlaveServer Modifier and Type Method Description org.pentaho.di.repository.ObjectIdKettleDatabaseRepository. insertClusterSlave(ClusterSchema clusterSchema, SlaveServer slaveServer)Method parameters in org.pentaho.di.repository.kdr with type arguments of type SlaveServer Modifier and Type Method Description ClusterSchemaKettleDatabaseRepository. 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 SlaveServer Modifier and Type Method Description SlaveServerKettleDatabaseRepositorySlaveServerDelegate. loadSlaveServer(org.pentaho.di.repository.ObjectId id_slave_server)Methods in org.pentaho.di.repository.kdr.delegates with parameters of type SlaveServer Modifier and Type Method Description org.pentaho.di.repository.ObjectIdKettleDatabaseRepositorySlaveServerDelegate. insertSlave(SlaveServer slaveServer)voidKettleDatabaseRepositorySlaveServerDelegate. saveSlaveServer(SlaveServer slaveServer)voidKettleDatabaseRepositorySlaveServerDelegate. saveSlaveServer(SlaveServer slaveServer, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation)voidKettleDatabaseRepositorySlaveServerDelegate. saveSlaveServer(SlaveServer slaveServer, org.pentaho.di.repository.ObjectId id_transformation, boolean isUsedByTransformation, boolean overwrite)voidKettleDatabaseRepositorySlaveServerDelegate. updateSlave(SlaveServer slaveServer)Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type SlaveServer Modifier and Type Method Description ClusterSchemaKettleDatabaseRepositoryClusterSchemaDelegate. 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 SlaveServer Modifier and Type Method Description SlaveServerTransExecutionConfiguration. getRemoteServer()Methods in org.pentaho.di.trans that return types with arguments of type SlaveServer Modifier and Type Method Description List<SlaveServer>HasSlaveServersInterface. getSlaveServers()Methods in org.pentaho.di.trans with parameters of type SlaveServer Modifier and Type Method Description static voidTrans. cleanupSlaveServer(TransSplitter transSplitter, SlaveServer slaveServer, TransMeta slaveTransMeta)Cleanup the slave server as part of a clustered transformation.booleanTransMeta. isUsingSlaveServer(SlaveServer slaveServer)Checks if the transformation is using the specified slave server.static voidTrans. monitorRemoteTransformation(org.pentaho.di.core.logging.LogChannelInterface log, String carteObjectId, String transName, SlaveServer remoteSlaveServer)Monitors a remote transformation every 5 seconds.static voidTrans. monitorRemoteTransformation(org.pentaho.di.core.logging.LogChannelInterface log, String carteObjectId, String transName, SlaveServer remoteSlaveServer, int sleepTimeSeconds)Monitors a remote transformation at the specified interval.voidTransExecutionConfiguration. setRemoteServer(SlaveServer remoteServer) -
Uses of SlaveServer in org.pentaho.di.trans.cluster
Methods in org.pentaho.di.trans.cluster that return SlaveServer Modifier and Type Method Description SlaveServerTransSplitter. getMasterServer()SlaveServer[]TransSplitter. getSlaveTargets()Methods in org.pentaho.di.trans.cluster that return types with arguments of type SlaveServer Modifier and Type Method Description Map<SlaveServer,TransMeta>TransSplitter. getSlaveTransMap()Methods in org.pentaho.di.trans.cluster with parameters of type SlaveServer Modifier and Type Method Description StringTransSplitter. 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 Modifier and Type Field Description SlaveServerGetSlaveSequenceData. slaveServer -
Uses of SlaveServer in org.pentaho.di.www
Methods in org.pentaho.di.www that return SlaveServer Modifier and Type Method Description SlaveServerSlaveServerConfig. getSlaveServer()SlaveServerSlaveServerDetection. getSlaveServer()Methods in org.pentaho.di.www that return types with arguments of type SlaveServer Modifier and Type Method Description List<SlaveServer>SlaveServerConfig. getMasters()Methods in org.pentaho.di.www with parameters of type SlaveServer Modifier and Type Method Description voidSlaveServerConfig. setSlaveServer(SlaveServer slaveServer)voidSlaveServerDetection. setSlaveServer(SlaveServer slaveServer)Method parameters in org.pentaho.di.www with type arguments of type SlaveServer Modifier and Type Method Description voidSlaveServerConfig. setMasters(List<SlaveServer> masters)Constructors in org.pentaho.di.www with parameters of type SlaveServer Constructor Description SlaveServerConfig(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 SlaveServer Constructor Description SlaveServerConfig(List<SlaveServer> masters, boolean reportingToMasters, SlaveServer slaveServer)
-