public final class DocumentQueryClientInternal extends Object
| Constructor and Description |
|---|
DocumentQueryClientInternal(DocumentClient innerClient) |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.documentdb.internal.DocumentServiceResponse |
doQuery(com.microsoft.azure.documentdb.internal.DocumentServiceRequest request) |
com.microsoft.azure.documentdb.internal.DocumentServiceResponse |
doReadFeed(com.microsoft.azure.documentdb.internal.DocumentServiceRequest request) |
com.microsoft.azure.documentdb.internal.routing.CollectionCache |
getCollectionCache() |
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() |
FeedResponse<PartitionKeyRange> |
readPartitionKeyRanges(String collectionLink,
FeedOptions options) |
FeedResponse<PartitionKeyRange> |
readPartitionKeyRangesChangeFeed(String collectionLink,
ChangeFeedOptions options) |
public DocumentQueryClientInternal(DocumentClient innerClient)
public com.microsoft.azure.documentdb.internal.QueryCompatibilityMode getQueryCompatiblityMode()
public com.microsoft.azure.documentdb.internal.routing.RoutingMapProvider getPartitionKeyRangeCache()
public FeedResponse<PartitionKeyRange> readPartitionKeyRangesChangeFeed(String collectionLink, ChangeFeedOptions options)
public FeedResponse<PartitionKeyRange> readPartitionKeyRanges(String collectionLink, FeedOptions options)
public com.microsoft.azure.documentdb.internal.DocumentServiceResponse doReadFeed(com.microsoft.azure.documentdb.internal.DocumentServiceRequest request)
throws DocumentClientException
DocumentClientExceptionpublic com.microsoft.azure.documentdb.internal.DocumentServiceResponse doQuery(com.microsoft.azure.documentdb.internal.DocumentServiceRequest request)
throws DocumentClientException
DocumentClientExceptionpublic com.microsoft.azure.documentdb.internal.routing.CollectionCache getCollectionCache()
public ExecutorService getExecutorService()
public com.microsoft.azure.documentdb.internal.query.QueryPartitionProvider getQueryPartitionProvider()
Copyright © 2018. All rights reserved.