Package org.apache.s4.deploy

Dynamic application deployment framework, that allows identifying new available applications, downloading them through various protocols, loading them and starting them in the current S4 node.

See:
          Description

Interface Summary
DeploymentManager Marker interface for deployment managers.
S4RFetcher This interface defines methods to fetch S4R archive files from a URI.
 

Class Summary
DistributedDeploymentManager Monitors application availability on a given s4 cluster.
FileSystemS4RFetcher Fetches S4R files from a file system, possibly distributed.
HttpS4RFetcher Fetches S4R archive through HTTP.
NoOpDeploymentManager Does not handle any deployment (hence does not require any cluster configuration settings)
 

Exception Summary
DeploymentFailedException Indicates that an application failed to be deployed to an S4 node.
 

Package org.apache.s4.deploy Description

Dynamic application deployment framework, that allows identifying new available applications, downloading them through various protocols, loading them and starting them in the current S4 node.