Skip navigation links
B C D E F G I L M N O P R S T U V W 

B

badInputDocuments - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
The list of documents which were bad input format and caused failure.
BatchDeleter - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
BatchDeleter(String, DocumentClient, String, BulkDeleteQuerySpec) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchDeleter
 
BatchDeleter(String, DocumentClient, String, PartitionKeyDefinition, List<Pair<String, String>>) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchDeleter
 
BatchInserter - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
BatchInserter(String, List<List<String>>, DocumentClient, String, BulkImportStoredProcedureOptions, Integer, Integer) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
 
BatchUpdater - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
BatchUpdater(String, List<List<UpdateItem>>, DocumentClient, String, String) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
 
build() - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor.Builder
Instantiates DocumentBulkExecutor given the configured DocumentBulkExecutor.Builder.
builder() - Static method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor
Creates a new DocumentBulkExecutor.Builder instance
BulkDeleteFailure - Class in com.microsoft.azure.documentdb.bulkexecutor
 
BulkDeleteFailure() - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteFailure
 
BulkDeleteQuerySpec - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
BulkDeleteQuerySpec(String, String, String, SqlParameterCollection, int) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec
 
BulkDeleteResponse - Class in com.microsoft.azure.documentdb.bulkexecutor
 
BulkDeleteResponse(int, double, Duration, List<Exception>, List<BulkDeleteFailure>) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteResponse
 
BulkImportFailure - Class in com.microsoft.azure.documentdb.bulkexecutor
 
BulkImportFailure() - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.BulkImportFailure
 
BulkImportResponse - Class in com.microsoft.azure.documentdb.bulkexecutor
 
BulkImportStoredProcedureOptions - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
BulkImportStoredProcedureOptions(boolean, boolean, String, boolean) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
 
BulkImportStoredProcedureOptions(boolean, boolean, String, boolean, boolean, boolean) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
 
BulkUpdateFailure - Class in com.microsoft.azure.documentdb.bulkexecutor
 
BulkUpdateFailure() - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateFailure
 
BulkUpdateResponse - Class in com.microsoft.azure.documentdb.bulkexecutor
 

C

close() - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor
Releases any internal resources.
com.microsoft.azure.documentdb.bulkexecutor - package com.microsoft.azure.documentdb.bulkexecutor
 
com.microsoft.azure.documentdb.bulkexecutor.internal - package com.microsoft.azure.documentdb.bulkexecutor.internal
 
completed() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 
CongestionController - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
CongestionController(ListeningExecutorService, int, String, BatchOperator) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 
CongestionController(ListeningExecutorService, int, String, BatchOperator, Integer, Integer) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 

D

deleteAll(List<Pair<String, String>>) - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor
Executes a bulk delete in the Azure Cosmos DB database service.
disableAutomaticIdGeneration - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
 
DocumentAnalyzer - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
DocumentAnalyzer() - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.DocumentAnalyzer
 
DocumentBulkExecutor - Class in com.microsoft.azure.documentdb.bulkexecutor
 
DocumentBulkExecutor.Builder - Class in com.microsoft.azure.documentdb.bulkexecutor
 

E

enableBsonSchema - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
 
enableUpsert - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
 
ExceptionUtils - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
ExceptionUtils() - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
 
executeAll() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 
executeAllAsync() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 
executeDelete() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchDeleter
 
extractPartitionKeyValue(String, PartitionKeyDefinition) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.DocumentAnalyzer
Extracts effective PartitionKeyInternal from serialized document.

F

failed() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 
filterExpression - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec
Represents the query filter expression for the BulkDeleteQuerySpec
from(DocumentClient, String, String, PartitionKeyDefinition, int) - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor.Builder
Use the instance of DocumentClient to perform bulk operations in target DocumentCollection instance at specified allocated throughput.
fromPartitionKeyvalue(Object) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.DocumentAnalyzer
 

G

getBadInputDocuments() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse
Gets the list of bad input documents which caused failures.
getBadInputDocuments() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
 
getBulkDeleteFailureException() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteFailure
Gets the exception which led to the bulk delete failure
getBulkDeleteFailures() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchDeleter
Gets the list of failures during the bulk delete execution for the mini batch
getBulkImportFailureException() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportFailure
Gets the exception which led to the bulk import failure
getBulkUpdateFailureException() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateFailure
Gets the exception which led to the bulk update failure
getBulkUpdateFailures() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
 
