Package org.nuxeo.ecm.core.storage
Class QueryOptimizer.PrefixInfo
- java.lang.Object
-
- org.nuxeo.ecm.core.storage.QueryOptimizer.PrefixInfo
-
- Enclosing class:
- QueryOptimizer
public static class QueryOptimizer.PrefixInfo extends Object
Info about a prefix: the prefix, and how many times it was encountered.- Since:
- 9.3
-
-
Field Summary
Fields Modifier and Type Field Description int
count
static QueryOptimizer.PrefixInfo
EMPTY
String
prefix
-
Constructor Summary
Constructors Constructor Description PrefixInfo(String prefix, int count)
-
-
-
Field Detail
-
EMPTY
public static final QueryOptimizer.PrefixInfo EMPTY
-
prefix
public final String prefix
-
count
public final int count
-
-
Constructor Detail
-
PrefixInfo
public PrefixInfo(String prefix, int count)
-
-