Class CustomAggregateFunctionRegistry
- java.lang.Object
- 
- org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,AggregateFunctionFactory>
- 
- org.eclipse.rdf4j.query.parser.sparql.aggregate.CustomAggregateFunctionRegistry
 
 
- 
 @Experimental public class CustomAggregateFunctionRegistry extends org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,AggregateFunctionFactory> ServiceRegistryimplementation that stores available custom aggregate functions that can be used during query evaluation.- Author:
- Tomas Kovachev [email protected]
 
- 
- 
Constructor SummaryConstructors Constructor Description CustomAggregateFunctionRegistry()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomAggregateFunctionRegistrygetInstance()protected StringgetKey(AggregateFunctionFactory service)
 
- 
- 
- 
Method Detail- 
getInstancepublic static CustomAggregateFunctionRegistry getInstance() 
 - 
getKeyprotected String getKey(AggregateFunctionFactory service) - Specified by:
- getKeyin class- org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,AggregateFunctionFactory>
 
 
- 
 
-