Package | Description |
---|---|
net.ravendb.client.connection |
Modifier and Type | Method and Description |
---|---|
Operation |
IDatabaseCommands.deleteByIndex(java.lang.String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options)
Perform a set based deletes using the specified index.
|
Operation |
ServerClient.deleteByIndex(java.lang.String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options)
Perform a set based deletes using the specified index.
|
protected Operation |
ServerClient.directDeleteByIndex(OperationMetadata operationMetadata,
java.lang.String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options) |
protected Operation |
ServerClient.directUpdateByIndexImpl(OperationMetadata operationMetadata,
java.lang.String indexName,
IndexQuery queryToUpdate,
BulkOperationOptions options,
java.lang.String requestData,
HttpMethods method) |
Operation |
IDatabaseCommands.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests,
BulkOperationOptions options)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
Operation |
ServerClient.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests,
BulkOperationOptions options)
Perform a set based update using the specified index.
|
Operation |
IDatabaseCommands.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch,
BulkOperationOptions options)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
Operation |
ServerClient.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch,
BulkOperationOptions options)
Perform a set based update using the specified index.
|
Copyright © 2014. All Rights Reserved.