Uses of Class
com.hp.hpl.jena.sparql.mgt.Explain.InfoLevel

Packages that use Explain.InfoLevel
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.sparql.mgt   
 

Uses of Explain.InfoLevel in com.hp.hpl.jena.query
 

Methods in com.hp.hpl.jena.query that return Explain.InfoLevel
static Explain.InfoLevel ARQ.getExecutionLogging()
          Get the currentl global execution logging setting
 

Methods in com.hp.hpl.jena.query with parameters of type Explain.InfoLevel
static void ARQ.setExecutionLogging(Explain.InfoLevel infoLevel)
          Set execution logging - logging is to logger "com.hp.hpl.jena.arq.exec" at level INFO.
 

Uses of Explain.InfoLevel in com.hp.hpl.jena.sparql.mgt
 

Methods in com.hp.hpl.jena.sparql.mgt that return Explain.InfoLevel
static Explain.InfoLevel Explain.InfoLevel.get(String name)
           
static Explain.InfoLevel Explain.InfoLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Explain.InfoLevel[] Explain.InfoLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hp.hpl.jena.sparql.mgt with parameters of type Explain.InfoLevel
static boolean Explain.explaining(Explain.InfoLevel level, org.slf4j.Logger logger, Context context)
           
 



Licenced under the Apache License, Version 2.0