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 SlaveServer
ExecutionConfiguration. getRemoteServer()
Methods in org.pentaho.di with parameters of type SlaveServer Modifier and Type Method Description void
ExecutionConfiguration. 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. slaveServers
Methods in org.pentaho.di.base that return SlaveServer Modifier and Type Method Description SlaveServer
AbstractMeta. 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 void
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 SlaveServer Modifier and Type Method Description void
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 SlaveServer Modifier and Type Method Description SlaveServer
ClusterSchema. findMaster()
SlaveServer
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
SlaveServer. 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 void
SlaveServer. replaceMeta(SlaveServer slaveServer)
Method parameters in org.pentaho.di.cluster with type arguments of type SlaveServer Modifier and Type Method Description static 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)
String
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 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 SlaveServer
JobExecutionConfiguration. getRemoteServer()
Methods in org.pentaho.di.job with parameters of type SlaveServer Modifier and Type Method Description void
JobExecutionConfiguration. 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 SlaveServer
Repository. 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 boolean
RepositoryImporter. equals(SlaveServer slaveServer, SlaveServer slaveServer2)
Method parameters in org.pentaho.di.repository with type arguments of type SlaveServer Modifier and Type Method Description ClusterSchema
Repository. 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 SlaveServer
KettleFileRepository. 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.ObjectId
KettleFileRepository. insertClusterSlave(ClusterSchema clusterSchema, SlaveServer slaveServer)
Method parameters in org.pentaho.di.repository.filerep with type arguments of type SlaveServer Modifier and Type Method Description ClusterSchema
KettleFileRepository. 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 SlaveServer
KettleDatabaseRepository. 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.ObjectId
KettleDatabaseRepository. insertClusterSlave(ClusterSchema clusterSchema, SlaveServer slaveServer)
Method parameters in org.pentaho.di.repository.kdr with type arguments of type SlaveServer Modifier and Type Method Description ClusterSchema
KettleDatabaseRepository. 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 SlaveServer
KettleDatabaseRepositorySlaveServerDelegate. 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.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 SlaveServer Modifier and Type Method Description ClusterSchema
KettleDatabaseRepositoryClusterSchemaDelegate. 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 SlaveServer
TransExecutionConfiguration. 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 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 SlaveServer Modifier and Type Method Description SlaveServer
TransSplitter. 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 String
TransSplitter. 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 SlaveServer
GetSlaveSequenceData. slaveServer
-
Uses of SlaveServer in org.pentaho.di.www
Methods in org.pentaho.di.www that return SlaveServer Modifier and Type Method Description SlaveServer
SlaveServerConfig. getSlaveServer()
SlaveServer
SlaveServerDetection. 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 void
SlaveServerConfig. setSlaveServer(SlaveServer slaveServer)
void
SlaveServerDetection. setSlaveServer(SlaveServer slaveServer)
Method parameters in org.pentaho.di.www with type arguments of type SlaveServer Modifier and Type Method Description void
SlaveServerConfig. 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)
-