Uses of Class
nl.gx.webmanager.services.contentindex.queue.api.IndexQueueException
-
Packages that use IndexQueueException Package Description nl.gx.webmanager.services.contentindex.queue.api -
-
Uses of IndexQueueException in nl.gx.webmanager.services.contentindex.queue.api
Methods in nl.gx.webmanager.services.contentindex.queue.api that throw IndexQueueException Modifier and Type Method Description void
IndexQueue. addToQueue(Object entity, IndexQueueAction action)
Adds an entity to the index queue.void
IndexQueue. cleanUpIndexQueue()
Cleans up items in the queue that have already been processed by all nodes in the cluster.List<T>
ContentDomainEnumerator. getEnumeration(String bookmark, int limit)
Returns an enumeration of content.void
IndexQueue. pollIndexQueue()
Polls the index queue for queued events.void
IndexQueue. reIndex()
Schedules a re-index of all content.void
IndexQueue. reIndex(List<ContentDomain<?>> contentDomains)
Schedules a re-index of one or more specific content domains.
-