public interface IAdminDatabaseCommands
Modifier and Type | Method and Description |
---|---|
RavenJObject |
getDatabaseConfiguration()
Gets configuration for current database.
|
String |
getIndexingStatus()
Get the indexing status
|
void |
startIndexing()
Enables indexing
|
void |
startIndexing(Integer maxNumberOfParallelIndexTasks)
Enables indexing
|
void |
stopIndexing()
Disables all indexing
|
void stopIndexing()
void startIndexing()
void startIndexing(Integer maxNumberOfParallelIndexTasks)
maxNumberOfParallelIndexTasks
- If set then maximum number of parallel indexing tasks will be set to this value.String getIndexingStatus()
RavenJObject getDatabaseConfiguration()
Copyright © 2016. All Rights Reserved.