Package | Description |
---|---|
net.ravendb.client.connection |
Modifier and Type | Method and Description |
---|---|
Operation |
AdminServerClient.compactDatabase(java.lang.String databaseName) |
Operation |
IGlobalAdminDatabaseCommands.compactDatabase(java.lang.String databaseName)
Sends an async command to compact a database.
|
Operation |
IDatabaseCommands.deleteByIndex(java.lang.String indexName,
IndexQuery queryToDelete)
Perform a set based deletes using the specified index, not allowing the operation
if the index is stale
|
Operation |
ServerClient.deleteByIndex(java.lang.String indexName,
IndexQuery queryToDelete)
Perform a set based deletes using the specified index, not allowing the operation
if the index is stale
|
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 |
AdminServerClient.startRestore(DatabaseRestoreRequest restoreRequest) |
Operation |
IGlobalAdminDatabaseCommands.startRestore(DatabaseRestoreRequest restoreRequest)
Begins a restore operation
|
Operation |
IDatabaseCommands.updateByIndex(java.lang.String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests)
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)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
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)
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)
Perform a set based update using the specified index, not allowing the operation
if the index is stale
|
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.