Uses of Interface
org.apache.jackrabbit.vault.fs.api.Aggregator
-
Packages that use Aggregator Package Description org.apache.jackrabbit.vault.fs.api org.apache.jackrabbit.vault.fs.config org.apache.jackrabbit.vault.fs.impl -
-
Uses of Aggregator in org.apache.jackrabbit.vault.fs.api
Methods in org.apache.jackrabbit.vault.fs.api that return Aggregator Modifier and Type Method Description Aggregator
AggregateManager. getAggregator(Node node, String path)
Returns the aggregator for the given node ornull
if none found.Methods in org.apache.jackrabbit.vault.fs.api that return types with arguments of type Aggregator Modifier and Type Method Description List<Aggregator>
VaultFsConfig. 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 Aggregator Modifier and Type Method Description Aggregator
Registry. createAggregator(String type)
Methods in org.apache.jackrabbit.vault.fs.config that return types with arguments of type Aggregator Modifier and Type Method Description Class<? extends Aggregator>
Registry. getAggregatorClass(String type)
List<Aggregator>
AbstractVaultFsConfig. getAggregators()
-
Uses of Aggregator in org.apache.jackrabbit.vault.fs.impl
Methods in org.apache.jackrabbit.vault.fs.impl that return Aggregator Modifier and Type Method Description Aggregator
AggregateManagerImpl. getAggregator(Node node, String path)
Aggregator
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 Aggregator Modifier and Type Method Description List<Aggregator>
AggregatorProvider. getAggregators()
Returns the list of aggregatorsConstructors in org.apache.jackrabbit.vault.fs.impl with parameters of type Aggregator Constructor Description AggregateImpl(AggregateImpl parent, String path, Aggregator aggregator)
Creates a new sub aggregateAggregateImpl(AggregateManagerImpl mgr, String path, Aggregator aggregator)
Creates a new root aggregateConstructor parameters in org.apache.jackrabbit.vault.fs.impl with type arguments of type Aggregator Constructor Description AggregatorProvider(List<Aggregator> aggregators)
Constructs a new aggregator provider with a given aggregator list.
-