Class RangeCostModel
java.lang.Object
org.aksw.jena_sparql_api.util.collection.RangeCostModel
- Type Parameters:
T-
Iterator that changes its delegate in case there is a problem with the current one
- Author:
- raven
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe cost of starting a request a given offset (independent of the range of items being fetched)The cost of iterating items [TODO this is bull]protected doubleThe maximum cost for waiting for an intersecting interval before the requested range to become available -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
waitCostThreshold
protected double waitCostThresholdThe maximum cost for waiting for an intersecting interval before the requested range to become available -
rangeToIterCost
The cost of iterating items [TODO this is bull] -
offsetToQueryCost
The cost of starting a request a given offset (independent of the range of items being fetched)
-
-
Constructor Details
-
RangeCostModel
public RangeCostModel()
-