Uses of Class
org.apache.jena.fuseki.server.DataService
Packages that use DataService
Package
Description
-
Uses of DataService in org.apache.jena.fuseki.async
Methods in org.apache.jena.fuseki.async that return DataServiceMethods in org.apache.jena.fuseki.async with parameters of type DataServiceModifier and TypeMethodDescriptionAsyncPool.submit(Runnable task, String displayName, DataService dataService, long requestId) -
Uses of DataService in org.apache.jena.fuseki.build
Methods in org.apache.jena.fuseki.build that return DataServiceModifier and TypeMethodDescriptionstatic DataServiceFusekiConfig.buildDataServiceStd(org.apache.jena.sparql.core.DatasetGraph dsg, boolean withUpdate) -
Uses of DataService in org.apache.jena.fuseki.ctl
Methods in org.apache.jena.fuseki.ctl with parameters of type DataService -
Uses of DataService in org.apache.jena.fuseki.server
Methods in org.apache.jena.fuseki.server that return DataServiceMethods in org.apache.jena.fuseki.server with parameters of type DataServiceModifier and TypeMethodDescriptionstatic DataService.BuilderDataService.newBuilder(DataService dSrv) Return a new builder, populated by an existing DatasetServiceMethod parameters in org.apache.jena.fuseki.server with type arguments of type DataServiceModifier and TypeMethodDescriptionvoidDataService.addShutdownHandler(Consumer<DataService> action) Constructors in org.apache.jena.fuseki.server with parameters of type DataService -
Uses of DataService in org.apache.jena.fuseki.servlets
Methods in org.apache.jena.fuseki.servlets that return DataServiceMethods in org.apache.jena.fuseki.servlets with parameters of type DataServiceModifier and TypeMethodDescriptionvoidHttpAction.setRequest(DataAccessPoint dataAccessPoint, DataService dService) Initialization after action creation, during lifecycle setup.