Uses of Class
com.atlassian.confluence.core.persistence.hibernate.HibernateHandle
Packages that use HibernateHandle
Package
Description
-
Uses of HibernateHandle in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type HibernateHandleModifier and TypeMethodDescriptionSearchableDao.getLatestSearchableHandles
(Class<? extends Searchable> clazz) Finds a list of handles for the specified class.SearchableDao.getLatestSearchableHandles
(Class<? extends Searchable> clazz, Optional<String> spaceKey) SearchableDao.getLatestSearchableHandlesGroupedByType()
Returns a list of latest searchable handles grouped by hibernate entity class.SearchableDao.getLatestSearchableHandlesGroupedByType
(Optional<String> spaceKey) -
Uses of HibernateHandle in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return HibernateHandleMethods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type HibernateHandleModifier and TypeMethodDescriptionHibernateSearchableDao.getLatestSearchableHandles
(Class<? extends Searchable> clazz) HibernateSearchableDao.getLatestSearchableHandles
(Class<? extends Searchable> clazz, Optional<String> spaceKeyOptional) HibernateSearchableDao.getLatestSearchableHandlesGroupedByType()
HibernateSearchableDao.getLatestSearchableHandlesGroupedByType
(Optional<String> spaceKey) -
Uses of HibernateHandle in com.atlassian.confluence.index
Methods in com.atlassian.confluence.index that return types with arguments of type HibernateHandleConstructor parameters in com.atlassian.confluence.index with type arguments of type HibernateHandleModifierConstructorDescriptionReIndexSpec
(SearchQuery deleteQuery, int concurrencyLevel, List<HibernateHandle> handles, String name) ReIndexSpec
(SearchQuery deleteQuery, int concurrencyLevel, List<HibernateHandle> handles, String name, boolean shouldOptimize) ReIndexSpec
(SearchQuery deleteQuery, int concurrencyLevel, List<HibernateHandle> handles, String name, boolean shouldOptimize, boolean resetJournal) -
Uses of HibernateHandle in com.atlassian.confluence.internal.index
Method parameters in com.atlassian.confluence.internal.index with type arguments of type HibernateHandleModifier and TypeMethodDescriptionConcurrentBatchIndexerExecutorServiceFactory.get
(List<HibernateHandle> handles, int threadCount) void
BatchIndexer.index
(List<HibernateHandle> handles, ReindexProgress progress) void
ConcurrentBatchIndexer.index
(List<HibernateHandle> handles, ReindexProgress progress) void
DefaultBatchIndexer.index
(List<HibernateHandle> handles, ReindexProgress progress) ConcurrentBatchIndexer.submitBatches
(ExecutorService executor, @Nullable List<HibernateHandle> handles, ReindexProgress progress) This method tries to work around a number of problems we have with rebuilding the index. -
Uses of HibernateHandle in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return types with arguments of type HibernateHandleModifier and TypeMethodDescriptionReIndexOption.getHandles
(SearchableDao dao) abstract List<HibernateHandle>
ReIndexOption.getHandles
(SearchableDao dao, Optional<String> spaceKey)