Uses of Enum Class
org.apache.jena.sparql.mgt.Explain.InfoLevel
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of Explain.InfoLevel in org.apache.jena.query
Modifier and TypeMethodDescriptionstatic Explain.InfoLevel
ARQ.getExecutionLogging()
Get the currently global execution logging settingModifier 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
Modifier 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.Modifier and TypeMethodDescriptionstatic boolean
Explain.explaining
(Explain.InfoLevel level, org.slf4j.Logger logger, Context context)