Class BulkGraphMem

  • All Implemented Interfaces:
    org.apache.jena.graph.Graph, org.apache.jena.graph.impl.GraphWithPerform

    public class BulkGraphMem
    extends org.apache.jena.mem.GraphMem
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.jena.mem.GraphMem

        org.apache.jena.mem.GraphMem.GraphMemStatisticsHandler
    • Field Summary

      • Fields inherited from class org.apache.jena.mem.GraphMemBase

        count, store
      • Fields inherited from class org.apache.jena.graph.impl.GraphBase

        capabilities, closed, gem, pm, statisticsHandler, TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMIT
      • Fields inherited from interface org.apache.jena.graph.Graph

        emptyGraph
    • Constructor Summary

      Constructors 
      Constructor Description
      BulkGraphMem()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addWithoutNotify​(org.apache.jena.graph.Triple t)  
      void deleteWithoutNotify​(org.apache.jena.graph.Triple t)  
      • Methods inherited from class org.apache.jena.mem.GraphMem

        clear, clearStore, createStatisticsHandler, createTripleStore, destroy, graphBaseContains, graphBaseFind, graphBaseSize, performAdd, performDelete
      • Methods inherited from class org.apache.jena.mem.GraphMemBase

        close, isSafeForEquality, openAgain
      • Methods inherited from class org.apache.jena.graph.impl.GraphBase

        add, checkOpen, contains, contains, containsByFind, createPrefixMapping, delete, dependsOn, find, find, forTestingOnly_graphBaseFind, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, graphBaseFind, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, remove, size, toString, toString
      • Methods inherited from interface org.apache.jena.graph.Graph

        find
    • Constructor Detail

      • BulkGraphMem

        public BulkGraphMem()
    • Method Detail

      • addWithoutNotify

        public void addWithoutNotify​(org.apache.jena.graph.Triple t)
      • deleteWithoutNotify

        public void deleteWithoutNotify​(org.apache.jena.graph.Triple t)