Uses of Interface
org.apache.jackrabbit.vault.fs.api.Aggregator
Packages that use Aggregator
Package
Description
-
Uses of Aggregator in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return AggregatorModifier and TypeMethodDescriptionAggregateManager.getAggregator(Node node, String path) Returns the aggregator for the given node ornullif none found.Methods in org.apache.jackrabbit.vault.fs.api that return types with arguments of type AggregatorModifier and TypeMethodDescriptionVaultFsConfig.getAggregators()Returns a list of configured aggregators. -
Uses of Aggregator in org.apache.jackrabbit.vault.fs.config
Methods in org.apache.jackrabbit.vault.fs.config that return AggregatorMethods in org.apache.jackrabbit.vault.fs.config that return types with arguments of type AggregatorModifier and TypeMethodDescriptionClass<? extends Aggregator>Registry.getAggregatorClass(String type) AbstractVaultFsConfig.getAggregators() -
Uses of Aggregator in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return AggregatorModifier and TypeMethodDescriptionAggregateManagerImpl.getAggregator(Node node, String path) AggregatorProvider.getAggregator(Node node, String path) Selects an aggregator that can handle the given node.Methods in org.apache.jackrabbit.vault.fs.impl that return types with arguments of type AggregatorModifier and TypeMethodDescriptionAggregatorProvider.getAggregators()Returns the list of aggregatorsConstructors in org.apache.jackrabbit.vault.fs.impl with parameters of type AggregatorModifierConstructorDescriptionprotectedAggregateImpl(AggregateImpl parent, String path, Aggregator aggregator) Creates a new sub aggregateprotectedAggregateImpl(AggregateManagerImpl mgr, String path, Aggregator aggregator) Creates a new root aggregateConstructor parameters in org.apache.jackrabbit.vault.fs.impl with type arguments of type AggregatorModifierConstructorDescriptionAggregatorProvider(List<Aggregator> aggregators) Constructs a new aggregator provider with a given aggregator list.