@ParametersAreNonnullByDefault @Version("0.4.1")
Package org.apache.sling.distribution
-
Interface Summary Interface Description DistributionRequest ADistributionRequest
represents the need from the caller to have some content being distributed from a source instance to a target instance.DistributionResponse ADistributionResponse
represents the outcome of aDistributionRequest
as handled by a certain distribution agent.DistributionResponseInfo ADistributionResponseInfo
represents an additional info for therequest
Distributor A distributor is responsible for dispatchingDistributionRequest
s to distribution agents.ImportPostProcessor Executes any operations post import of distribution contentInvalidationProcessor Executes cache invalidation requests -
Class Summary Class Description SimpleDistributionRequest ASimpleDistributionRequest
is aDistributionRequest
where all paths are either "deep" or "shallow". -
Enum Summary Enum Description DistributionRequestState The different states aDistributionRequest
can 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