Uses of Interface
org.openjena.atlas.data.DataBag

Packages that use DataBag
org.openjena.atlas.data   
 

Uses of DataBag in org.openjena.atlas.data
 

Classes in org.openjena.atlas.data that implement DataBag
 class AbstractDataBag<E>
          Abstract implementation of DataBag.
 class DefaultDataBag<E>
           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.
 class DistinctDataBag<E>
           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.
 class DistinctDataNet<E>
          This class is like DistinctDataBag except that you are informed if the item you just added was known to be distinct.
 class SortedDataBag<E>
           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.
 



Licenced under the Apache License, Version 2.0