DocumentQueryClientInternal Class   
	- java.lang. Object 
- com.microsoft. azure. documentdb. DocumentQueryClientInternal 
 
- com.
public final class DocumentQueryClientInternal
Provides methods to do query in the Azure Cosmos DB database service.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DocumentQueryClientInternal(DocumentClient innerClient) | ||
Method Summary
| Modifier and Type | Method and Description | 
|---|---|
| com.microsoft.azure.documentdb.internal.DocumentServiceResponse | doQuery(DocumentServiceRequest request) | 
| com.microsoft.azure.documentdb.internal.DocumentServiceResponse | doReadFeed(DocumentServiceRequest request) | 
| com.microsoft.azure.documentdb.internal.routing.CollectionCache | getCollectionCache() | 
| java.util.concurrent.ExecutorService | getExecutorService() | 
| com.microsoft.azure.documentdb.internal.routing.RoutingMapProvider | getPartitionKeyRangeCache() | 
| com.microsoft.azure.documentdb.internal.QueryCompatibilityMode | getQueryCompatiblityMode() | 
| com.microsoft.azure.documentdb.internal.query.QueryPartitionProvider | getQueryPartitionProvider() | 
| Feed | readPartitionKeyRanges(String collectionLink, FeedOptions options) | 
| Feed | readPartitionKeyRangesChangeFeed(String collectionLink, ChangeFeedOptions options) | 
Methods inherited from java.lang.Object
Constructor Details
DocumentQueryClientInternal
public DocumentQueryClientInternal(DocumentClient innerClient)
Parameters:
Method Details
doQuery
public DocumentServiceResponse doQuery(DocumentServiceRequest request)
Parameters:
Throws:
doReadFeed
public DocumentServiceResponse doReadFeed(DocumentServiceRequest request)
Parameters:
Throws:
getCollectionCache
public CollectionCache getCollectionCache()
getExecutorService
public ExecutorService getExecutorService()
getPartitionKeyRangeCache
public RoutingMapProvider getPartitionKeyRangeCache()
getQueryCompatiblityMode
public QueryCompatibilityMode getQueryCompatiblityMode()
getQueryPartitionProvider
public QueryPartitionProvider getQueryPartitionProvider()
readPartitionKeyRanges
public FeedResponse<PartitionKeyRange> readPartitionKeyRanges(String collectionLink, FeedOptions options)
Parameters:
readPartitionKeyRangesChangeFeed
public FeedResponse<PartitionKeyRange> readPartitionKeyRangesChangeFeed(String collectionLink, ChangeFeedOptions options)
Parameters: