Uses of Class
org.apache.jena.atlas.data.AbstractDataBag

Packages that use AbstractDataBag
Package
Description
 
  • Uses of AbstractDataBag in org.apache.jena.atlas.data

    Modifier and Type
    Class
    Description
    class 
    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 
    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 
    This class is like DistinctDataBag except that you are informed if the item you just added was known to be distinct.
    class 
    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.