| Package | Description |
|---|---|
| org.apache.jena.dboe.storage | |
| org.apache.jena.dboe.storage.prefixes | |
| org.apache.jena.dboe.storage.simple | |
| org.apache.jena.dboe.storage.system |
| Modifier and Type | Method and Description |
|---|---|
StoragePrefixes |
DatabaseRDF.getPrefixes() |
| Modifier and Type | Class and Description |
|---|---|
class |
StoragePrefixesEmpty |
| Modifier and Type | Method and Description |
|---|---|
static StoragePrefixes |
PrefixesFactory.newDatasetPrefixesMem()
Create a memory-backed
StoragePrefixes |
| Modifier and Type | Method and Description |
|---|---|
static StoragePrefixMap |
PrefixesFactory.storagePrefixMapDft(StoragePrefixes storage)
Create
StoragePrefixMap for the default graph of a StoragePrefixes. |
static StoragePrefixMap |
PrefixesFactory.storagePrefixMapGraph(StoragePrefixes storage,
Node graphName)
Create
StoragePrefixMap for the named graph of a StoragePrefixes. |
static StoragePrefixMap |
StoragePrefixesView.viewDefaultGraph(StoragePrefixes dsgPrefixes) |
static StoragePrefixMap |
StoragePrefixesView.viewGraph(StoragePrefixes dsgPrefixes,
Node graphName) |
| Modifier and Type | Class and Description |
|---|---|
class |
StoragePrefixesMem
In-memory dataset prefixes
|
| Modifier and Type | Method and Description |
|---|---|
StoragePrefixes |
DatasetGraphStorage.getPrefixes() |
| Modifier and Type | Method and Description |
|---|---|
static GraphView |
GraphViewStorage.createDefaultGraphStorage(DatasetGraph dsg,
StoragePrefixes prefixes) |
static GraphView |
GraphViewStorage.createNamedGraphStorage(DatasetGraph dsg,
Node graphIRI,
StoragePrefixes prefixes) |
static GraphView |
GraphViewStorage.createUnionGraphStorage(DatasetGraph dsg,
StoragePrefixes prefixes) |
| Constructor and Description |
|---|
DatasetGraphStorage(StorageRDF storage,
StoragePrefixes prefixes,
Transactional transactional) |
Licensed under the Apache License, Version 2.0