Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W X 

A

abort() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
acceptJSON - Static variable in class org.apache.jena.fuseki.DEF
 
acceptNQuads - Static variable in class org.apache.jena.fuseki.DEF
 
acceptRDFXML - Static variable in class org.apache.jena.fuseki.DEF
 
acceptRSXML - Static variable in class org.apache.jena.fuseki.DEF
 
acceptTurtle - Static variable in class org.apache.jena.fuseki.DEF
 
ACCESS_CONTROL_ALLOW_CREDENTIALS_HEADER - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_HEADERS_HEADER - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_METHODS_HEADER - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ACCESS_CONTROL_ALLOW_ORIGIN_HEADER - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ACCESS_CONTROL_EXPOSE_HEADERS_HEADER - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ACCESS_CONTROL_MAX_AGE_HEADER - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ACCESS_CONTROL_REQUEST_HEADERS_HEADER - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ACCESS_CONTROL_REQUEST_METHOD_HEADER - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ActionAsyncTask - Class in org.apache.jena.fuseki.ctl
Base helper class for creating async tasks on "items", based on POST
ActionAsyncTask(String) - Constructor for class org.apache.jena.fuseki.ctl.ActionAsyncTask
 
ActionBase - Class in org.apache.jena.fuseki.servlets
Base of all implementations of service HttpAction.
ActionContainerItem - Class in org.apache.jena.fuseki.ctl
Base for actions that are container and also have actions on items
ActionCtl - Class in org.apache.jena.fuseki.ctl
Base class for control actions.
ActionDumpRequest - Class in org.apache.jena.fuseki.ctl
Dump the HTTP request
ActionDumpRequest() - Constructor for class org.apache.jena.fuseki.ctl.ActionDumpRequest
 
ActionErrorException - Exception in org.apache.jena.fuseki.servlets
 
ActionErrorException(Throwable, String, int) - Constructor for exception org.apache.jena.fuseki.servlets.ActionErrorException
 
ActionExecLib - Class in org.apache.jena.fuseki.servlets
Functions relating to HttpAction objects, including the standard execute with logging process (ActionExecLib.execAction(org.apache.jena.fuseki.servlets.HttpAction, org.apache.jena.fuseki.servlets.ActionProcessor))
ActionExecLib() - Constructor for class org.apache.jena.fuseki.servlets.ActionExecLib
 
actionId - Variable in class org.apache.jena.fuseki.ctl.TaskBase
 
ActionItem - Class in org.apache.jena.fuseki.ctl
Action on items in a container, but not the container itself
ActionItem() - Constructor for class org.apache.jena.fuseki.ctl.ActionItem
 
ActionLib - Class in org.apache.jena.fuseki.servlets
Operations related to servlets
ActionLib() - Constructor for class org.apache.jena.fuseki.servlets.ActionLib
 
ActionLifecycle - Interface in org.apache.jena.fuseki.servlets
 
actionLog - Static variable in class org.apache.jena.fuseki.Fuseki
Instance of log for operations
actionLogName - Static variable in class org.apache.jena.fuseki.Fuseki
Logger name for operations
ActionMetrics - Class in org.apache.jena.fuseki.ctl
 
ActionMetrics() - Constructor for class org.apache.jena.fuseki.ctl.ActionMetrics
 
ActionPing - Class in org.apache.jena.fuseki.ctl
The ping servlet provides a low cost, uncached endpoint that can be used to determine if this component is running and responding.
ActionPing() - Constructor for class org.apache.jena.fuseki.ctl.ActionPing
 
ActionProcessor - Interface in org.apache.jena.fuseki.servlets
Interface for executing HttpAction.
ActionREST - Class in org.apache.jena.fuseki.servlets
Common point for operations that are "REST"ish (use GET/PUT etc as operations).
ActionREST() - Constructor for class org.apache.jena.fuseki.servlets.ActionREST
 
ActionService - Class in org.apache.jena.fuseki.servlets
 
ActionService() - Constructor for class org.apache.jena.fuseki.servlets.ActionService
 
ActionServiceFactory - Interface in org.apache.jena.fuseki.server
Factory for creating the ActionProcessor for an endpoint.
ActionSleep - Class in org.apache.jena.fuseki.ctl
A task that kicks off a asynchronous operation that simply waits and exits.
ActionSleep() - Constructor for class org.apache.jena.fuseki.ctl.ActionSleep
 
ActionStats - Class in org.apache.jena.fuseki.ctl
 
ActionStats() - Constructor for class org.apache.jena.fuseki.ctl.ActionStats
 
ActionTasks - Class in org.apache.jena.fuseki.ctl
 
ActionTasks() - Constructor for class org.apache.jena.fuseki.ctl.ActionTasks
 
actionURI(HttpServletRequest) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
activeTxn - Variable in class org.apache.jena.fuseki.server.DataService
Counter of active transactions
add(AuthPolicy) - Method in class org.apache.jena.fuseki.auth.AuthPolicyList
 
add(CounterName) - Method in class org.apache.jena.fuseki.server.CounterSet
 
addDataInto(Graph, DatasetGraph, Node) - Static method in class org.apache.jena.fuseki.system.FusekiNetLib
 
addDataInto(DatasetGraph, DatasetGraph) - Static method in class org.apache.jena.fuseki.system.FusekiNetLib
 
addDataService(DataAccessPointRegistry, String, DataService) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
 
addDataset(DataAccessPointRegistry, String, DatasetGraph, boolean) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
 
addDefaultEndpoint(Operation, String) - Static method in class org.apache.jena.fuseki.build.FusekiExt
Add a new operation, which will be included in a default configuration.
addDefaultEndpoint(Operation, String, boolean) - Static method in class org.apache.jena.fuseki.build.FusekiExt
Add a new operation, which will be included in a default configuration, depending on whether it is for general inclusion or for inclusion for update only configuration.
addEndpoint(Operation) - Method in class org.apache.jena.fuseki.server.DataService
 
addEndpoint(Operation, AuthPolicy) - Method in class org.apache.jena.fuseki.server.DataService
 
addEndpoint(Operation, String) - Method in class org.apache.jena.fuseki.server.DataService
 
addEndpoint(Operation, String, AuthPolicy) - Method in class org.apache.jena.fuseki.server.DataService
 
addEndpoint(Endpoint) - Method in class org.apache.jena.fuseki.server.DataService
 
addHandler(Server, Handler) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Add or append a Handler to a Jetty Server.
addHeader(String, String) - Method in class org.apache.jena.fuseki.servlets.HttpServletResponseTracker
 
addPathConstraint(ConstraintSecurityHandler, String) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
 
addPathConstraint(ConstraintSecurityHandler, String, String) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
 
addRequestId(HttpServletResponse, long) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Helper method for attaching a request ID to a response as a header
addServiceEP(DataService, Operation, String) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
 
addUser(UserStore, String, String) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
 
