@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 contentInvalidationProcessor 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 implementationsInvalidationProcessException Exception thrown by the Invalidation processor implementations