Class CustomAggregateNAryFunctionRegistry
java.lang.Object
org.eclipse.rdf4j.common.lang.service.ServiceRegistry<String,AggregateNAryFunctionFactory>
org.eclipse.rdf4j.query.parser.sparql.aggregate.CustomAggregateNAryFunctionRegistry
@Experimental
public class CustomAggregateNAryFunctionRegistry
extends ServiceRegistry<String,AggregateNAryFunctionFactory>
ServiceRegistry implementation that stores available custom aggregate n-ary functions that can be used during
query evaluation.- Author:
- Nik Kozlov
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.common.lang.service.ServiceRegistry
logger, services -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetKey(AggregateNAryFunctionFactory service) Gets the key for the specified service.
-
Constructor Details
-
CustomAggregateNAryFunctionRegistry
public CustomAggregateNAryFunctionRegistry()
-
-
Method Details
-
getInstance
-
getKey
Description copied from class:ServiceRegistryGets the key for the specified service.- Specified by:
getKeyin classServiceRegistry<String,AggregateNAryFunctionFactory> - Parameters:
service- The service to get the key for.- Returns:
- The key for the specified service.
-