getDegreeOfConcurrency() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 
getDocumentsFailedToImport() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportFailure
Gets the list of documents which were not successfully imported
getDocumentsFailedToImport() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
 
getDocumentsFailedToImportDueToSplits() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
 
getDocumentsFailedToUpdateDueToSplits() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
 
getErrors() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteResponse
Gets failure list if some documents failed to get deleted.
getErrors() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse
Gets failure list if some documents failed to get inserted.
getErrors() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse
Gets failure list if some documents failed to get updated.
getFailedDeletes() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteResponse
Gets the list of failures during the bulk delete execution
getFailedImports() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse
Gets the list of failed imports during the bulk import
getFailedUpdateItems() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateFailure
Gets the list of UpdateItems which were not successfully updated
getFailedUpdates() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse
Gets the list of updates which could not be completed along with the specific exceptions leading to the failures.
getFailures() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 
getId() - Method in class com.microsoft.azure.documentdb.bulkexecutor.UpdateItem
 
getNumberOfDocumentsDeleted() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteResponse
Gets number of documents successfully deleted.
getNumberOfDocumentsDeleted() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchDeleter
Gets the number of documents deleted by this batch deleter
getNumberOfDocumentsImported() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse
Gets number of documents successfully inserted.
getNumberOfDocumentsImported() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
 
getNumberOfDocumentsUpdated() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse
Gets number of documents successfully updated.
getNumberOfDocumentsUpdated() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
 
getPartitionKeyValue() - Method in class com.microsoft.azure.documentdb.bulkexecutor.UpdateItem
 
getPkIdTuplesFailedToDelete() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteFailure
Gets the list of PartitionKey and DocumentId tuples which could not be deleted in bulk
getThrottelingException(Exception) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
 
getTotalRequestUnitsConsumed() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteResponse
Gets the total request units consumed during the bulk delete.
getTotalRequestUnitsConsumed() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse
Gets the total request units consumed during the bulk import.
getTotalRequestUnitsConsumed() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse
 
getTotalRequestUnitsConsumed() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchDeleter
Gets the number of Request Units consumed by this batch deleter
getTotalRequestUnitsConsumed() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
 
getTotalRequestUnitsConsumed() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
 
getTotalTimeTaken() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteResponse
Gets the total time taken for bulk delete.
getTotalTimeTaken() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse
Gets the total time taken for bulk import.
getTotalTimeTaken() - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse
 
getUpdateOperations() - Method in class com.microsoft.azure.documentdb.bulkexecutor.UpdateItem
 

I

importAll(Collection<String>, boolean, boolean, Integer) - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor
Executes a bulk import in the Azure Cosmos DB database service.
importAll(Collection<String>, boolean, boolean, Integer, Integer, Integer, Integer) - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor
 
IncUpdateOperation - Class in com.microsoft.azure.documentdb.bulkexecutor
 
IncUpdateOperation(String, Double) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.IncUpdateOperation
 
isGone(DocumentClientException) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
 
isRunning() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 
isSplit(DocumentClientException) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
 
isThrottled(DocumentClientException) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
 
isTimedOut(DocumentClientException) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
 
isUnavailable(DocumentClientException) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
 

L

limit - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec
Represents the bulk import progress index

M

mergeAll(Collection<Document>, Integer) - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor
Executes a bulk update in the Azure Cosmos DB database service with given set of patch documents.
miniBatchExecutionCallableIterator() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
 
miniBatchExecutionCallableIterator() - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
 

N

numberOfDocumentsDeleted - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchDeleter
The count of documents bulk deleted by this batch deleted.
numberOfDocumentsImported - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
The count of documents bulk inserted by this batch inserter.
numberOfDocumentsUpdated - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
The count of documents bulk updated by this batch updater.

O

orderByExpression - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec
Represents the order by expression for the BulkDeleteQuerySpec

P

position - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier
 
PushUpdateOperation - Class in com.microsoft.azure.documentdb.bulkexecutor
 
PushUpdateOperation(String, Object[]) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.PushUpdateOperation
 

R

