|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortedDataBag | |
---|---|
org.openjena.atlas.data |
Uses of SortedDataBag in org.openjena.atlas.data |
---|
Subclasses of SortedDataBag in org.openjena.atlas.data | |
---|---|
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. |
Methods in org.openjena.atlas.data that return SortedDataBag | ||
---|---|---|
static
|
BagFactory.newSortedBag(ThresholdPolicy<T> policy,
SerializationFactory<T> serializerFactory)
Get a sorted data bag. |
|
static
|
BagFactory.newSortedBag(ThresholdPolicy<T> policy,
SerializationFactory<T> serializerFactory,
Comparator<T> comparator)
Get a sorted data bag. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |