public abstract class OrderByPartitionedJUnitTestBase extends OrderByTestImplementation
| Constructor and Description |
|---|
OrderByPartitionedJUnitTestBase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
assertIndexUsedOnQueryNode() |
Index |
createIndex(java.lang.String indexName,
IndexType indexType,
java.lang.String indexedExpression,
java.lang.String fromClause) |
Index |
createIndex(java.lang.String indexName,
java.lang.String indexedExpression,
java.lang.String regionPath) |
Region |
createRegion(java.lang.String regionName,
java.lang.Class valueConstraint) |
java.lang.String[] |
getQueriesForLimitNotAppliedIfOrderByNotUsingIndex() |
java.lang.String[] |
getQueriesForMultiColOrderByWithIndexResultWithProjection() |
java.lang.String[] |
getQueriesForMultiColOrderByWithMultiIndexResultProjection() |
java.lang.String[] |
getQueriesForOrderByWithNullValues() |
void |
testBug() |
void |
testOrderByWithNullValues() |
void |
testOrderedResultsPartitionedRegion_Bug43514_1() |
void |
testOrderedResultsPartitionedRegion_Bug43514_2() |
setUp, tearDown, testLimitNotAppliedIfOrderByNotUsingIndex, testMultiColOrderByWithIndexResultDefaultProjection, testMultiColOrderByWithIndexResultWithProjection, testMultiColOrderByWithMultiIndexResultDefaultProjection, testMultiColOrderByWithMultiIndexResultProjection, testOrderByForUndefined, testOrderByWithColumnAlias_Bug52041_1, testOrderByWithColumnAlias_Bug52041_2, testOrderByWithIndexResultDefaultProjection, testOrderByWithIndexResultWithProjection, testOrderByWithNullValuesUseIndexpublic Region createRegion(java.lang.String regionName, java.lang.Class valueConstraint)
createRegion in class OrderByTestImplementationpublic Index createIndex(java.lang.String indexName, IndexType indexType, java.lang.String indexedExpression, java.lang.String fromClause) throws IndexInvalidException, IndexNameConflictException, IndexExistsException, RegionNotFoundException, java.lang.UnsupportedOperationException
createIndex in class OrderByTestImplementationIndexInvalidExceptionIndexNameConflictExceptionIndexExistsExceptionRegionNotFoundExceptionjava.lang.UnsupportedOperationExceptionpublic Index createIndex(java.lang.String indexName, java.lang.String indexedExpression, java.lang.String regionPath) throws IndexInvalidException, IndexNameConflictException, IndexExistsException, RegionNotFoundException, java.lang.UnsupportedOperationException
createIndex in class OrderByTestImplementationIndexInvalidExceptionIndexNameConflictExceptionIndexExistsExceptionRegionNotFoundExceptionjava.lang.UnsupportedOperationExceptionpublic boolean assertIndexUsedOnQueryNode()
assertIndexUsedOnQueryNode in class OrderByTestImplementationpublic void testBug()
throws java.lang.Exception
java.lang.Exceptionpublic void testOrderedResultsPartitionedRegion_Bug43514_1()
throws java.lang.Exception
java.lang.Exceptionpublic void testOrderedResultsPartitionedRegion_Bug43514_2()
throws java.lang.Exception
java.lang.Exceptionpublic void testOrderByWithNullValues()
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String[] getQueriesForOrderByWithNullValues()
getQueriesForOrderByWithNullValues in class OrderByTestImplementationpublic java.lang.String[] getQueriesForLimitNotAppliedIfOrderByNotUsingIndex()
getQueriesForLimitNotAppliedIfOrderByNotUsingIndex in class OrderByTestImplementationpublic java.lang.String[] getQueriesForMultiColOrderByWithIndexResultWithProjection()
getQueriesForMultiColOrderByWithIndexResultWithProjection in class OrderByTestImplementationpublic java.lang.String[] getQueriesForMultiColOrderByWithMultiIndexResultProjection()
getQueriesForMultiColOrderByWithMultiIndexResultProjection in class OrderByTestImplementation