public abstract class PaginationEnabledSearcher extends SearchScalabilityBenchmark
Modifier and Type | Field and Description |
---|---|
protected static String |
KEYSET_VAL_PROP |
protected static int |
LIMIT
Pagination limit for one page
|
protected static int |
PAGES
Number of page accesses
|
LOG
Constructor and Description |
---|
PaginationEnabledSearcher() |
Modifier and Type | Method and Description |
---|---|
protected String |
getOrderByClause() |
protected void |
processResultsKeysetPagination(QueryManager qm,
org.apache.jackrabbit.oak.scalability.ScalabilityAbstractSuite.ExecutionContext context) |
protected void |
processResultsOffsetPagination(QueryManager qm,
org.apache.jackrabbit.oak.scalability.ScalabilityAbstractSuite.ExecutionContext context) |
execute, getQuery, search
toString
protected static final int LIMIT
protected static final int PAGES
protected static final String KEYSET_VAL_PROP
protected void processResultsOffsetPagination(@Nonnull QueryManager qm, org.apache.jackrabbit.oak.scalability.ScalabilityAbstractSuite.ExecutionContext context) throws RepositoryException
RepositoryException
protected void processResultsKeysetPagination(@Nonnull QueryManager qm, org.apache.jackrabbit.oak.scalability.ScalabilityAbstractSuite.ExecutionContext context) throws RepositoryException
RepositoryException
protected String getOrderByClause()
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.