Package | Description |
---|---|
com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
com.hp.hpl.jena.sparql.mgt |
Modifier and Type | Method and Description |
---|---|
static Explain.InfoLevel |
ARQ.getExecutionLogging()
Get the currentl global execution logging setting
|
Modifier and Type | Method and Description |
---|---|
static void |
ARQ.setExecutionLogging(Explain.InfoLevel infoLevel)
Set execution logging - logging is to logger "com.hp.hpl.jena.arq.exec" at level INFO.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Explain.explaining(Explain.InfoLevel level,
org.slf4j.Logger logger,
Context context) |
Licenced under the Apache License, Version 2.0