java.lang.Object
org.apache.jena.fuseki.server.Endpoint
- All Implemented Interfaces:
Counters
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ValidString
The endpoint name used for a dataset-level endpoint. -
Method Summary
Modifier and TypeMethodDescriptionstatic Endpoint.Builder
create()
Build an endpointstatic Endpoint
Build an endpointstatic Endpoint
create
(Operation operation, String endpointName, AuthPolicy requestAuth) Build an endpointorg.apache.jena.sparql.util.Context
getName()
long
long
long
boolean
static boolean
sameNameAndOperation
(Endpoint ep1, Endpoint ep2) void
setProcessor
(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:
getCounters
in 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
-