Interface | Description |
---|---|
CartePluginInterface | |
CarteServletInterface |
Class | Description |
---|---|
AddExportServlet |
This servlet allows you to transport an exported job or transformation over to the carte server as a zip file.
|
AddJobServlet | |
AddTransServlet | |
AllocateServerSocketServlet |
This servlet allows a client (TransSplitter in our case) to ask for a port number.
This port number will be allocated in such a way that the port number is unique for a given hostname. This in turn will ensure that all the slaves will use valid port numbers, even if multiple slaves run on the same host. |
BaseHttpServlet | |
Carte | |
CarteDelegationHandler |
A handler for registering sub-jobs and sub-transformations on the carte maps.
|
CarteObjectEntry |
A carte object entry in the transformation or job maps
|
CarteServlet | |
CarteSingleton | |
CleanupTransServlet | |
ExecuteTransServlet | |
GetJobImageServlet | |
GetJobStatusServlet | |
GetRootServlet | |
GetSlavesServlet | |
GetStatusServlet | |
GetTransImageServlet | |
GetTransStatusServlet | |
JobMap |
This is a map between the job name and the (running/waiting/finished) job.
|
ListServerSocketServlet |
This servlet allows a client (TransSplitter in our case) to ask for a port number.
This port number will be allocated in such a way that the port number is unique for a given hostname. This in turn will ensure that all the slaves will use valid port numbers, even if multiple slaves run on the same host. |
NextSequenceValueServlet |
This servlet allows a client (TransSplitter in our case) to ask for a port number.
This port number will be allocated in such a way that the port number is unique for a given hostname. This in turn will ensure that all the slaves will use valid port numbers, even if multiple slaves run on the same host. |
PauseTransServlet | |
PrepareExecutionTransServlet | |
RegisterSlaveServlet | |
RemoveJobServlet | |
RemoveTransServlet | |
RunJobServlet | |
RunTransServlet | |
SlaveSequence | |
SlaveServerConfig | |
SlaveServerDetection |
This class is what describes the information that we keep when we detect a slave server in the cloud / cluster.
It contains the slave server information as well as the time it was last seen alive, whether it is still alive, etc. |
SlaveServerJobStatus | |
SlaveServerStatus | |
SlaveServerTransStatus | |
SniffStepServlet | |
SocketPortAllocation | |
SocketRepository |
This singleton keeps a repository of all the server sockets.
|
SocketRepositoryEntry |
This entry contains a server socket as well as detailed about the process
that is using it.
|
StartExecutionTransServlet | |
StartJobServlet | |
StartTransServlet | |
StopJobServlet | |
StopTransServlet | |
TransformationMap |
This is a map between the transformation name and the
(running/waiting/finished) transformation.
|
WebServer |
Enum | Description |
---|---|
SlaveServerDetection.SlaveRelationShip |