boolean |
IndexerMBean.importIndex(String indexDirPath) |
|
boolean |
IndexerMBean.importIndex(String indexDirPath,
boolean ignoreLocalLock) |
|
boolean |
IndexerMBean.importIndex(String indexDirPath,
boolean ignoreLocalLock) |
|
void |
IndexStatsMBean.registerAsyncIndexer(String name,
long delayInSeconds) |
Starts a new background indexing task and registers the JMX MBeans for it
|
void |
IndexStatsMBean.registerAsyncIndexer(String name,
long delayInSeconds) |
Starts a new background indexing task and registers the JMX MBeans for it
|
void |
QueryEngineSettingsMBean.setQueryValidatorPattern(String key,
String pattern,
String comment,
boolean failQuery) |
Set or remove a query validator pattern.
|
void |
QueryEngineSettingsMBean.setQueryValidatorPattern(String key,
String pattern,
String comment,
boolean failQuery) |
Set or remove a query validator pattern.
|
void |
QueryEngineSettingsMBean.setQueryValidatorPattern(String key,
String pattern,
String comment,
boolean failQuery) |
Set or remove a query validator pattern.
|
void |
QueryEngineSettingsMBean.setQueryValidatorPattern(String key,
String pattern,
String comment,
boolean failQuery) |
Set or remove a query validator pattern.
|
void |
QueryEngineSettingsMBean.setStrictPathRestriction(String pathRestriction) |
Whether path restrictions of indexes (excludedPaths / includedPaths) are taken into account during query execution,
for Lucene indexes.
|
void |
IndexStatsMBean.splitIndexingTask(String paths,
String newIndexTaskName) |
Splits the current indexing tasks into 2, indexes that are passed in as
an input will have their 'async' property updated to
newIndexTaskName.
|
void |
IndexStatsMBean.splitIndexingTask(String paths,
String newIndexTaskName) |
Splits the current indexing tasks into 2, indexes that are passed in as
an input will have their 'async' property updated to
newIndexTaskName.
|
@NotNull CompositeData |
RepositoryManagementMBean.startDataStoreGC(boolean markOnly) |
Initiate a data store garbage collection operation
|