Uses of Class
com.atlassian.confluence.core.persistence.hibernate.HibernateHandle
-
-
Uses of HibernateHandle in com.atlassian.confluence.core.persistence
Methods in com.atlassian.confluence.core.persistence that return types with arguments of type HibernateHandle Modifier and Type Method Description List<HibernateHandle>
SearchableDao. getLatestSearchableHandles(Class<? extends Searchable> clazz)
Finds a list of handles for the specified class.List<HibernateHandle>
SearchableDao. getLatestSearchableHandles(Class<? extends Searchable> clazz, Optional<String> spaceKey)
List<List<HibernateHandle>>
SearchableDao. getLatestSearchableHandlesGroupedByType()
Returns a list of latest searchable handles grouped by hibernate entity class.List<List<HibernateHandle>>
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 HibernateHandle Modifier and Type Method Description HibernateHandle
HibernateHandleResolver. getHandle(Object obj)
Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type HibernateHandle Modifier and Type Method Description List<HibernateHandle>
HibernateSearchableDao. getLatestSearchableHandles(Class<? extends Searchable> clazz)
List<HibernateHandle>
HibernateSearchableDao. getLatestSearchableHandles(Class<? extends Searchable> clazz, Optional<String> spaceKeyOptional)
List<List<HibernateHandle>>
HibernateSearchableDao. getLatestSearchableHandlesGroupedByType()
List<List<HibernateHandle>>
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 HibernateHandle Modifier and Type Method Description List<HibernateHandle>
ReIndexSpec. getHandles()
Constructor parameters in com.atlassian.confluence.index with type arguments of type HibernateHandle Constructor Description ReIndexSpec(SearchQuery deleteQuery, int concurrencyLevel, List<HibernateHandle> handles, String name)
ReIndexSpec(SearchQuery deleteQuery, int concurrencyLevel, List<HibernateHandle> handles, String name, boolean shouldOptimize)
-
Uses of HibernateHandle in com.atlassian.confluence.internal.index
Method parameters in com.atlassian.confluence.internal.index with type arguments of type HibernateHandle Modifier and Type Method Description ExecutorService
ConcurrentBatchIndexerExecutorServiceFactory. get(List<HibernateHandle> handles, int threadCount)
void
BatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress)
void
ConcurrentBatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress)
protected List<Future<?>>
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.internal.index.lucene
Method parameters in com.atlassian.confluence.internal.index.lucene with type arguments of type HibernateHandle Modifier and Type Method Description void
LuceneBatchIndexer. index(List<HibernateHandle> handles, ReindexProgress progress)
-
Uses of HibernateHandle in com.atlassian.confluence.search
Methods in com.atlassian.confluence.search that return types with arguments of type HibernateHandle Modifier and Type Method Description List<HibernateHandle>
ReIndexOption. getHandles(SearchableDao dao)
abstract List<HibernateHandle>
ReIndexOption. getHandles(SearchableDao dao, Optional<String> spaceKey)
-