java.lang.Object
org.apache.jena.atlas.data.ThresholdPolicyFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <E> ThresholdPolicy<E>
count
(long threshold) A threshold policy based on the number of tuples added.static final <E> ThresholdPolicy<E>
never()
A threshold policy that is never exceeded.static <E> ThresholdPolicy<E>
policyFromContext
(Context context) A threshold policy based on theARQ.spillToDiskThreshold
symbol in the given Context.
-
Constructor Details
-
ThresholdPolicyFactory
public ThresholdPolicyFactory()
-
-
Method Details
-
never
A threshold policy that is never exceeded. -
count
A threshold policy based on the number of tuples added. -
policyFromContext
A threshold policy based on theARQ.spillToDiskThreshold
symbol in the given Context. If the symbol is not set, then thenever()
policy is used by default.
-