Uses of Class
org.apache.jena.atlas.data.AbstractDataBag
-
Packages that use AbstractDataBag Package Description org.apache.jena.atlas.data -
-
Uses of AbstractDataBag in org.apache.jena.atlas.data
Subclasses of AbstractDataBag in org.apache.jena.atlas.data Modifier and Type Class Description classDefaultDataBag<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.classDistinctDataBag<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.classDistinctDataNet<E>This class is likeDistinctDataBagexcept that you are informed if the item you just added was known to be distinct.classSortedDataBag<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.
-