|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexService
The Interface IndexService.
| Method Summary | |
|---|---|
void |
indexDelete(java.lang.Class<?> clazz,
java.lang.String partitionId,
java.lang.String id)
Index delete. |
void |
indexDeleteFile(java.lang.String partitionId,
java.lang.Long id)
Index delete file. |
void |
indexDeleteInstance(java.lang.String partitionId,
java.lang.Long id)
Index delete instance. |
void |
indexDeleteReplica(java.lang.String partitionId,
java.lang.Long id)
Index delete replica. |
void |
indexDeleteTask(java.lang.String partitionId,
java.lang.String id)
Index delete task. |
void |
indexSave(java.lang.Class<?> clazz,
java.lang.String id)
Index save. |
void |
indexSave(java.lang.Object o)
Index save. |
void |
indexSaveFile(java.lang.Long id)
Index save file. |
void |
indexSaveInstance(java.lang.Long id)
Index save instance. |
void |
indexSaveProcessInstance(java.lang.String id)
Index save process instance. |
void |
indexSaveReplica(java.lang.Long id)
Index save replica. |
void |
indexSaveTask(java.lang.String id)
Index save task. |
boolean |
isIndexingEnabled()
Checks if is indexing enabled. |
void |
processQueue()
Process queue. |
void |
queueClear()
Queue clear. |
void |
queueIndexDelete(java.lang.Class<?> clazz,
java.lang.String partition,
java.lang.String id)
Queue index delete. |
void |
queueIndexDelete(java.lang.Object element)
Queue index delete. |
void |
queueIndexSave(java.lang.Class<?> clazz,
java.lang.String partition,
java.lang.String id)
Queue index save. |
void |
queueIndexSave(java.lang.Object element)
Queue index save. |
void |
queueIndexSave(java.lang.Object element,
boolean refresh)
Queue index save. |
void |
reindex(Partition p,
boolean tasks,
boolean instances,
boolean dms,
boolean replica)
Reindex. |
void |
reindexAll()
Reindex all. |
void |
reindexDms(Partition p)
Reindex dms. |
void |
reindexFrom(CloudFile file,
boolean content,
boolean recursive)
Reindex from. |
void |
reindexFrom(File file,
boolean content,
boolean recursive)
Reindex from. |
void |
reindexInstances(Partition p)
Reindex instances. |
void |
reindexReplica(Partition p)
Reindex replica. |
void |
reindexTasks(Partition p)
Reindex tasks. |
void |
runCrawler(int howMany)
Run crawler. |
void |
setIndexingEnabled(boolean indexingEnabled)
Sets the indexing enabled. |
| Method Detail |
|---|
boolean isIndexingEnabled()
void setIndexingEnabled(boolean indexingEnabled)
indexingEnabled - the new indexing enabled
void reindex(Partition p,
boolean tasks,
boolean instances,
boolean dms,
boolean replica)
p - the ptasks - the tasksinstances - the instancesdms - the dmsreplica - the replicavoid reindexAll()
void reindexInstances(Partition p)
p - the pvoid reindexDms(Partition p)
p - the pvoid reindexReplica(Partition p)
p - the pvoid reindexTasks(Partition p)
p - the pvoid indexSaveProcessInstance(java.lang.String id)
id - the idvoid indexSaveInstance(java.lang.Long id)
id - the idvoid indexSaveFile(java.lang.Long id)
id - the idvoid indexSaveReplica(java.lang.Long id)
id - the idvoid indexSaveTask(java.lang.String id)
id - the idvoid indexSave(java.lang.Object o)
o - the o
void indexSave(java.lang.Class<?> clazz,
java.lang.String id)
clazz - the clazzid - the id
void indexDeleteInstance(java.lang.String partitionId,
java.lang.Long id)
partitionId - the partition idid - the id
void indexDeleteFile(java.lang.String partitionId,
java.lang.Long id)
partitionId - the partition idid - the id
void indexDeleteReplica(java.lang.String partitionId,
java.lang.Long id)
partitionId - the partition idid - the id
void indexDeleteTask(java.lang.String partitionId,
java.lang.String id)
partitionId - the partition idid - the id
void indexDelete(java.lang.Class<?> clazz,
java.lang.String partitionId,
java.lang.String id)
clazz - the clazzpartitionId - the partition idid - the id
void reindexFrom(File file,
boolean content,
boolean recursive)
file - the filecontent - the contentrecursive - the recursive
void reindexFrom(CloudFile file,
boolean content,
boolean recursive)
file - the filecontent - the contentrecursive - the recursivevoid runCrawler(int howMany)
howMany - the how many
void queueIndexSave(java.lang.Class<?> clazz,
java.lang.String partition,
java.lang.String id)
clazz - the clazzpartition - the partitionid - the idvoid queueIndexSave(java.lang.Object element)
element - the element
void queueIndexSave(java.lang.Object element,
boolean refresh)
element - the elementrefresh - the refresh
void queueIndexDelete(java.lang.Class<?> clazz,
java.lang.String partition,
java.lang.String id)
clazz - the clazzpartition - the partitionid - the idvoid queueIndexDelete(java.lang.Object element)
element - the elementvoid processQueue()
void queueClear()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||