Class GraphTxnTDB_Prefixes

java.lang.Object
org.apache.jena.graph.impl.GraphBase
org.apache.jena.sparql.core.GraphView
org.apache.jena.tdb1.store.GraphTDB
org.apache.jena.tdb1.store.GraphTxnTDB
org.apache.jena.tdb1.store.GraphTxnTDB_Prefixes
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, org.apache.jena.graph.Graph, org.apache.jena.graph.impl.GraphWithPerform, org.apache.jena.sparql.core.NamedGraph

public class GraphTxnTDB_Prefixes extends GraphTxnTDB
Alternative GraphTxnTDB that has its own prefixes. These prefixes are "switchable", that is, valid across transaction boundaries.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    "switchable" prefix mapping backed by storage in DatasetPrefixesTDB
  • Field Summary

    Fields inherited from class org.apache.jena.graph.impl.GraphBase

    TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT

    Fields inherited from interface org.apache.jena.graph.Graph

    emptyGraph
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    GraphTxnTDB_Prefixes(DatasetGraphTransaction dataset, org.apache.jena.graph.Node graphName)
     
  • Method Summary

    Methods inherited from class org.apache.jena.tdb1.store.GraphTxnTDB

    getDatasetGraphTDB, getDatasetGraphTransaction

    Methods inherited from class org.apache.jena.tdb1.store.GraphTDB

    close, getNodeTupleTable, remove, sync

    Methods inherited from class org.apache.jena.sparql.core.GraphView

    clear, createDefaultGraph, createNamedGraph, createUnionGraph, getCapabilities, getDataset, getGraphName, getTransactionHandler, performAdd, performDelete

    Methods inherited from class org.apache.jena.graph.impl.GraphBase

    add, contains, contains, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getEventManager, getPrefixMapping, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, size, toString, toString

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.jena.atlas.lib.Closeable

    close

    Methods inherited from interface org.apache.jena.graph.Graph

    add, add, contains, contains, delete, delete, dependsOn, find, find, find, getEventManager, getPrefixMapping, isClosed, isEmpty, isIsomorphicWith, size, sizeLong, stream, stream

    Methods inherited from interface org.apache.jena.atlas.lib.Sync

    sync