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, testOrderByWithNullValuesUseIndex
public Region createRegion(java.lang.String regionName, java.lang.Class valueConstraint)
createRegion
in class OrderByTestImplementation
public 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 OrderByTestImplementation
IndexInvalidException
IndexNameConflictException
IndexExistsException
RegionNotFoundException
java.lang.UnsupportedOperationException
public 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 OrderByTestImplementation
IndexInvalidException
IndexNameConflictException
IndexExistsException
RegionNotFoundException
java.lang.UnsupportedOperationException
public boolean assertIndexUsedOnQueryNode()
assertIndexUsedOnQueryNode
in class OrderByTestImplementation
public void testBug() throws java.lang.Exception
java.lang.Exception
public void testOrderedResultsPartitionedRegion_Bug43514_1() throws java.lang.Exception
java.lang.Exception
public void testOrderedResultsPartitionedRegion_Bug43514_2() throws java.lang.Exception
java.lang.Exception
public void testOrderByWithNullValues() throws java.lang.Exception
java.lang.Exception
public java.lang.String[] getQueriesForOrderByWithNullValues()
getQueriesForOrderByWithNullValues
in class OrderByTestImplementation
public java.lang.String[] getQueriesForLimitNotAppliedIfOrderByNotUsingIndex()
getQueriesForLimitNotAppliedIfOrderByNotUsingIndex
in class OrderByTestImplementation
public java.lang.String[] getQueriesForMultiColOrderByWithIndexResultWithProjection()
getQueriesForMultiColOrderByWithIndexResultWithProjection
in class OrderByTestImplementation
public java.lang.String[] getQueriesForMultiColOrderByWithMultiIndexResultProjection()
getQueriesForMultiColOrderByWithMultiIndexResultProjection
in class OrderByTestImplementation