RemoveUpdateOperation<TValue> - Class in com.microsoft.azure.documentdb.bulkexecutor
 
RemoveUpdateOperation(String, TValue) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.RemoveUpdateOperation
 
rootSymbol - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec
Represents the bulk import progress index

S

setBulkDeleteFailureException(Exception) - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteFailure
Sets the exception which led to the bulk delete failure
setBulkImportFailureException(Exception) - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportFailure
Sets the exception which caused the bulk import failure
setBulkUpdateFailureException(Exception) - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateFailure
Sets the exception which caused the bulk update failure
setDocumentsFailedToImport(List<String>) - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkImportFailure
Sets the list of documents which were not successfully imported
setFailedUpdates(List<UpdateItem>) - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateFailure
Sets the list of UpdateItems which were not successfully updated
setPkIdTuplesFailedToDelete(List<Pair<String, String>>) - Method in class com.microsoft.azure.documentdb.bulkexecutor.BulkDeleteFailure
Sets the list of PartitionKey and DocumentId tuples which could not be deleted in bulk
setState(CongestionController.State) - Method in class com.microsoft.azure.documentdb.bulkexecutor.internal.CongestionController
 
SetUpdateOperation<TValue> - Class in com.microsoft.azure.documentdb.bulkexecutor
 
SetUpdateOperation(String, TValue) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.SetUpdateOperation
 
slice - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier
 
softStopOnBadRequest - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
 
softStopOnConflict - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
 
sqlParameterCollection - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkDeleteQuerySpec
Represents the the list of parameters for the SqlQuerySpec to be executed server side
systemCollectionId - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BulkImportStoredProcedureOptions
 

T

toException(Throwable) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
 
toRuntimeException(Exception) - Static method in class com.microsoft.azure.documentdb.bulkexecutor.internal.ExceptionUtils
 
totalRequestUnitsConsumed - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchDeleter
The total request units consumed by this batch deleter.
totalRequestUnitsConsumed - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchInserter
The total request units consumed by this batch inserter.
totalRequestUnitsConsumed - Variable in class com.microsoft.azure.documentdb.bulkexecutor.internal.BatchUpdater
The total request units consumed by this batch updater.
type - Variable in class com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase
 

U

UnsetUpdateOperation - Class in com.microsoft.azure.documentdb.bulkexecutor
 
UnsetUpdateOperation(String) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.UnsetUpdateOperation
 
updateAll(Collection<UpdateItem>, Integer) - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor
Executes a bulk update in the Azure Cosmos DB database service.
UpdateItem - Class in com.microsoft.azure.documentdb.bulkexecutor
 
UpdateItem(String, Object, List<UpdateOperationBase>) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.UpdateItem
 
UpdateModifier - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
UpdateModifier(UpdateModifierType) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifier
 
UpdateModifierType - Enum in com.microsoft.azure.documentdb.bulkexecutor.internal
 
UpdateOperation<TValue> - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
UpdateOperation(UpdateOperationType, String, TValue) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperation
 
UpdateOperationBase - Class in com.microsoft.azure.documentdb.bulkexecutor
 
UpdateOperationBase(UpdateOperationType) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.UpdateOperationBase
 
UpdateOperationType - Enum in com.microsoft.azure.documentdb.bulkexecutor.internal
 
UpdateOperationWithModifier<TValue> - Class in com.microsoft.azure.documentdb.bulkexecutor.internal
 
UpdateOperationWithModifier(UpdateOperationType, String, TValue, List<UpdateModifier>) - Constructor for class com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationWithModifier
 

V

valueOf(String) - Static method in enum com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateModifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.documentdb.bulkexecutor.internal.UpdateOperationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withInitializationRetryOptions(RetryOptions) - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor.Builder
Use the given retry options to apply to DocumentClient used in initialization of DocumentBulkExecutor.
withMaxMiniBatchSize(int) - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor.Builder
Use the given size to configure max mini-batch size (specific to bulk import API).
withMaxUpdateMiniBatchCount(int) - Method in class com.microsoft.azure.documentdb.bulkexecutor.DocumentBulkExecutor.Builder
Use the given count to configure max update mini-batch count (specific to bulk update API).
B C D E F G I L M N O P R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.