Uses of Interface
org.apache.jena.atlas.data.DataBag
Packages that use DataBag
-
Uses of DataBag in org.apache.jena.atlas.data
Classes in org.apache.jena.atlas.data that implement DataBagModifier and TypeClassDescriptionclass
Abstract implementation of DataBag.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 likeDistinctDataBag
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. -
Uses of DataBag in org.apache.jena.riot.rowset.rw.rs_json
Method parameters in org.apache.jena.riot.rowset.rw.rs_json with type arguments of type DataBagModifier and TypeMethodDescriptionstatic RowSetBuffered<RowSetJSONStreaming<?>>
RowSetJSONStreaming.createBuffered
(InputStream in, LabelToNode labelMap, Supplier<DataBag<Binding>> bufferFactory, ValidationSettings validationSettings, ErrorHandler errorHandler) Constructor parameters in org.apache.jena.riot.rowset.rw.rs_json with type arguments of type DataBagModifierConstructorDescriptionRowSetBuffered
(T delegate, Supplier<DataBag<Binding>> bufferFactory) RowSetBuffered
(T delegate, Supplier<DataBag<Binding>> bufferFactory, long rowNumber)