Class PropertyIndexPlan
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.index.property.PropertyIndexPlan
-
public class PropertyIndexPlan extends java.lang.Object
Plan for querying a given property index using a given filter.
-
-
Field Summary
Fields Modifier and Type Field Description static double
COST_OVERHEAD
The cost overhead to use the index in number of read operations.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
COST_OVERHEAD
public static final double COST_OVERHEAD
The cost overhead to use the index in number of read operations.- See Also:
- Constant Field Values
-
-