| Package | Description |
|---|---|
| org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
| org.apache.jena.sparql.core | |
| org.apache.jena.sparql.core.mem |
In-memory, transactional dataset
|
| org.apache.jena.sparql.modify | |
| org.apache.jena.update |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dataset
Query is over a Dataset, a collection of named graphs
and a background graph (also called the default
graph or unnamed graph).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatasetGraph
DatasetGraph: The graph representation of an RDF Dataset.
|
interface |
TransactionalNotSupportedMixin
Mixin interface for the "un-Transactional" interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetGraphBase
DatasetGraph framework : readonly dataset need only provide find(g,s,p,o), getGraph() and getDefaultGraph()
although it may wish to override other operations and do better.
|
class |
DatasetGraphBaseFind
DatasetGraph framework.
|
class |
DatasetGraphCollection
Base class for implementations of a DatasetGraph as a set of graphs.
|
class |
DatasetGraphMap
Implementation of a
DatasetGraph as an extensible set of graphs. |
class |
DatasetGraphMapLink
Implementation of a DatasetGraph as an extensible set of graphs.
|
class |
DatasetGraphMonitor
Connect a DatasetGraph to a DatasetChanges monitor.
|
class |
DatasetGraphOne
DatasetGraph of a single graph as default graph.
|
class |
DatasetGraphQuads
A DatasetGraph base class for pure quad-centric storage.
|
class |
DatasetGraphReadOnly
Read-only view of a DatasetGraph.
|
class |
DatasetGraphTrackActive
Check the transactional state of a DatasetGraph
|
class |
DatasetGraphTriplesQuads
A DatasetGraph base class for triples+quads storage.
|
class |
DatasetGraphViewGraphs
Wrap a DatasetGraph with implementations of
DatasetGraph.getDefaultGraph() and
DatasetGraph.getGraph(org.apache.jena.graph.Node)
that use the view graph mechanism. |
class |
DatasetGraphWithLock
A DatasetGraph that uses the dataset lock to give weak transactional
behaviour, that is the application see transaction but they are not durable.
|
class |
DatasetGraphWrapper |
class |
DatasetImpl
An implementation of a Dataset.
|
static class |
DynamicDatasets.DynamicDatasetGraph |
class |
TransactionalLock
An implementation of Tranactional that provides MRSW locking but no abort.
|
class |
TransactionalMutex
Transactional by mutual exclusion.
|
class |
TransactionalNotSupported
Implementation for "un-Transactional" interface.
|
class |
TransactionalNull |
| Modifier and Type | Class and Description |
|---|---|
class |
DatasetGraphInMemory
A
DatasetGraph backed by an QuadTable. |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphStoreBasic |
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphStore
Deprecated.
|
Licenced under the Apache License, Version 2.0