Uses of Package
org.openjena.atlas.data

Packages that use org.openjena.atlas.data
com.hp.hpl.jena.sparql.graph   
org.openjena.atlas.data   
org.openjena.riot   
 

Classes in org.openjena.atlas.data used by com.hp.hpl.jena.sparql.graph
ThresholdPolicy
           
 

Classes in org.openjena.atlas.data used by org.openjena.atlas.data
AbstractDataBag
          Abstract implementation of DataBag.
DataBag
          A collection of Tuples.
DefaultDataBag
           This data bag will gather items in memory until a size threshold is passed, at which point it will write out all of the items to disk using the supplied serializer.
DistinctDataBag
           This data bag will gather distinct items in memory until a size threshold is passed, at which point it will write out all of the items to disk using the supplied serializer.
DistinctDataNet
          This class is like DistinctDataBag except that you are informed if the item you just added was known to be distinct.
SerializationFactory
           
SortedDataBag
           This data bag will gather items in memory until a size threshold is passed, at which point it will write out all of the items to disk using the supplied serializer.
ThresholdPolicy
           
 

Classes in org.openjena.atlas.data used by org.openjena.riot
SerializationFactory
           
 



Licenced under the Apache License, Version 2.0