Package | Description |
---|---|
net.ravendb.client.connection |
Modifier and Type | Method and Description |
---|---|
Operation |
AdminServerClient.compactDatabase(String databaseName) |
Operation |
IGlobalAdminDatabaseCommands.compactDatabase(String databaseName)
Sends an async command to compact a database.
|
Operation |
IDatabaseCommands.deleteByIndex(String indexName,
IndexQuery queryToDelete)
Perform a set based deletes using the specified index
|
Operation |
ServerClient.deleteByIndex(String indexName,
IndexQuery queryToDelete) |
Operation |
IDatabaseCommands.deleteByIndex(String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options)
Perform a set based deletes using the specified index
|
Operation |
ServerClient.deleteByIndex(String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options) |
protected Operation |
ServerClient.directDeleteByIndex(OperationMetadata operationMetadata,
String indexName,
IndexQuery queryToDelete,
BulkOperationOptions options) |
protected Operation |
ServerClient.directUpdateByIndexImpl(OperationMetadata operationMetadata,
String indexName,
IndexQuery queryToUpdate,
BulkOperationOptions options,
String requestData,
HttpMethods method) |
Operation |
AdminServerClient.startRestore(DatabaseRestoreRequest restoreRequest) |
Operation |
IGlobalAdminDatabaseCommands.startRestore(DatabaseRestoreRequest restoreRequest)
Begins a restore operation
|
Operation |
IDatabaseCommands.updateByIndex(String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests)
Perform a set based update using the specified index
|
Operation |
ServerClient.updateByIndex(String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests) |
Operation |
IDatabaseCommands.updateByIndex(String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests,
BulkOperationOptions options)
Perform a set based update using the specified index
|
Operation |
ServerClient.updateByIndex(String indexName,
IndexQuery queryToUpdate,
PatchRequest[] patchRequests,
BulkOperationOptions options) |
Operation |
IDatabaseCommands.updateByIndex(String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch)
Perform a set based update using the specified index
|
Operation |
ServerClient.updateByIndex(String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch) |
Operation |
IDatabaseCommands.updateByIndex(String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch,
BulkOperationOptions options)
Perform a set based update using the specified index
|
Operation |
ServerClient.updateByIndex(String indexName,
IndexQuery queryToUpdate,
ScriptedPatchRequest patch,
BulkOperationOptions options) |
Modifier and Type | Method and Description |
---|---|
String |
IDatabaseCommands.putIndex(String name,
IndexDefinition definition,
boolean overwrite,
Reference<Operation> precomputeBatchOperation)
Creates an index with the specified name, based on an index definition
|
String |
ServerClient.putIndex(String name,
IndexDefinition definition,
boolean overwrite,
Reference<Operation> precomputeBatchOperation) |
Copyright © 2016. All Rights Reserved.