DocumentQueryClientInternal Class
- java.
lang. Object - com.
microsoft. azure. documentdb. DocumentQueryClientInternal
- com.
public 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 |
---|---|
DocumentServiceResponse | doQuery(DocumentServiceRequest request) |
DocumentServiceResponse | doReadFeed(DocumentServiceRequest request) |
CollectionCache | getCollectionCache() |
ExecutorService | getExecutorService() |
RoutingMapProvider | getPartitionKeyRangeCache() |
QueryCompatibilityMode | getQueryCompatiblityMode() |
QueryPartitionProvider | getQueryPartitionProvider() |
Feed |
readPartitionKeyRanges(String collectionLink, FeedOptions options) |
Feed |
readPartitionKeyRangesChangeFeed(String collectionLink, ChangeFeedOptions options) |
Constructor Details
DocumentQueryClientInternal
public DocumentQueryClientInternal(DocumentClient innerClient)
Parameters:
Method Details
doQuery
public DocumentServiceResponse doQuery(DocumentServiceRequest request)
Parameters:
doReadFeed
public DocumentServiceResponse doReadFeed(DocumentServiceRequest request)
Parameters:
getCollectionCache
public CollectionCache getCollectionCache()
getExecutorService
public ExecutorService getExecutorService()
getPartitionKeyRangeCache
public RoutingMapProvider getPartitionKeyRangeCache()
getQueryCompatiblityMode
public QueryCompatibilityMode getQueryCompatiblityMode()
getQueryPartitionProvider
public QueryPartitionProvider getQueryPartitionProvider()
readPartitionKeyRanges
public FeedResponse
Parameters:
readPartitionKeyRangesChangeFeed
public FeedResponse
Parameters:
Applies to
Azure SDK for Java