addUser(UserStore, String, String, String) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Make a UserStore for a single user,password,role
adminLog - Static variable in class org.apache.jena.fuseki.Fuseki
Instance of log for operations.
adminLogName - Static variable in class org.apache.jena.fuseki.Fuseki
Admin log file for operations.
alloc(String, Function<String, T>) - Method in class org.apache.jena.fuseki.server.NameMgr
register, creating an object if necessary
alloc(String, String, String) - Static method in class org.apache.jena.fuseki.server.Operation
Create an Operation - this operation interns operations so there is only one object for each operation.
alloc(Node, String, String) - Static method in class org.apache.jena.fuseki.server.Operation
Create an Operation - this operation interns operations so there is only object for each operation.
allocHttpAction(DataAccessPoint, Logger, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Returns a fresh HTTP Action for this request.
allocRequestId(HttpServletRequest, HttpServletResponse) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Helper method which gets a unique request ID and appends it as a header to the response
allow(String, AuthPolicy) - Static method in class org.apache.jena.fuseki.auth.Auth
Test whether a user (principal) is allowed by a authorization policy.
allow(String, AuthPolicy, Runnable) - Static method in class org.apache.jena.fuseki.auth.Auth
Test whether a user (principal) is allowed by a authorization policy and perform an action if the policy does not allow the user.
ALLOW_CREDENTIALS_PARAM - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ALLOWED_HEADERS_PARAM - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ALLOWED_METHODS_PARAM - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
ALLOWED_ORIGINS_PARAM - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
allowedUsers(Resource) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Get the allowed users on a resource.
allowLoggingReset(boolean) - Static method in class org.apache.jena.fuseki.system.FusekiLogging
Switch off logging setting.
allowUpdate() - Method in class org.apache.jena.fuseki.server.DataService
 
allowUpdate - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
ANY_ANON - Static variable in class org.apache.jena.fuseki.auth.Auth
Any user, whether authenticated or not.
ANY_USER - Static variable in class org.apache.jena.fuseki.auth.Auth
Any authenticated user.
argTemplateFile - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
arrayDatasets(JsonBuilder, DataAccessPointRegistry) - Static method in class org.apache.jena.fuseki.ctl.JsonDescription
 
asJson(AsyncTask) - Static method in class org.apache.jena.fuseki.ctl.Async
 
Async - Class in org.apache.jena.fuseki.ctl
 
Async() - Constructor for class org.apache.jena.fuseki.ctl.Async
 
AsyncPool - Class in org.apache.jena.fuseki.async
The set of currently active and recently completed tasks.
AsyncTask - Class in org.apache.jena.fuseki.async
An asynchronous task
asyncTask(AsyncPool, String, DataService, Runnable, long) - Static method in class org.apache.jena.fuseki.ctl.Async
 
attrAuthorizationService - Static variable in class org.apache.jena.fuseki.Fuseki
 
attrNameRegistry - Static variable in class org.apache.jena.fuseki.Fuseki
 
attrOperationRegistry - Static variable in class org.apache.jena.fuseki.Fuseki
 
attrVerbose - Static variable in class org.apache.jena.fuseki.Fuseki
 
Auth - Class in org.apache.jena.fuseki.auth
Authorization Policies.
Auth() - Constructor for class org.apache.jena.fuseki.auth.Auth
 
authConfigFile - Variable in class org.apache.jena.fuseki.jetty.JettyServerConfig
Authentication config file used to setup Jetty Basic auth, if a Jetty config file was set this is ignored since Jetty config allows much more complex auth methods to be implemented.
AuthFilter - Class in org.apache.jena.fuseki.servlets
Servlet filter that applies a predicate to incoming requests and rejects with with 403 "Forbidden" if the predicate returns false, otherwise it passes the request down the filter chain.
AuthFilter(Predicate<String>) - Constructor for class org.apache.jena.fuseki.servlets.AuthFilter
 
authMode - Static variable in class org.apache.jena.fuseki.jetty.JettyLib
Current auth mode
AuthPolicy - Interface in org.apache.jena.fuseki.auth
Policy for authorization to a resource.
authPolicy() - Method in class org.apache.jena.fuseki.server.DataService
Returning null implies no authorization control
authPolicy(AuthPolicy) - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
authPolicy() - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
AuthPolicyList - Class in org.apache.jena.fuseki.auth
An AuthPolicy that combines a number of AuthPolicies.
AuthPolicyList() - Constructor for class org.apache.jena.fuseki.auth.AuthPolicyList
 

B

BaseActionREST - Class in org.apache.jena.fuseki.servlets
The "everything unsupported" ActionREST implemenation
BaseActionREST() - Constructor for class org.apache.jena.fuseki.servlets.BaseActionREST
 
BaseParserSPARQL - Static variable in class org.apache.jena.fuseki.Fuseki
Dummy base URi string for parsing SPARQL Query and Update requests
BaseUpload - Static variable in class org.apache.jena.fuseki.Fuseki
Dummy base URi string for parsing SPARQL Query and Update requests
begin(TxnType) - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
begin() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
beginRead() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
beginWrite() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
bindTo(MeterRegistry) - Method in class org.apache.jena.fuseki.metrics.FusekiRequestsMetrics
 
build() - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
BUILD_DATE - Static variable in class org.apache.jena.fuseki.Fuseki
Date when Fuseki was built
buildDataAccessPoint(Resource, DatasetDescriptionMap) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Build a DataAccessPoint, including DataService, from the description at Resource svc
buildDataServiceStd(DatasetGraph, boolean) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Build a DataService starting at Resource svc, with the standard (default) set of services.
builderLog - Static variable in class org.apache.jena.fuseki.Fuseki
Instance of log for operations.
builderLogName - Static variable in class org.apache.jena.fuseki.Fuseki
Admin log file for operations.

C

call() - Method in class org.apache.jena.fuseki.async.AsyncTask
 
callback(boolean) - Method in interface org.apache.jena.fuseki.servlets.ResponseCallback
 
canonical(String) - Static method in class org.apache.jena.fuseki.server.DataAccessPoint
Canonical name (path) for a dataset.
CHAIN_PREFLIGHT_PARAM - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
chooseCharset(HttpServletRequest, AcceptList, MediaType) - Static method in class org.apache.jena.fuseki.system.ConNeg
Chooses the charset by using the Accept-Charset HTTP header.
chooseContentType(HttpServletRequest, AcceptList, MediaType) - Static method in class org.apache.jena.fuseki.system.ConNeg
Choose the content media type by extracting the Accept HTTP header from the HTTP request and choosing (see ConNeg.choose(String, AcceptList, MediaType)) a content media type that matches the header.
chooseOperation(HttpAction) - Static method in class org.apache.jena.fuseki.server.Dispatcher
Identify the operation being requested.
choosePort() - Static method in class org.apache.jena.fuseki.Fuseki
Retrun a free port
choosePort() - Static method in class org.apache.jena.fuseki.system.FusekiNetLib
 
clear() - Method in class org.apache.jena.fuseki.build.DatasetDescriptionMap
 
columns(String, ServletOutputStream) - Static method in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
combinedNCSA(HttpAction) - Static method in class org.apache.jena.fuseki.server.RequestLog
NCSA combined log format LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combinedfwd xxx.xxx.xxx.xxx - - [01/Feb/2014:03:19:09 +0000] "GET / HTTP/1.1" 200 6190 "-" "check_http/v1.4.16 (nagios-plugins 1.4.16)"
combinedNCSA(HttpServletRequest, HttpServletResponse) - Static method in class org.apache.jena.fuseki.server.RequestLog
 
commit() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
configLog - Static variable in class org.apache.jena.fuseki.Fuseki
Instance of log for config server messages.
configLogName - Static variable in class org.apache.jena.fuseki.Fuseki
Actual log file for config server messages.
ConNeg - Class in org.apache.jena.fuseki.system
Content negotiation is a mechanism defined in the HTTP specification that makes it possible to serve different versions of a document (or more generally, a resource representation) at the same URI, so that user agents can specify which version fit their capabilities the best.
ConNeg() - Constructor for class org.apache.jena.fuseki.system.ConNeg
 
constructOffer - Static variable in class org.apache.jena.fuseki.DEF
 
contains(CounterName) - Method in class org.apache.jena.fuseki.server.CounterSet
 
contains(Operation) - Method in class org.apache.jena.fuseki.server.EndpointSet
 
contentLength - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
contentNegotation(HttpAction, AcceptList, MediaType) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Negotiate the content-type and set the response headers
contentNegotationQuads(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Negotiate the content-type for an RDF quads syntax and set the response headers
contentNegotationRDF(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Negotiate the content-type for an RDF triples syntax and set the response headers
contentType - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
contentTypeHTML - Static variable in class org.apache.jena.fuseki.validation.ValidatorBase
 
context(Context) - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
context() - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
contextPath - Variable in class org.apache.jena.fuseki.jetty.JettyServerConfig
Path to run the server service under
copyConfig(OperationRegistry, OperationRegistry) - Static method in class org.apache.jena.fuseki.server.OperationRegistry
Copy the configuration from src into dst.
CORS_ENABLED - Static variable in class org.apache.jena.fuseki.Fuseki
Add CORS header
CORS_ENABLED - Static variable in class org.apache.jena.fuseki.servlets.ServletBase
Done via web.xml
count - Variable in class org.apache.jena.fuseki.system.UploadDetailsWithName
 
Counter - Class in org.apache.jena.fuseki.server
A statistics counter
Counter() - Constructor for class org.apache.jena.fuseki.server.Counter
 
CounterName - Class in org.apache.jena.fuseki.server
Names for all counters
Counters - Interface in org.apache.jena.fuseki.server
Objects that have a counter set
counters() - Method in class org.apache.jena.fuseki.server.CounterSet
 
CounterSet - Class in org.apache.jena.fuseki.server
A collection of counters
CounterSet() - Constructor for class org.apache.jena.fuseki.server.CounterSet
 
countParamOccurences(HttpServletRequest, String) - Static method in class org.apache.jena.fuseki.servlets.SPARQLProtocol
 
create() - Static method in class org.apache.jena.fuseki.server.Endpoint
 
create(Operation, String, AuthPolicy) - Static method in class org.apache.jena.fuseki.server.Endpoint
Build an endpoint
create() - Static method in class org.apache.jena.fuseki.server.EndpointBuilder
 
createEmpty() - Static method in class org.apache.jena.fuseki.server.OperationRegistry
Create an empty OperationRegistry.
createStd() - Static method in class org.apache.jena.fuseki.server.OperationRegistry
Create a OperationRegistry with the standard operations included.
CrossOriginFilter - Class in org.apache.jena.fuseki.servlets
Implementation of the cross-origin resource sharing.
CrossOriginFilter() - Constructor for class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
cssFile - Static variable in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 

D

data - Variable in class org.apache.jena.fuseki.system.UploadDetailsWithName
 
DataAccessPoint - Class in org.apache.jena.fuseki.server
A pairing of name and DataService, a dataset and its endpoints (which may in turn be named), in the URL space of the server
DataAccessPoint(String, DataService) - Constructor for class org.apache.jena.fuseki.server.DataAccessPoint
 
DataAccessPointRegistry - Class in org.apache.jena.fuseki.server
 
DataAccessPointRegistry(MeterRegistry) - Constructor for class org.apache.jena.fuseki.server.DataAccessPointRegistry
 
DataAccessPointRegistry(DataAccessPointRegistry) - Constructor for class org.apache.jena.fuseki.server.DataAccessPointRegistry
 
DataService - Class in org.apache.jena.fuseki.server
 
DataService(DatasetGraph) - Constructor for class org.apache.jena.fuseki.server.DataService
Create a DataService for the given dataset.
DataServiceStatus - Enum in org.apache.jena.fuseki.server
 
dataset - Variable in class org.apache.jena.fuseki.ctl.TaskBase
 
datasetDescription - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
DatasetDescriptionMap - Class in org.apache.jena.fuseki.build
Record of datasets created from descriptions.
DatasetDescriptionMap() - Constructor for class org.apache.jena.fuseki.build.DatasetDescriptionMap
 
DatasetEP - Static variable in class org.apache.jena.fuseki.server.Endpoint
The endpoint name used for a dataset-level endpoint.
datasetName - Variable in class org.apache.jena.fuseki.ctl.TaskBase
 
datasetPath - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
datasets - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
DataValidator - Class in org.apache.jena.fuseki.validation
 
DataValidator() - Constructor for class org.apache.jena.fuseki.validation.DataValidator
 
DataValidatorHTML - Class in org.apache.jena.fuseki.validation.html
 
DataValidatorJSON - Class in org.apache.jena.fuseki.validation.json
 
DataValidatorJSON() - Constructor for class org.apache.jena.fuseki.validation.json.DataValidatorJSON
 
dec() - Method in class org.apache.jena.fuseki.server.Counter
 
dec(CounterName) - Method in class org.apache.jena.fuseki.server.CounterSet
 
decCounter(Counters, CounterName) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Decrement counter
decCounter(CounterSet, CounterName) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
 
decideDatasetDynamic(HttpAction, Query, String) - Method in class org.apache.jena.fuseki.servlets.SPARQL_QueryDataset
Function to return the Pair<DatasetGraph, Query> based on processing any dataset description as a dynamic dataset.
DEF - Class in org.apache.jena.fuseki
 
DEF() - Constructor for class org.apache.jena.fuseki.DEF
 
DENY - Static variable in class org.apache.jena.fuseki.auth.Auth
Never allow.
describe(JsonBuilder, DataAccessPoint) - Static method in class org.apache.jena.fuseki.ctl.JsonDescription
 
description - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
destroy() - Method in class org.apache.jena.fuseki.servlets.AuthFilter
 
destroy() - Method in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
destroy() - Method in class org.apache.jena.fuseki.servlets.FusekiFilter
 
detailsJson(long, long, long) - Static method in class org.apache.jena.fuseki.system.UploadDetails
 
detailsJson() - Method in class org.apache.jena.fuseki.system.UploadDetails
 
detailsStr(long, long, long) - Static method in class org.apache.jena.fuseki.system.UploadDetails
 
detailsStr() - Method in class org.apache.jena.fuseki.system.UploadDetails
 
developmentMode - Static variable in class org.apache.jena.fuseki.Fuseki
Are we in development mode? That means a SNAPSHOT, or no VERSION because maven has not filtered the fuseki-properties.xml file.
DFT_FUSEKI_BASE - Static variable in class org.apache.jena.fuseki.Fuseki
Default (and development) root of the varying files in this deployment.
DFT_FUSEKI_HOME - Static variable in class org.apache.jena.fuseki.Fuseki
Default (and development) root of the Fuseki installation for fixed files.
dftAuthMode - Static variable in class org.apache.jena.fuseki.jetty.JettyLib
Digest requires an extra round trip so it is unfriendly to API or scripts that stream.
dftContentType - Static variable in class org.apache.jena.fuseki.validation.ValidatorBase
 
dftRealm - Static variable in class org.apache.jena.fuseki.auth.Auth
 
dispatch(HttpServletRequest, HttpServletResponse) - Static method in class org.apache.jena.fuseki.server.Dispatcher
Handle an HTTP request if it is sent to a registered dataset.
dispatchAction(HttpAction) - Static method in class org.apache.jena.fuseki.server.Dispatcher
Determine and call the ActionProcessor to handle this HttpAction, including access control at the dataset and service levels.
Dispatcher - Class in org.apache.jena.fuseki.server
Dispatch on registered datasets.
Dispatcher() - Constructor for class org.apache.jena.fuseki.server.Dispatcher
 
displayName() - Method in class org.apache.jena.fuseki.async.AsyncTask
Display name - no newlines
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.jena.fuseki.servlets.AuthFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.jena.fuseki.servlets.FusekiFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.ctl.ActionDumpRequest
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.validation.ValidatorBase
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.validation.ValidatorBaseJson
 
doOptionsGet(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
doOptionsGetHead(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
doOptionsGetPost(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
doOptionsGetPostDelete(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
doOptionsGetPostDeleteHead(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
doOptionsGetPostHead(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
doOptionsPost(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.ctl.ActionDumpRequest
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.validation.ValidatorBase
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.validation.ValidatorBaseJson
 
doPrintInformation(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.ctl.ActionDumpRequest
 
doResponseDataset(HttpAction, Dataset) - Static method in class org.apache.jena.fuseki.servlets.ResponseDataset
 
doResponseJson(HttpAction, Iterator<JsonObject>) - Static method in class org.apache.jena.fuseki.servlets.ResponseJson
Outputs a JSON query result
doResponseModel(HttpAction, Model) - Static method in class org.apache.jena.fuseki.servlets.ResponseDataset
 
doResponseResultSet(HttpAction, Boolean) - Static method in class org.apache.jena.fuseki.servlets.ResponseResultSet
 
doResponseResultSet(HttpAction, ResultSet, Prologue) - Static method in class org.apache.jena.fuseki.servlets.ResponseResultSet
 
dsg - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
dsName - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
dsService - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
dsState - Static variable in class org.apache.jena.fuseki.server.ServerConst
 

E

enableCompression - Variable in class org.apache.jena.fuseki.jetty.JettyServerConfig
Enable Accept-Encoding compression.
end() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
Endpoint - Class in org.apache.jena.fuseki.server
 
endpoint - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
EndpointBuilder - Class in org.apache.jena.fuseki.server
Endpoint builder
EndpointFactoryRegistry - Class in org.apache.jena.fuseki.server
 
EndpointFactoryRegistry() - Constructor for class org.apache.jena.fuseki.server.EndpointFactoryRegistry
 
endpointName(String) - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
endpointName() - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
endpoints() - Method in class org.apache.jena.fuseki.server.EndpointSet
 
endpoints - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
EndpointSet - Class in org.apache.jena.fuseki.server
Collection of endpoints for a dispatch point.
EndpointSet(String) - Constructor for class org.apache.jena.fuseki.server.EndpointSet
 
endRead() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
equals(Object) - Method in class org.apache.jena.fuseki.server.CounterName
 
equals(Object) - Method in class org.apache.jena.fuseki.server.Operation
 
error(int) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
error(int, String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorBadRequest(String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorForbidden() - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorForbidden(String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorMethodNotAllowed(String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorMethodNotAllowed(String, String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorNotFound() - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorNotFound(String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorNotImplemented(String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorOccurred(String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorOccurred(Throwable) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
errorOccurred(String, Throwable) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
execAction(HttpAction, ActionProcessor) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Standard execution lifecycle for a SPARQL Request.
execAction(HttpAction, Supplier<ActionProcessor>) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
execAction, allowing for a choice of ActionProcessor within the logging and error handling.
execAny(String, HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
 
execAny(String, HttpAction) - Method in class org.apache.jena.fuseki.servlets.ActionREST
 
execAny(String, HttpAction) - Method in class org.apache.jena.fuseki.servlets.NoOpActionService
 
execASyncTask(HttpAction, AsyncPool, String, Runnable) - Static method in class org.apache.jena.fuseki.ctl.Async
 
execDelete(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
 
execDeleteGSP(HttpAction) - Method in class org.apache.jena.fuseki.servlets.GSP_RW
 
execGet(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionMetrics
 
execGet(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
 
execGet(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Update
 
execGet(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQLQueryProcessor
 
execHead(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
 
execHead(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQLQueryProcessor
 
execOptions(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionContainerItem
 
execOptions(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionMetrics
 
execOptions(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionSleep
 
execOptions(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionTasks
 
execOptions(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
 
execOptions(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Update
 
execOptions(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Upload
 
execOptions(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQLQueryProcessor
 
execPatch(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
 
execPatch(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Update
 
execPost(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionSleep
 
execPost(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
 
execPost(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Update
 
execPost(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Upload
 
execPost(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQLQueryProcessor
 
execPut(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
 
execTrace(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
 
execute(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionContainerItem
 
execute(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionMetrics
 
execute(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionSleep
 
execute(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionTasks
 
execute(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionLifecycle
The perform step of a request
execute(HttpAction) - Method in class org.apache.jena.fuseki.servlets.ActionREST
 
execute(HttpAction) - Method in class org.apache.jena.fuseki.servlets.NoOpActionService
 
execute(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Update
 
execute(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Upload
 
execute(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQLQueryProcessor
 
execute(ValidationAction) - Static method in class org.apache.jena.fuseki.validation.json.DataValidatorJSON
 
execute(ValidationAction) - Static method in class org.apache.jena.fuseki.validation.json.IRIValidatorJSON
 
execute(ValidationAction) - Static method in class org.apache.jena.fuseki.validation.json.QueryValidatorJSON
 
execute(ValidationAction) - Static method in class org.apache.jena.fuseki.validation.json.UpdateValidatorJSON
 
execute(ValidationAction) - Method in interface org.apache.jena.fuseki.validation.ValidatorBase.JsonAction
 
executeHTML(HttpServletRequest, HttpServletResponse) - Static method in class org.apache.jena.fuseki.validation.html.DataValidatorHTML
 
executeHTML(HttpServletRequest, HttpServletResponse) - Static method in class org.apache.jena.fuseki.validation.html.IRIValidatorHTML
 
executeHTML(HttpServletRequest, HttpServletResponse) - Static method in class org.apache.jena.fuseki.validation.html.QueryValidatorHTML
 
executeHTML(HttpServletRequest, HttpServletResponse) - Static method in class org.apache.jena.fuseki.validation.html.UpdateValidatorHTML
 
executeLifecycle(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_QueryGeneral.SPARQL_QueryProc
 
EXPOSED_HEADERS_PARAM - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 

F

fileUploadWorker(HttpAction, StreamRDF) - Static method in class org.apache.jena.fuseki.system.Upload
Process an HTTP upload of RDF files (triples or quads) Stream straight into the destination graph or dataset, ignoring any headers in the form parts.
findByContentType(String) - Method in class org.apache.jena.fuseki.server.OperationRegistry
Find the Operation for a Content-Type, or return null.
findHandler(Operation) - Method in class org.apache.jena.fuseki.server.OperationRegistry
Find the ActionService implementation for an Operation, or return null..
findServer(Model) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
 
finish() - Method in class org.apache.jena.fuseki.async.AsyncTask
 
finished(AsyncTask) - Method in class org.apache.jena.fuseki.async.AsyncPool
 
finished - Static variable in class org.apache.jena.fuseki.ctl.JsonConstCtl
 
finishFixed(ServletOutputStream) - Static method in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
finishRequest(HttpAction) - Method in class org.apache.jena.fuseki.server.DataAccessPoint
 
finishRequest() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
finishTxn() - Method in class org.apache.jena.fuseki.server.DataService
 
fmtRequest(HttpServletRequest) - Static method in class org.apache.jena.fuseki.system.FusekiNetLib
Helper function for displaying an HttpServletRequest
forEach(BiConsumer<Operation, Endpoint>) - Method in class org.apache.jena.fuseki.server.EndpointSet
 
forEachEndpoint(Consumer<Endpoint>) - Method in class org.apache.jena.fuseki.server.DataService
Execute an action for each Endpoint.
formatForLog(String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
Fuseki - Class in org.apache.jena.fuseki
 
Fuseki() - Constructor for class org.apache.jena.fuseki.Fuseki
 
fusekiCmdLineConfigFile - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
FusekiConfig - Class in org.apache.jena.fuseki.build
Functions to setup and act on the configuration of a Fuseki server
FusekiConfig() - Constructor for class org.apache.jena.fuseki.build.FusekiConfig
 
FusekiConfigException - Exception in org.apache.jena.fuseki
 
FusekiConfigException(String, Throwable) - Constructor for exception org.apache.jena.fuseki.FusekiConfigException
 
FusekiConfigException(String) - Constructor for exception org.apache.jena.fuseki.FusekiConfigException
 
FusekiConfigException(Throwable) - Constructor for exception org.apache.jena.fuseki.FusekiConfigException
 
FusekiConfigException() - Constructor for exception org.apache.jena.fuseki.FusekiConfigException
 
FusekiErrorHandler - Class in org.apache.jena.fuseki.jetty
The usual Fuseki error handler.
FusekiErrorHandler() - Constructor for class org.apache.jena.fuseki.jetty.FusekiErrorHandler
 
FusekiErrorHandler1 - Class in org.apache.jena.fuseki.jetty
One line Fuseki error handler
FusekiErrorHandler1() - Constructor for class org.apache.jena.fuseki.jetty.FusekiErrorHandler1
 
FusekiException - Exception in org.apache.jena.fuseki
 
FusekiException(String, Throwable) - Constructor for exception org.apache.jena.fuseki.FusekiException
 
FusekiException(String) - Constructor for exception org.apache.jena.fuseki.FusekiException
 
FusekiException(Throwable) - Constructor for exception org.apache.jena.fuseki.FusekiException
 
FusekiException() - Constructor for exception org.apache.jena.fuseki.FusekiException
 
FusekiExt - Class in org.apache.jena.fuseki.build
Operations to extend Fuseki with external code.
FusekiExt() - Constructor for class org.apache.jena.fuseki.build.FusekiExt
 
FusekiFilter - Class in org.apache.jena.fuseki.servlets
Look at all requests and see if they match a registered dataset name; if they do, pass down to the uber servlet, which can dispatch any request for any service.
FusekiFilter() - Constructor for class org.apache.jena.fuseki.servlets.FusekiFilter
 
FusekiInfo - Class in org.apache.jena.fuseki.server
 
FusekiInfo() - Constructor for class org.apache.jena.fuseki.server.FusekiInfo
 
FusekiInitialConfig - Class in org.apache.jena.fuseki.server
Dataset setup (command line, config file) for a dataset (or several if config file)
FusekiInitialConfig() - Constructor for class org.apache.jena.fuseki.server.FusekiInitialConfig
 
FusekiIRI - Static variable in class org.apache.jena.fuseki.Fuseki
a unique IRI for the Fuseki namespace
FusekiLogging - Class in org.apache.jena.fuseki.system
 
FusekiLogging() - Constructor for class org.apache.jena.fuseki.system.FusekiLogging
 
FusekiNetLib - Class in org.apache.jena.fuseki.system
 
FusekiNetLib() - Constructor for class org.apache.jena.fuseki.system.FusekiNetLib
 
FusekiPrefixes - Class in org.apache.jena.fuseki.build
Convenience set of prefixes
FusekiPrefixes() - Constructor for class org.apache.jena.fuseki.build.FusekiPrefixes
 
FusekiRequestsMetrics - Class in org.apache.jena.fuseki.metrics
 
FusekiRequestsMetrics(DataAccessPoint) - Constructor for class org.apache.jena.fuseki.metrics.FusekiRequestsMetrics
 
fusekiServerConfigFile - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
fusekiService - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
FusekiSymbolIRI - Static variable in class org.apache.jena.fuseki.Fuseki
a unique IRI including the symbol notation for which properties should be appended
FusekiVocab - Class in org.apache.jena.fuseki.server
 
FusekiVocab() - Constructor for class org.apache.jena.fuseki.server.FusekiVocab
 

G

generateStats(DataAccessPointRegistry) - Static method in class org.apache.jena.fuseki.ctl.ActionStats
 
generateStats(DataAccessPoint) - Static method in class org.apache.jena.fuseki.ctl.ActionStats
 
get() - Static method in class org.apache.jena.fuseki.async.AsyncPool
 
get(Resource) - Method in class org.apache.jena.fuseki.build.DatasetDescriptionMap
 
get() - Static method in class org.apache.jena.fuseki.metrics.MetricsProviderRegistry
 
get(CounterName) - Method in class org.apache.jena.fuseki.server.CounterSet
 
get(String) - Method in class org.apache.jena.fuseki.server.DataAccessPointRegistry
 
get(ServletContext) - Static method in class org.apache.jena.fuseki.server.DataAccessPointRegistry
 
get(Operation) - Method in class org.apache.jena.fuseki.server.EndpointSet
 
get(Node) - Static method in class org.apache.jena.fuseki.server.Operation
 
get() - Static method in class org.apache.jena.fuseki.server.OperationRegistry
Return the current server-wide standard configuration.
get(ServletContext) - Static method in class org.apache.jena.fuseki.server.OperationRegistry
 
getAccept(HttpServletRequest) - Static method in class org.apache.jena.fuseki.system.FusekiNetLib
 
getActionURI() - Method in class org.apache.jena.fuseki.servlets.HttpAction
This is the requestURI with the context path removed.
getActiveDSG() - Method in class org.apache.jena.fuseki.servlets.HttpAction
If inside the transaction for the action, return the active DatasetGraph, otherwise return null.
getAuthPolicy() - Method in class org.apache.jena.fuseki.server.Endpoint
 
getContentType(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Get the content type of an action or return the default.
getContentType(HttpServletRequest) - Static method in class org.apache.jena.fuseki.system.FusekiNetLib
Get the content type of an action or return the default.
getContext() - Static method in class org.apache.jena.fuseki.Fuseki
Get server global Context.
getContext() - Method in class org.apache.jena.fuseki.server.Endpoint
 
getContext() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Return the Context for this HttpAction.
getContextPath() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Get the context path.
getCount() - Method in class org.apache.jena.fuseki.system.StreamRDFLimited
 
getCount() - Method in class org.apache.jena.fuseki.system.UploadDetails
 
getCounters() - Method in interface org.apache.jena.fuseki.server.Counters
 
getCounters() - Method in class org.apache.jena.fuseki.server.DataService
 
getCounters() - Method in class org.apache.jena.fuseki.server.Endpoint
 
getDataAccessPoint() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
getDataAccessPointRegistry() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Get the DataAccessPointRegistry for this action.
getDataService() - Method in class org.apache.jena.fuseki.async.AsyncTask
 
getDataService() - Method in class org.apache.jena.fuseki.server.DataAccessPoint
 
getDataService() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
getDataset(Resource, DatasetDescriptionMap) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
 
getDataset() - Method in class org.apache.jena.fuseki.server.DataService
 
getDataset() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Return the dataset, if any (may be null)
getDatasetDescription(HttpAction, Query) - Static method in class org.apache.jena.fuseki.servlets.SPARQLProtocol
Given an action (protocol request) and a query, decide the DatasetDescription, if any.
getDatasetName() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
getDescription() - Method in class org.apache.jena.fuseki.server.Operation
Return the description for this operation.
getEndpoint() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Get the endpoint for the action (may be null) .
getEndpoints() - Method in class org.apache.jena.fuseki.server.DataService
Return a collection of all endpoints for this DataService.
getEndpoints(Operation) - Method in class org.apache.jena.fuseki.server.DataService
 
getEndpointSet(String) - Method in class org.apache.jena.fuseki.server.DataService
Return the EndpointSet for the operations for named use.
getEndpointSet() - Method in class org.apache.jena.fuseki.server.DataService
Return the EndpointSet for the operations for unnamed use.
getExistedBefore() - Method in class org.apache.jena.fuseki.system.UploadDetails
 
getFinishPoint() - Method in class org.apache.jena.fuseki.async.AsyncTask
 
getFinishTime() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Start time, in system nanos
getFullName() - Method in class org.apache.jena.fuseki.server.CounterName
 
getId() - Method in class org.apache.jena.fuseki.server.Operation
 
getItemDataAccessPoint(HttpAction) - Static method in class org.apache.jena.fuseki.ctl.ActionCtl
Get the DataAccessPoint corresponding to the item name, or null.
getItemDataAccessPoint(HttpAction, String) - Static method in class org.apache.jena.fuseki.ctl.ActionCtl
Get the DataAccessPoint corresponding to the item name, or null.
getItemDataset(HttpAction) - Static method in class org.apache.jena.fuseki.ctl.ActionCtl
Get the DatasetGraph corresponding to the item name, or null.
getItemDatasetName(HttpAction) - Static method in class org.apache.jena.fuseki.ctl.ActionCtl
Get the item name - the part after the URI for the servlet (which is the container) - treated as a dataset name.
getItemName(HttpAction) - Static method in class org.apache.jena.fuseki.ctl.ActionCtl
Get the item name - the part after the URI for the servlet (which is the container).
getJsonName() - Method in class org.apache.jena.fuseki.server.Operation
Name used in JSON in the "server" description and "stats" details.
getLangFromAction(HttpAction, Lang) - Static method in class org.apache.jena.fuseki.system.FusekiNetLib
Get the incoming Lang based on Content-Type of an action.
getLimit() - Method in class org.apache.jena.fuseki.system.StreamRDFLimited
 
getMeterRegistry() - Method in interface org.apache.jena.fuseki.metrics.MetricsProvider
 
getMeterRegistry() - Method in class org.apache.jena.fuseki.metrics.prometheus.PrometheusMetricsProvider
 
getMeterRegistry() - Method in class org.apache.jena.fuseki.metrics.SimpleMetricsProvider
 
getMethod() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
getName() - Method in class org.apache.jena.fuseki.server.CounterName
 
getName() - Method in class org.apache.jena.fuseki.server.DataAccessPoint
 
getName() - Method in class org.apache.jena.fuseki.server.Endpoint
 
getName() - Method in class org.apache.jena.fuseki.server.Operation
Return the display name for this operation.
getOneHeader(HttpServletRequest, String) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Get one or zero strings from an HTTP header
getOneOnly(HttpServletRequest, String) - Static method in class org.apache.jena.fuseki.servlets.GSPLib
Get one value where there may be several HTTP header values.
getOnly() - Method in class org.apache.jena.fuseki.server.EndpointSet
Get the Endpoint for a singleton EndpointSet
getOperation() - Method in class org.apache.jena.fuseki.server.Endpoint
 
getOperationRegistry() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Get the OperationRegistry for this action.
getOperations() - Method in class org.apache.jena.fuseki.server.DataService
Return the operations available here.
getOriginatingRequestId() - Method in class org.apache.jena.fuseki.async.AsyncTask
Request id that caused this task (may be -1 for N/A)
getProcessor() - Method in class org.apache.jena.fuseki.server.Endpoint
 
getProtocolDatasetDescription(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.SPARQLProtocol
 
getQuadCount() - Method in class org.apache.jena.fuseki.system.UploadDetails
 
getQueryDatasetDescription(Query) - Static method in class org.apache.jena.fuseki.servlets.SPARQLProtocol
 
getRC() - Method in exception org.apache.jena.fuseki.servlets.ActionErrorException
 
getRequest() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
getRequest() - Method in class org.apache.jena.fuseki.validation.json.ValidationAction
 
getRequests() - Method in class org.apache.jena.fuseki.server.DataService
 
getRequests() - Method in class org.apache.jena.fuseki.server.Endpoint
 
getRequestsBad() - Method in class org.apache.jena.fuseki.server.DataService
 
getRequestsBad() - Method in class org.apache.jena.fuseki.server.Endpoint
 
getRequestsGood() - Method in class org.apache.jena.fuseki.server.DataService
 
getRequestsGood() - Method in class org.apache.jena.fuseki.server.Endpoint
 
getResponse() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
getResponse() - Method in class org.apache.jena.fuseki.validation.json.ValidationAction
 
getRunningTask(String) - Method in class org.apache.jena.fuseki.async.AsyncPool
 
getServletInfo() - Method in class org.apache.jena.fuseki.ctl.ActionDumpRequest
 
getStartPoint() - Method in class org.apache.jena.fuseki.async.AsyncTask
 
getStartTime() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Start time, in system nanos
getTask(String) - Method in class org.apache.jena.fuseki.async.AsyncPool
Get a task - whether running or finished.
getTaskId() - Method in class org.apache.jena.fuseki.async.AsyncTask
Unique task id
getTime() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Return the recorded time taken in milliseconds.
getTime() - Method in class org.apache.jena.fuseki.validation.json.ValidationAction
Return the recorded time taken in milliseconds.
getTransactional() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Return the "Transactional" for this HttpAction.
getTripleCount() - Method in class org.apache.jena.fuseki.system.UploadDetails
 
getUser() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Return the authenticated user this HttpAction.
getVerbose(ServletContext) - Static method in class org.apache.jena.fuseki.Fuseki
 
goActive() - Method in class org.apache.jena.fuseki.server.DataService
 
goOffline() - Method in class org.apache.jena.fuseki.server.DataService
 
GraphLoadUtils - Class in org.apache.jena.fuseki.system
A packaging of code to do a controlled read of a graph or model
GraphLoadUtils() - Constructor for class org.apache.jena.fuseki.system.GraphLoadUtils
 
graphName - Variable in class org.apache.jena.fuseki.system.UploadDetailsWithName
 
graphResponse(HttpAction, Graph, Lang) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Output a graph to the HTTP response
GSP_Base - Class in org.apache.jena.fuseki.servlets
 
GSP_DIRECT_NAMING - Static variable in class org.apache.jena.fuseki.Fuseki
Supporting Graph Store Protocol direct naming.
GSP_R - Static variable in class org.apache.jena.fuseki.server.Operation
 
GSP_R - Class in org.apache.jena.fuseki.servlets
 
GSP_R() - Constructor for class org.apache.jena.fuseki.servlets.GSP_R
 
GSP_RW - Static variable in class org.apache.jena.fuseki.server.Operation
 
GSP_RW - Class in org.apache.jena.fuseki.servlets
 
GSP_RW() - Constructor for class org.apache.jena.fuseki.servlets.GSP_RW
 
GSPLib - Class in org.apache.jena.fuseki.servlets
 
GSPLib() - Constructor for class org.apache.jena.fuseki.servlets.GSPLib
 

H

handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.jetty.FusekiErrorHandler
 
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.apache.jena.fuseki.jetty.FusekiErrorHandler1
 
hasExactlyOneValue(HttpAction, String) - Static method in class org.apache.jena.fuseki.servlets.GSPLib
Check whether there is exactly one HTTP header value
hasGSPParams(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.GSP_RW
Test whether the operation has either of the GSP parameters.
hashCode() - Method in class org.apache.jena.fuseki.server.CounterName
 
hashCode() - Method in class org.apache.jena.fuseki.server.Operation
 
hasOperation(Operation) - Method in class org.apache.jena.fuseki.server.DataService
Return the operations available here.
headers - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
headers - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
htmlQuote(String) - Static method in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
HttpAction - Class in org.apache.jena.fuseki.servlets
HTTP action that represents the user request lifecycle.
HttpAction(long, Logger, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.jena.fuseki.servlets.HttpAction
Creates a new HTTP Action, using the HTTP request and response, and a given ID.
HTTPdelete - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPdeleteBad - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPdeleteGood - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPget - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPgetBad - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPgetGood - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPhead - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPheadBad - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPheadGood - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPoptions - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPoptionsBad - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPoptionsGood - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPpatch - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPpatchBad - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPpatchGood - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPpost - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPpostBad - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPpostGood - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPput - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPputBad - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HTTPputGood - Static variable in class org.apache.jena.fuseki.server.CounterName
 
HttpServletResponseTracker - Class in org.apache.jena.fuseki.servlets
Intercepting wrapper so we can track the response settings for logging purposes
HttpServletResponseTracker(HttpAction, HttpServletResponse) - Constructor for class org.apache.jena.fuseki.servlets.HttpServletResponseTracker
 

I

id - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
id - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
inc() - Method in class org.apache.jena.fuseki.server.Counter
 
inc(CounterName) - Method in class org.apache.jena.fuseki.server.CounterSet
 
incCounter(Counters, CounterName) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Increment counter
incCounter(CounterSet, CounterName) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
 
incomingData(HttpAction, StreamRDF) - Static method in class org.apache.jena.fuseki.system.Upload
Parse the body contents to the StreamRDF.
info(FusekiInitialConfig, DataAccessPointRegistry) - Static method in class org.apache.jena.fuseki.server.FusekiInfo
 
init() - Static method in class org.apache.jena.fuseki.Fuseki
Initialize an instance of the Fuseki server stack.
init(FilterConfig) - Method in class org.apache.jena.fuseki.servlets.AuthFilter
 
init(FilterConfig) - Method in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
init(FilterConfig) - Method in class org.apache.jena.fuseki.servlets.FusekiFilter
 
InitPrometheus - Class in org.apache.jena.fuseki.metrics.prometheus
 
InitPrometheus() - Constructor for class org.apache.jena.fuseki.metrics.prometheus.InitPrometheus
 
initResponse(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Set headers for the response.
IRIValidator - Class in org.apache.jena.fuseki.validation
 
IRIValidator() - Constructor for class org.apache.jena.fuseki.validation.IRIValidator
 
IRIValidatorHTML - Class in org.apache.jena.fuseki.validation.html
 
IRIValidatorHTML() - Constructor for class org.apache.jena.fuseki.validation.html.IRIValidatorHTML
 
IRIValidatorJSON - Class in org.apache.jena.fuseki.validation.json
 
IRIValidatorJSON() - Constructor for class org.apache.jena.fuseki.validation.json.IRIValidatorJSON
 
isAcceptingRequests() - Method in class org.apache.jena.fuseki.server.DataService
 
isAllowed(String) - Method in interface org.apache.jena.fuseki.auth.AuthPolicy
Is the use authorized for this resource?
isAllowed(String) - Method in class org.apache.jena.fuseki.auth.AuthPolicyList
 
isDenied(String) - Method in interface org.apache.jena.fuseki.auth.AuthPolicy
Is the use denied for this resource? Both AuthPolicy.isAllowed(java.lang.String) and AuthPolicy.isDenied(java.lang.String) could be false if the policy does not know one way of the other.
isEmpty() - Method in class org.apache.jena.fuseki.server.EndpointSet
 
isFuseki(String) - Static method in class org.apache.jena.fuseki.Fuseki
Test whether a URL identifies a Fuseki server.
isFuseki(RDFConnectionRemote) - Static method in class org.apache.jena.fuseki.Fuseki
Test whether a RDFConnectionRemote connects to a Fuseki server.
isRegistered(Operation) - Method in class org.apache.jena.fuseki.server.OperationRegistry
 
isTransactional() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Returns whether or not the underlying DatasetGraph is fully transactional (supports rollback)
isUnnamed() - Method in class org.apache.jena.fuseki.server.Endpoint
 

J

jCount - Static variable in class org.apache.jena.fuseki.system.UploadDetails
 
jErrors - Static variable in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
jErrors - Static variable in class org.apache.jena.fuseki.validation.json.ValidatorJsonLib
 
jettyConfigFile - Variable in class org.apache.jena.fuseki.jetty.JettyServerConfig
Jetty config file - if null, use the built-in configuration of Jetty
JettyHttps - Class in org.apache.jena.fuseki.jetty
Library of functions to help with setting Jetty up with HTTPS.
JettyHttps() - Constructor for class org.apache.jena.fuseki.jetty.JettyHttps
 
JettyLib - Class in org.apache.jena.fuseki.jetty
Helpers for working with Jetty.
JettyLib() - Constructor for class org.apache.jena.fuseki.jetty.JettyLib
 
JettyServerConfig - Class in org.apache.jena.fuseki.jetty
Configuration of the Jetty server when run from the command line directly, not as a webapp/war file.
JettyServerConfig() - Constructor for class org.apache.jena.fuseki.jetty.JettyServerConfig
 
jettyServerHttps(ServletContextHandler, String, String, int, int) - Static method in class org.apache.jena.fuseki.jetty.JettyHttps
Create a HTTPS Jetty server for the ServletContextHandler
jParseError - Static variable in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
jParseError - Static variable in class org.apache.jena.fuseki.validation.json.ValidatorJsonLib
 
jParseErrorCol - Static variable in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
jParseErrorCol - Static variable in class org.apache.jena.fuseki.validation.json.ValidatorJsonLib
 
jParseErrorLine - Static variable in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
jParseErrorLine - Static variable in class org.apache.jena.fuseki.validation.json.ValidatorJsonLib
 
jQuadsCount - Static variable in class org.apache.jena.fuseki.system.UploadDetails
 
JsonConstCtl - Class in org.apache.jena.fuseki.ctl
 
JsonConstCtl() - Constructor for class org.apache.jena.fuseki.ctl.JsonConstCtl
 
JsonDescription - Class in org.apache.jena.fuseki.ctl
Create a description of a service
JsonDescription() - Constructor for class org.apache.jena.fuseki.ctl.JsonDescription
 
jsonOffer - Static variable in class org.apache.jena.fuseki.DEF
 
jsonOrTextOffer - Static variable in class org.apache.jena.fuseki.validation.ValidatorBase
 
jTriplesCount - Static variable in class org.apache.jena.fuseki.system.UploadDetails
 
jWarnings - Static variable in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
jWarnings - Static variable in class org.apache.jena.fuseki.validation.json.ValidatorJsonLib
 

L

level() - Method in class org.apache.jena.fuseki.metrics.prometheus.InitPrometheus
 
loadGraph(Graph, String, int) - Static method in class org.apache.jena.fuseki.system.GraphLoadUtils
 
loadModel(Model, String, int) - Static method in class org.apache.jena.fuseki.system.GraphLoadUtils
 
log - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
log - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
logDetails(Logger) - Static method in class org.apache.jena.fuseki.server.FusekiInfo
 
logDetailsVerbose(Logger) - Static method in class org.apache.jena.fuseki.server.FusekiInfo
 
logNoResponse(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Log when we don't handle this request.
logRequest(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Log an HttpAction request.
logResponse(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionExecLib
Log an HttpAction response.
loopback - Variable in class org.apache.jena.fuseki.jetty.JettyServerConfig
Listen only on the loopback (localhost) interface

M

makeSecurityHandler(String, UserStore) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Create a Jetty SecurityHandler for basic authentication.
makeSecurityHandler(String, UserStore, AuthScheme) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Create a Jetty SecurityHandler for basic authentication.
makeSecurityHandler(String, UserStore, String, AuthScheme) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Create a Jetty SecurityHandler for basic authentication.
makeSecurityHandlerForPathspec(String, String, UserStore) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Create a Jetty SecurityHandler for a specific pathSpace, e.g /database.
makeUserStore(String) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Make a UserStore from a password file.
makeUserStore(String, String) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Make a UserStore for a single user,password in any role.
makeUserStore(String, String, String) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Make a UserStore for a single user,password,role
mapRequestToDataset(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Get the datasets from an HttpAction that assumes the form /dataset/service.
mapRequestToDataset(String) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Map request to uri in the registry.
mapRequestToDatasetLongest$(String, DataAccessPointRegistry) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Implementation of mapRequestToDataset(String) that looks for the longest match in the registry.
mapRequestToEndpointName(HttpAction, DataAccessPoint) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Calculate the operation, given action and data access point
match(String, AcceptList) - Static method in class org.apache.jena.fuseki.system.ConNeg
Creates a AcceptList with the given HTTP header string and uses the AcceptList.match(MediaType) method to decide which media type matches the HTTP header string.
match(String, String) - Static method in class org.apache.jena.fuseki.system.ConNeg
Match a single media type against a header string.
merge(AuthPolicy, AuthPolicy) - Static method in class org.apache.jena.fuseki.auth.AuthPolicyList
Merge AuthPolicies, returning a combination of the two if both are non-null.
message - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
message - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
messageForException(QueryException) - Static method in class org.apache.jena.fuseki.servlets.SPARQLProtocol
 
METHOD_DELETE - Static variable in class org.apache.jena.fuseki.servlets.ServletBase
 
METHOD_GET - Static variable in class org.apache.jena.fuseki.servlets.ServletBase
 
METHOD_HEAD - Static variable in class org.apache.jena.fuseki.servlets.ServletBase
 
METHOD_OPTIONS - Static variable in class org.apache.jena.fuseki.servlets.ServletBase
 
METHOD_PATCH - Static variable in class org.apache.jena.fuseki.servlets.ServletBase
 
METHOD_POST - Static variable in class org.apache.jena.fuseki.servlets.ServletBase
 
METHOD_PUT - Static variable in class org.apache.jena.fuseki.servlets.ServletBase
 
METHOD_TRACE - Static variable in class org.apache.jena.fuseki.servlets.ServletBase
 
MetricsProvider - Interface in org.apache.jena.fuseki.metrics
 
MetricsProviderRegistry - Class in org.apache.jena.fuseki.metrics
 
MetricsProviderRegistry() - Constructor for class org.apache.jena.fuseki.metrics.MetricsProviderRegistry
 
minimize() - Method in class org.apache.jena.fuseki.servlets.HttpAction
Reduce to a size that can be kept around for sometime.
minimize() - Method in class org.apache.jena.fuseki.validation.json.ValidationAction
Reduce to a size that can be kept around for sometime
multipartUploadWorker(HttpAction, String) - Static method in class org.apache.jena.fuseki.system.Upload
Process an HTTP file upload of RDF using the name field for the graph name destination.

N

NAME - Static variable in class org.apache.jena.fuseki.Fuseki
The name of the Fuseki server.
name - Variable in enum org.apache.jena.fuseki.server.DataServiceStatus
 
NameMgr<T> - Class in org.apache.jena.fuseki.server
Management of intern'ed names T that can be used as keys.
NameMgr() - Constructor for class org.apache.jena.fuseki.server.NameMgr
 
newActionService(Operation, Resource) - Method in interface org.apache.jena.fuseki.server.ActionServiceFactory
Create an ActionServiceFactory (it can be shared with endpoints), given the description which is a link into the server configuration graph.
NoOp - Static variable in class org.apache.jena.fuseki.server.Operation
 
NoOpActionService - Class in org.apache.jena.fuseki.servlets
An ActionService that denies service.
NoOpActionService() - Constructor for class org.apache.jena.fuseki.servlets.NoOpActionService
 
NS - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 

O

OLD_CHAIN_PREFLIGHT_PARAM - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
opDump - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
operation(Operation) - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
operation() - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
Operation - Class in org.apache.jena.fuseki.server
Operations are symbol to look up in the OperationRegistry.operationToHandler map.
operation - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
OperationRegistry - Class in org.apache.jena.fuseki.server
Registry of operations.
OperationRegistry(OperationRegistry) - Constructor for class org.apache.jena.fuseki.server.OperationRegistry
 
operations() - Method in class org.apache.jena.fuseki.server.EndpointSet
 
opGSP_r - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
opGSP_r_alt - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
opGSP_rw - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
opGSP_rw_alt - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
opNoOp - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
opNoOp_alt - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
opPing - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
opQuery - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
opShacl - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
opStats - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
opUpdate - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
opUpload - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
org.apache.jena.fuseki - package org.apache.jena.fuseki
Documentation for dispatch-execute.
org.apache.jena.fuseki.async - package org.apache.jena.fuseki.async
 
org.apache.jena.fuseki.auth - package org.apache.jena.fuseki.auth
 
org.apache.jena.fuseki.build - package org.apache.jena.fuseki.build
 
org.apache.jena.fuseki.ctl - package org.apache.jena.fuseki.ctl
 
org.apache.jena.fuseki.jetty - package org.apache.jena.fuseki.jetty
 
org.apache.jena.fuseki.metrics - package org.apache.jena.fuseki.metrics
 
org.apache.jena.fuseki.metrics.prometheus - package org.apache.jena.fuseki.metrics.prometheus
 
org.apache.jena.fuseki.server - package org.apache.jena.fuseki.server
 
org.apache.jena.fuseki.servlets - package org.apache.jena.fuseki.servlets
 
org.apache.jena.fuseki.system - package org.apache.jena.fuseki.system
 
org.apache.jena.fuseki.validation - package org.apache.jena.fuseki.validation
 
org.apache.jena.fuseki.validation.html - package org.apache.jena.fuseki.validation.html
 
org.apache.jena.fuseki.validation.json - package org.apache.jena.fuseki.validation.json
 
output(ServletOutputStream, Consumer<IndentedLineBuffer>, boolean) - Static method in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
outputFusekiServerHeader - Static variable in class org.apache.jena.fuseki.Fuseki
 
outputJettyServerHeader - Static variable in class org.apache.jena.fuseki.Fuseki
 

P

PagesStatic - Static variable in class org.apache.jena.fuseki.Fuseki
Default location of the pages for the Fuseki UI
pAllowedUsers - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pAllowTimeoutOverride - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
params - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
parse(HttpAction, StreamRDF, InputStream, Lang, String) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Parse RDF content
parse(String) - Static method in class org.apache.jena.fuseki.system.ConNeg
Parses the content type.
parseQueryString(HttpServletRequest) - Static method in class org.apache.jena.fuseki.system.FusekiNetLib
Parse the query string - do not process the body even for a form
PATH - Static variable in class org.apache.jena.fuseki.Fuseki
Path as package name
pAuth - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pEndpoint - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pEndpointName - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pImplementation - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pMaximumTimeoutOverride - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
policyAllowSpecific(String...) - Static method in class org.apache.jena.fuseki.auth.Auth
A policy that allows specific users (convenience wrapped for Auth.policyAllowSpecific(Collection)).
policyAllowSpecific(Collection<String>) - Static method in class org.apache.jena.fuseki.auth.Auth
A policy that allows specific users.
pOperation - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
populateStdServices(DataService, boolean) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Convenience operation to populate a DataService with the conventional default services.
port - Variable in class org.apache.jena.fuseki.jetty.JettyServerConfig
Port to run the server service on
pPasswordFile - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pQueryLimit - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pRealm - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
PREFIXES - Static variable in class org.apache.jena.fuseki.build.FusekiPrefixes
 
PREFLIGHT_MAX_AGE_PARAM - Static variable in class org.apache.jena.fuseki.servlets.CrossOriginFilter
 
print(String) - Method in class org.apache.jena.fuseki.server.DataAccessPointRegistry
 
printEnvironment() - Static method in class org.apache.jena.fuseki.ctl.ActionDumpRequest
printEnvironment
printHead(ServletOutputStream, String) - Static method in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
printRequest(PrintWriter, HttpServletRequest) - Static method in class org.apache.jena.fuseki.ctl.ActionDumpRequest
 
printServletContext() - Method in class org.apache.jena.fuseki.ctl.ActionDumpRequest
 
process(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionCtl
 
process(HttpAction) - Method in class org.apache.jena.fuseki.servlets.ActionBase
Subclasses must override execGet, execPost etc to say which methods they support.
process(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionProcessor
Execute this request.
processLoadClass(Resource) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Process any ja:loadClass
processor(ActionProcessor) - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
processor() - Method in class org.apache.jena.fuseki.server.EndpointBuilder
 
processServerConfiguration(Model, Context) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Process a configuration file and return the DataAccessPoints; set the context provided for server-wide settings.
processServerConfiguration(Resource, Context) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Process a configuration file, starting at server.
PrometheusMetricsProvider - Class in org.apache.jena.fuseki.metrics.prometheus
 
PrometheusMetricsProvider() - Constructor for class org.apache.jena.fuseki.metrics.prometheus.PrometheusMetricsProvider
 
pServerPing - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServerStats - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServiceName - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServiceQueryEP - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServiceReadGraphStoreEP - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServiceReadQuadsEP - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServiceReadWriteGraphStoreEP - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServiceReadWriteQuadsEP - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServices - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServiceShaclEP - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServiceUpdateEP - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pServiceUploadEP - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pTimeout - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
pUnionDefaultGraph - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
put(MetricsProvider, int) - Static method in class org.apache.jena.fuseki.metrics.MetricsProviderRegistry
 
put(Endpoint) - Method in class org.apache.jena.fuseki.server.EndpointSet
 

Q

quad(Quad) - Method in class org.apache.jena.fuseki.system.StreamRDFLimited
 
quadsOffer - Static variable in class org.apache.jena.fuseki.DEF
 
Query - Static variable in class org.apache.jena.fuseki.server.Operation
 
QueryExecErrors - Static variable in class org.apache.jena.fuseki.server.CounterName
 
QueryIOErrors - Static variable in class org.apache.jena.fuseki.server.CounterName
 
QueryTimeouts - Static variable in class org.apache.jena.fuseki.server.CounterName
 
QueryValidator - Class in org.apache.jena.fuseki.validation
 
QueryValidator() - Constructor for class org.apache.jena.fuseki.validation.QueryValidator
 
QueryValidatorHTML - Class in org.apache.jena.fuseki.validation.html
 
QueryValidatorJSON - Class in org.apache.jena.fuseki.validation.json
 
QueryValidatorJSON() - Constructor for class org.apache.jena.fuseki.validation.json.QueryValidatorJSON
 
quiet - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 

R

rdfOffer - Static variable in class org.apache.jena.fuseki.DEF
 
readConfigurationDirectory(String) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Read service descriptions in the given directory
readFromRequest(HttpAction, Lang) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
readGraph(String, int) - Static method in class org.apache.jena.fuseki.system.GraphLoadUtils
 
readModel(String, int) - Static method in class org.apache.jena.fuseki.system.GraphLoadUtils
 
readSystemDatabase(Dataset) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Read the system database
register(Resource, Dataset) - Method in class org.apache.jena.fuseki.build.DatasetDescriptionMap
 
register(String, String) - Static method in class org.apache.jena.fuseki.server.CounterName
 
register(DataAccessPoint) - Method in class org.apache.jena.fuseki.server.DataAccessPointRegistry
 
register(String, String) - Static method in class org.apache.jena.fuseki.server.Operation
register(Operation, ActionService) - Method in class org.apache.jena.fuseki.server.OperationRegistry
Register a new Operation and the implementation handler.
register(Operation, String, ActionService) - Method in class org.apache.jena.fuseki.server.OperationRegistry
Register a new Operation, with its Content-Type (may be null, meaning no dispatch by content type), and the implementation handler.
registerOperation(Operation, ActionService) - Static method in class org.apache.jena.fuseki.build.FusekiExt
Make a new operation available.
remove(Endpoint) - Method in class org.apache.jena.fuseki.server.EndpointSet
 
removeContextPath(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
removeDataset(DataAccessPointRegistry, String) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
 
request - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
request - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
requestCount() - Method in class org.apache.jena.fuseki.server.DataAccessPoint
 
requestLog - Static variable in class org.apache.jena.fuseki.Fuseki
Instance of a log for requests: format is NCSA.
RequestLog - Class in org.apache.jena.fuseki.server
Create standard request logs (NCSA etc)
RequestLog() - Constructor for class org.apache.jena.fuseki.server.RequestLog
 
requestLogName - Static variable in class org.apache.jena.fuseki.Fuseki
Logger name for standard webserver log file request log
Requests - Static variable in class org.apache.jena.fuseki.server.CounterName
 
RequestsBad - Static variable in class org.apache.jena.fuseki.server.CounterName
 
RequestsGood - Static variable in class org.apache.jena.fuseki.server.CounterName
 
reset() - Method in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
response - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
response - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
ResponseCallback - Interface in org.apache.jena.fuseki.servlets
 
responseContentLength - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
responseContentType - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
ResponseDataset - Class in org.apache.jena.fuseki.servlets
 
ResponseDataset() - Constructor for class org.apache.jena.fuseki.servlets.ResponseDataset
 
ResponseJson - Class in org.apache.jena.fuseki.servlets
Responsible for handling JSON response output.
ResponseJson() - Constructor for class org.apache.jena.fuseki.servlets.ResponseJson
 
ResponseResultSet - Class in org.apache.jena.fuseki.servlets
This is the content negotiation for each kind of SPARQL query result
ResponseResultSet() - Constructor for class org.apache.jena.fuseki.servlets.ResponseResultSet
 
responseSendError(HttpServletResponse, int, String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
responseSendError(HttpServletResponse, int) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
respService - Static variable in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
respService - Static variable in class org.apache.jena.fuseki.validation.json.ValidatorJsonLib
 
respService - Static variable in class org.apache.jena.fuseki.validation.ValidatorBaseJson
 
rsOfferBoolean - Static variable in class org.apache.jena.fuseki.DEF
 
rsOfferTable - Static variable in class org.apache.jena.fuseki.DEF
 

S

safeParameter(HttpServletRequest, String) - Static method in class org.apache.jena.fuseki.system.FusekiNetLib
 
scrape(HttpAction) - Method in interface org.apache.jena.fuseki.metrics.MetricsProvider
 
scrape(HttpAction) - Method in class org.apache.jena.fuseki.metrics.prometheus.PrometheusMetricsProvider
 
scrape(HttpAction) - Method in class org.apache.jena.fuseki.metrics.SimpleMetricsProvider
 
sendError(int, String) - Method in class org.apache.jena.fuseki.servlets.HttpServletResponseTracker
 
sendError(int) - Method in class org.apache.jena.fuseki.servlets.HttpServletResponseTracker
 
sendJson(HttpAction, JsonValue) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
Send a JSON value as a 200 response.
sendJsonReponse(HttpAction, JsonValue) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
Send a JSON value as a 200 response.
ServerConst - Class in org.apache.jena.fuseki.server
Various constants used in the API functions and JSON responses.
ServerConst() - Constructor for class org.apache.jena.fuseki.server.ServerConst
 
serverHttpName - Static variable in class org.apache.jena.fuseki.Fuseki
An identifier for the HTTP Fuseki server instance
serverLog - Static variable in class org.apache.jena.fuseki.Fuseki
Instance of log for general server messages.
serverLogName - Static variable in class org.apache.jena.fuseki.Fuseki
Actual log file for general server messages.
serverStartedAt() - Static method in class org.apache.jena.fuseki.Fuseki
XSD DateTime for when the server started
serverUptimeMillis() - Static method in class org.apache.jena.fuseki.Fuseki
Return the number of milliseconds since the server started
serverUptimeSeconds() - Static method in class org.apache.jena.fuseki.Fuseki
Server uptime in seconds
serviceLog - Static variable in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
servicesAndDatasets(Model) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Find and process datasets and services in a configuration file.
servicesAndDatasets(Resource) - Static method in class org.apache.jena.fuseki.build.FusekiConfig
Find and process datasets and services in a configuration file starting from server which can have a {@code fuseki:services ( ....
ServletAction - Class in org.apache.jena.fuseki.servlets
Adapter of ActionProcessor to a plain servlet.
ServletAction(ActionProcessor, Logger) - Constructor for class org.apache.jena.fuseki.servlets.ServletAction
Constructor for an external ActionProcessor.
ServletBase - Class in org.apache.jena.fuseki.servlets
Addition HTTP Servlet operations.
ServletOps - Class in org.apache.jena.fuseki.servlets
 
ServletOps() - Constructor for class org.apache.jena.fuseki.servlets.ServletOps
 
ServletProcessor - Class in org.apache.jena.fuseki.servlets
Servlet with inheritance for ActionProcessor.
ServletProcessor(Logger) - Constructor for class org.apache.jena.fuseki.servlets.ServletProcessor
Constructor for an external ActionProcessor.
servletRequestLogName - Static variable in class org.apache.jena.fuseki.Fuseki
Logger used for the servletContent.log operations (if settable -- depends on environment)
set(ServletContext, DataAccessPointRegistry) - Static method in class org.apache.jena.fuseki.server.DataAccessPointRegistry
 
set(ServletContext, OperationRegistry) - Static method in class org.apache.jena.fuseki.server.OperationRegistry
 
setAuthPolicy(AuthPolicy) - Method in class org.apache.jena.fuseki.server.DataService
 
setCommonHeaders(HttpServletResponse) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
setCommonHeaders(HttpServletResponse) - Static method in class org.apache.jena.fuseki.servlets.ServletBase
 
setCommonHeadersForOptions(HttpServletResponse) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
 
setCommonHeadersForOptions(HttpServletResponse) - Static method in class org.apache.jena.fuseki.servlets.ServletBase
 
setContentLength(int) - Method in class org.apache.jena.fuseki.servlets.HttpServletResponseTracker
 
setContentType(String) - Method in class org.apache.jena.fuseki.servlets.HttpServletResponseTracker
 
setEndpoint(Endpoint) - Method in class org.apache.jena.fuseki.servlets.HttpAction
Set the endpoint and endpoint name that this is an action for.
setEndpointProcessors(OperationRegistry) - Method in class org.apache.jena.fuseki.server.DataService
Set any ActionService processors is currently unset.
setExistedBefore(boolean) - Method in class org.apache.jena.fuseki.system.UploadDetails
 
setExistedBefore(UploadDetails.PreState) - Method in class org.apache.jena.fuseki.system.UploadDetails
 
setFinishTime() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
setFinishTime() - Method in class org.apache.jena.fuseki.validation.json.ValidationAction
 
setHeader(String, String) - Method in class org.apache.jena.fuseki.servlets.HttpServletResponseTracker
 
setHeaders(HttpServletResponse) - Static method in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
setHttpResponse(HttpServletRequest, HttpServletResponse, String, String) - Static method in class org.apache.jena.fuseki.servlets.ResponseJson
 
setLocationHeader(HttpAction, AsyncTask) - Static method in class org.apache.jena.fuseki.ctl.Async
 
setLogging() - Static method in class org.apache.jena.fuseki.system.FusekiLogging
Set up logging - standalone and war packaging
setLogging(Path) - Static method in class org.apache.jena.fuseki.system.FusekiLogging
Set up logging.
setMimeTypes(ServletContextHandler) - Static method in class org.apache.jena.fuseki.jetty.JettyLib
Add the RDF MIME Type mappins
setNoCache(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
setNoCache(HttpServletResponse) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
setProcessor(ActionProcessor) - Method in class org.apache.jena.fuseki.server.Endpoint
Directly replace the ActionProcessor.
setRequest(DataAccessPoint, DataService) - Method in class org.apache.jena.fuseki.servlets.HttpAction
Initialization after action creation, during lifecycle setup.
setStartTime() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
setStartTime() - Method in class org.apache.jena.fuseki.validation.json.ValidationAction
 
setStatus(int) - Method in class org.apache.jena.fuseki.servlets.HttpServletResponseTracker
 
setStatus(int, String) - Method in class org.apache.jena.fuseki.servlets.HttpServletResponseTracker
Deprecated.
setVaryHeader(HttpServletResponse) - Static method in class org.apache.jena.fuseki.servlets.ServletBase
 
setVerbose(ServletContext, boolean) - Static method in class org.apache.jena.fuseki.Fuseki
 
Shacl - Static variable in class org.apache.jena.fuseki.server.Operation
 
SHACL_Validation - Class in org.apache.jena.fuseki.servlets
SHACL validation service.
SHACL_Validation() - Constructor for class org.apache.jena.fuseki.servlets.SHACL_Validation
 
shortNamesModel - Static variable in class org.apache.jena.fuseki.servlets.ResponseDataset
 
shortNamesResultSet - Static variable in class org.apache.jena.fuseki.servlets.ResponseResultSet
 
shutdown() - Method in class org.apache.jena.fuseki.server.DataService
Shutdown and never use again.
SimpleMetricsProvider - Class in org.apache.jena.fuseki.metrics
 
SimpleMetricsProvider() - Constructor for class org.apache.jena.fuseki.metrics.SimpleMetricsProvider
 
size() - Method in class org.apache.jena.fuseki.server.EndpointSet
 
SPARQL_QueryDataset - Class in org.apache.jena.fuseki.servlets
 
SPARQL_QueryDataset() - Constructor for class org.apache.jena.fuseki.servlets.SPARQL_QueryDataset
 
SPARQL_QueryGeneral - Class in org.apache.jena.fuseki.servlets
 
SPARQL_QueryGeneral() - Constructor for class org.apache.jena.fuseki.servlets.SPARQL_QueryGeneral
 
SPARQL_QueryGeneral.SPARQL_QueryProc - Class in org.apache.jena.fuseki.servlets
 
SPARQL_QueryProc() - Constructor for class org.apache.jena.fuseki.servlets.SPARQL_QueryGeneral.SPARQL_QueryProc
 
SPARQL_Update - Class in org.apache.jena.fuseki.servlets
 
SPARQL_Update() - Constructor for class org.apache.jena.fuseki.servlets.SPARQL_Update
 
SPARQL_Upload - Class in org.apache.jena.fuseki.servlets
Upload data into a graph within a dataset.
SPARQL_Upload() - Constructor for class org.apache.jena.fuseki.servlets.SPARQL_Upload
 
SPARQLProtocol - Class in org.apache.jena.fuseki.servlets
Support functions for the SPARQL protocol (SPARQL Query, SPARQL Update)
SPARQLProtocol() - Constructor for class org.apache.jena.fuseki.servlets.SPARQLProtocol
 
SPARQLQueryProcessor - Class in org.apache.jena.fuseki.servlets
Handle SPARQL Query requests over the SPARQL Protocol.
SPARQLQueryProcessor() - Constructor for class org.apache.jena.fuseki.servlets.SPARQLQueryProcessor
 
srvDescription - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
srvEndpoints - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
srvType - Static variable in class org.apache.jena.fuseki.server.ServerConst
 
start() - Method in class org.apache.jena.fuseki.metrics.prometheus.InitPrometheus
 
started - Static variable in class org.apache.jena.fuseki.ctl.JsonConstCtl
 
startFixed(ServletOutputStream) - Static method in class org.apache.jena.fuseki.validation.html.ValidatorHtmlLib
 
startRequest(HttpAction) - Method in class org.apache.jena.fuseki.server.DataAccessPoint
 
startRequest() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
startTxn(TxnType) - Method in class org.apache.jena.fuseki.server.DataService
 
stateActive - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
stateClosed - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
stateClosing - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
stateOffline - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 
status(Resource) - Static method in enum org.apache.jena.fuseki.server.DataServiceStatus
 
statusCode - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
statusCode - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
stop() - Method in class org.apache.jena.fuseki.metrics.prometheus.InitPrometheus
 
StreamRDFLimited - Class in org.apache.jena.fuseki.system
Limit triples/quads and stop passing through after a limit is reached.
StreamRDFLimited(StreamRDF, long) - Constructor for class org.apache.jena.fuseki.system.StreamRDFLimited
 
strNum10(long) - Static method in class org.apache.jena.fuseki.server.FusekiInfo
Create a human-friendly string for a number based on Kilo/Mega/Giga/Tera (powers of 10)
strNum2(long) - Static method in class org.apache.jena.fuseki.server.FusekiInfo
Create a human-friendly string for a number based on Kibi/Mebi/Gibi/Tebi (powers of 2)
strNumMixed(long) - Static method in class org.apache.jena.fuseki.server.FusekiInfo
Create a human-friendly string for a number based on Kilo/Mega/Giga/Tera (powers of 2)
submit(Runnable, String, DataService, long) - Method in class org.apache.jena.fuseki.async.AsyncPool
 
success(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
success(HttpAction, int) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
successCreated(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
successNoContent(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
successNotFound(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
successPage(HttpAction, String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
sync() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 

T

task - Static variable in class org.apache.jena.fuseki.ctl.JsonConstCtl
 
TaskBase - Class in org.apache.jena.fuseki.ctl
Base of async tasks - this carries some useful information around, leaving the implementation of Callable.run() to the specific task.
taskId - Static variable in class org.apache.jena.fuseki.ctl.JsonConstCtl
 
taskRequestId - Static variable in class org.apache.jena.fuseki.ctl.JsonConstCtl
 
tasks() - Method in class org.apache.jena.fuseki.async.AsyncPool
 
toString() - Method in class org.apache.jena.fuseki.server.DataAccessPoint
 
toString() - Method in class org.apache.jena.fuseki.server.Endpoint
 
toString() - Method in class org.apache.jena.fuseki.server.EndpointSet
 
toString() - Method in class org.apache.jena.fuseki.server.Operation
 
toString() - Method in class org.apache.jena.fuseki.servlets.HttpAction
 
totalTxn - Variable in class org.apache.jena.fuseki.server.DataService
Cumulative counter of transactions
transactional - Variable in class org.apache.jena.fuseki.ctl.TaskBase
 
triple(Triple) - Method in class org.apache.jena.fuseki.system.StreamRDFLimited
 
tServer - Static variable in class org.apache.jena.fuseki.server.FusekiVocab
 

U

unregister(Operation) - Method in class org.apache.jena.fuseki.server.OperationRegistry
Remove the registration for an operation.
Update - Static variable in class org.apache.jena.fuseki.server.Operation
 
UpdateExecErrors - Static variable in class org.apache.jena.fuseki.server.CounterName
 
UpdateValidator - Class in org.apache.jena.fuseki.validation
 
UpdateValidator() - Constructor for class org.apache.jena.fuseki.validation.UpdateValidator
 
UpdateValidatorHTML - Class in org.apache.jena.fuseki.validation.html
 
UpdateValidatorHTML() - Constructor for class org.apache.jena.fuseki.validation.html.UpdateValidatorHTML
 
UpdateValidatorJSON - Class in org.apache.jena.fuseki.validation.json
 
UpdateValidatorJSON() - Constructor for class org.apache.jena.fuseki.validation.json.UpdateValidatorJSON
 
Upload - Static variable in class org.apache.jena.fuseki.server.Operation
 
upload(HttpAction, String) - Static method in class org.apache.jena.fuseki.servlets.SPARQL_Upload
 
Upload - Class in org.apache.jena.fuseki.system
 
Upload() - Constructor for class org.apache.jena.fuseki.system.Upload
 
UploadDetails - Class in org.apache.jena.fuseki.system
Record of an upload
UploadDetails.PreState - Enum in org.apache.jena.fuseki.system
 
UploadDetailsWithName - Class in org.apache.jena.fuseki.system
 
UploadDetailsWithName(String, DatasetGraph, long) - Constructor for class org.apache.jena.fuseki.system.UploadDetailsWithName
 
uploadResponse(HttpAction, UploadDetails) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
response to a upload operation of some kind.
UserAnyAnon - Static variable in class org.apache.jena.fuseki.auth.Users
Reserved user role name: Name of the user role for any authenticated user of the system In the servlet API, this includes getRemoteUser() == null
UserAnyLoggedIn - Static variable in class org.apache.jena.fuseki.auth.Users
Reserved user role name: Name of the user role for any authenticated user of the system.
Users - Class in org.apache.jena.fuseki.auth
 
Users() - Constructor for class org.apache.jena.fuseki.auth.Users
 

V

validate(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionMetrics
 
validate(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionSleep
 
validate(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionStats
 
validate(HttpAction) - Method in class org.apache.jena.fuseki.ctl.ActionTasks
 
validate(HttpAction) - Method in interface org.apache.jena.fuseki.servlets.ActionLifecycle
The validation step of a request
validate(HttpAction) - Method in class org.apache.jena.fuseki.servlets.BaseActionREST
 
validate(HttpAction) - Method in class org.apache.jena.fuseki.servlets.GSP_Base
 
validate(HttpAction) - Method in class org.apache.jena.fuseki.servlets.NoOpActionService
 
validate(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Update
 
validate(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQL_Upload
 
validate(HttpAction) - Method in class org.apache.jena.fuseki.servlets.SPARQLQueryProcessor
Validate the request, checking HTTP method and HTTP Parameters.
ValidationAction - Class in org.apache.jena.fuseki.validation.json
 
ValidationAction(long, Logger, HttpServletRequest, HttpServletResponse, boolean) - Constructor for class org.apache.jena.fuseki.validation.json.ValidationAction
 
ValidationError - Class in org.apache.jena.fuseki.validation.json
 
ValidationError() - Constructor for class org.apache.jena.fuseki.validation.json.ValidationError
 
validationLog - Static variable in class org.apache.jena.fuseki.Fuseki
Instance of log for validation.
validationLogName - Static variable in class org.apache.jena.fuseki.Fuseki
Validation log file for operations.
ValidatorBase - Class in org.apache.jena.fuseki.validation
 
ValidatorBase() - Constructor for class org.apache.jena.fuseki.validation.ValidatorBase
 
ValidatorBase.JsonAction - Interface in org.apache.jena.fuseki.validation
 
ValidatorBaseJson - Class in org.apache.jena.fuseki.validation
Validation base for JSON output
ValidatorBaseJson() - Constructor for class org.apache.jena.fuseki.validation.ValidatorBaseJson
 
ValidatorHtmlLib - Class in org.apache.jena.fuseki.validation.html
Lib of validators returning HTML or text
ValidatorJsonLib - Class in org.apache.jena.fuseki.validation.json
Validation operations for JSON output
ValidatorJsonLib() - Constructor for class org.apache.jena.fuseki.validation.json.ValidatorJsonLib
 
value() - Method in class org.apache.jena.fuseki.server.Counter
 
value(CounterName) - Method in class org.apache.jena.fuseki.server.CounterSet
 
valueOf(String) - Static method in enum org.apache.jena.fuseki.server.DataServiceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jena.fuseki.system.UploadDetails.PreState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.jena.fuseki.server.DataServiceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jena.fuseki.system.UploadDetails.PreState
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Variable in class org.apache.jena.fuseki.server.FusekiInitialConfig
 
verbose - Variable in class org.apache.jena.fuseki.servlets.HttpAction
 
verbose - Variable in class org.apache.jena.fuseki.validation.json.ValidationAction
 
verboseLogging - Static variable in class org.apache.jena.fuseki.Fuseki
Instance of log for config server messages.
verboseLogging - Variable in class org.apache.jena.fuseki.jetty.JettyServerConfig
Enable additional logging
VERSION - Static variable in class org.apache.jena.fuseki.Fuseki
Version of this Fuseki instance

W

warning(HttpAction, String) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
warning(HttpAction, String, Throwable) - Static method in class org.apache.jena.fuseki.servlets.ServletOps
 
webStreamManager - Static variable in class org.apache.jena.fuseki.Fuseki
An instance of management for stream opening, including redirecting through a location mapper whereby a name (e.g.
wholeRequestURL(HttpServletRequest) - Static method in class org.apache.jena.fuseki.servlets.ActionLib
Calculate the fill URL including query string for the HTTP request.

X

xasGSPParamsStrict(HttpAction) - Static method in class org.apache.jena.fuseki.servlets.GSP_RW
Test whether the operation has exactly one GSP parameter and no other parameters.
A B C D E F G H I J L M N O P Q R S T U V W X 
Skip navigation links

Licensed under the Apache License, Version 2.0