Package | Description |
---|---|
org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
org.apache.jena.sparql.core | |
org.apache.jena.sparql.core.journaling |
Types for journaling
Dataset operation. |
org.apache.jena.sparql.core.mem |
Types to support efficient in-memory dataset operations
|
org.apache.jena.sparql.modify |
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 | Class and Description |
---|---|
class |
DatasetGraphTrackActive
Track the transactional state of a DatasetGraph
|
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 |
DatasetImpl
A implementation of a Dataset.
|
class |
TransactionalNull |
Modifier and Type | Class and Description |
---|---|
class |
DatasetGraphWithRecord
A
DatasetGraph implementation with two key affordances. |
Modifier and Type | Interface and Description |
---|---|
interface |
QuadTable
A simplex or multiplex table of
Quad s. |
interface |
TripleTable
A simplex or multiplex table of
Triple s. |
interface |
TupleTable<TupleType>
A mutable table of tuples.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetGraphInMemory
A
DatasetGraph backed by an QuadTable . |
class |
HexTable
A six-way
QuadTable using all of the available forms in QuadTableForm . |
class |
PMapQuadTable
|
class |
PMapTripleTable
A
TripleTable employing persistent maps to index triples in one particular slot order (e.g. |
class |
PMapTupleTable<TupleMapType,TupleType>
A partial implementation of
TupleTable that contains some common state management. |
class |
TriTable
A three-way
TripleTable using all of the available forms in TripleTableForm . |
Modifier and Type | Class and Description |
---|---|
class |
GraphStoreNullTransactional
A transactional black hole for Quads, add as many as you want and it will forget them all.
|
Licenced under the Apache License, Version 2.0