Uses of Enum Class
org.apache.jena.sparql.mgt.Explain.InfoLevel
Packages that use Explain.InfoLevel
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of Explain.InfoLevel in org.apache.jena.query
Methods in org.apache.jena.query that return Explain.InfoLevelModifier and TypeMethodDescriptionstatic Explain.InfoLevel
ARQ.getExecutionLogging()
Get the currently global execution logging settingMethods in org.apache.jena.query with parameters of type Explain.InfoLevelModifier and TypeMethodDescriptionstatic void
ARQ.setExecutionLogging
(Explain.InfoLevel infoLevel) Set execution logging - logging is to logger "org.apache.jena.arq.exec" at level INFO. -
Uses of Explain.InfoLevel in org.apache.jena.sparql.mgt
Methods in org.apache.jena.sparql.mgt that return Explain.InfoLevelModifier and TypeMethodDescriptionstatic Explain.InfoLevel
static Explain.InfoLevel
Returns the enum constant of this class with the specified name.static Explain.InfoLevel[]
Explain.InfoLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.sparql.mgt with parameters of type Explain.InfoLevelModifier and TypeMethodDescriptionstatic boolean
Explain.explaining
(Explain.InfoLevel level, org.slf4j.Logger logger, Context context)