@ParametersAreNonnullByDefault @Version("0.4.1")
Package org.apache.sling.distribution
- 
Interface Summary Interface Description DistributionRequest ADistributionRequestrepresents the need from the caller to have some content being distributed from a source instance to a target instance.DistributionResponse ADistributionResponserepresents the outcome of aDistributionRequestas handled by a certain distribution agent.DistributionResponseInfo ADistributionResponseInforepresents an additional info for therequestDistributor A distributor is responsible for dispatchingDistributionRequests to distribution agents.ImportPostProcessor Executes any operations post import of distribution contentImportPreProcessor Interface for executing operations before the import of distribution content.InvalidationProcessor Executes cache invalidation requests - 
Class Summary Class Description SimpleDistributionRequest ASimpleDistributionRequestis aDistributionRequestwhere all paths are either "deep" or "shallow". - 
Enum Summary Enum Description DistributionRequestState The different states aDistributionRequestcan have during its lifecycle.DistributionRequestType The request type tied to a specificDistributionRequest, used to decide how the distribution content should be aggregated. - 
Exception Summary Exception Description ImportPostProcessException Exception thrown by the Import post processor implementationsImportPreProcessException Exception thrown to indicate an issue that prevents the content from being imported successfully during the pre-import processing phase.InvalidationProcessException Exception thrown by the Invalidation processor implementations