java.lang.Object
org.apache.jena.fuseki.server.Endpoint
- All Implemented Interfaces:
Counters
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValidStringThe endpoint name used for a dataset-level endpoint. -
Method Summary
Modifier and TypeMethodDescriptionstatic Endpoint.Buildercreate()Build an endpointstatic EndpointBuild an endpointstatic Endpointcreate(Operation operation, String endpointName, AuthPolicy requestAuth) Build an endpointorg.apache.jena.sparql.util.ContextgetName()longlonglongbooleanstatic booleansameNameAndOperation(Endpoint ep1, Endpoint ep2) voidsetProcessor(ActionProcessor proc) Directly replace theActionProcessor.toString()
-
Field Details
-
DatasetEP
The endpoint name used for a dataset-level endpoint.
-
-
Method Details
-
create
Build an endpoint -
create
Build an endpoint -
create
Build an endpoint -
getCounters
- Specified by:
getCountersin interfaceCounters
-
getOperation
-
getProcessor
-
setProcessor
Directly replace theActionProcessor. This allows an endpoint to be created, and then latest have the ActionProcessor set, such as applying a default (normal case) or a security version injected. -
getContext
public org.apache.jena.sparql.util.Context getContext() -
isUnnamed
public boolean isUnnamed() -
getName
-
getAuthPolicy
-
getRequests
public long getRequests() -
getRequestsGood
public long getRequestsGood() -
getRequestsBad
public long getRequestsBad() -
sameNameAndOperation
-
toString
-