Uses of Class
org.hibernate.search.util.common.reporting.EventContext
Packages that use EventContext
Package
Description
-
Uses of EventContext in org.hibernate.search.backend.lucene.lowlevel.directory.spi
Methods in org.hibernate.search.backend.lucene.lowlevel.directory.spi that return EventContext -
Uses of EventContext in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi that return EventContext -
Uses of EventContext in org.hibernate.search.engine.backend.document.model.spi
Methods in org.hibernate.search.engine.backend.document.model.spi that return EventContextModifier and TypeMethodDescriptionfinal EventContext
AbstractIndexModel.eventContext()
final EventContext
AbstractIndexNode.eventContext()
IndexIdentifier.eventContext()
final EventContext
AbstractIndexField.relativeEventContext()
final EventContext
AbstractIndexRoot.relativeEventContext()
IndexIdentifier.relativeEventContext()
-
Uses of EventContext in org.hibernate.search.engine.backend.scope.spi
Methods in org.hibernate.search.engine.backend.scope.spi that return EventContextModifier and TypeMethodDescriptionAbstractSearchIndexScope.eventContext()
protected final EventContext
AbstractSearchIndexScope.indexesAndRootEventContext()
-
Uses of EventContext in org.hibernate.search.engine.backend.spi
Methods in org.hibernate.search.engine.backend.spi with parameters of type EventContextModifier and TypeMethodDescriptionBackendFactory.create
(EventContext eventContext, BackendBuildContext context, ConfigurationPropertySource propertySource) -
Uses of EventContext in org.hibernate.search.engine.reporting.spi
Methods in org.hibernate.search.engine.reporting.spi that return EventContextModifier and TypeMethodDescriptionstatic EventContext
EventContexts.defaultBackend()
static EventContext
EventContexts.defaultContext()
static EventContext
EventContexts.fromAnalyzer
(String analyzerName) static EventContext
EventContexts.fromBackendName
(String name) static EventContext
EventContexts.fromCharFilter
(String charFilterName) static EventContext
EventContexts.fromFieldTemplateAbsolutePath
(String templateAbsolutePath) static EventContext
EventContexts.fromIndexFieldAbsolutePath
(String absolutePath) static EventContext
EventContexts.fromIndexFieldAbsolutePaths
(List<String> absolutePaths) static EventContext
EventContexts.fromIndexName
(String name) static EventContext
EventContexts.fromIndexNameAndShardId
(String name, Optional<String> shardId) static EventContext
EventContexts.fromIndexNames
(String... indexNames) static EventContext
EventContexts.fromIndexNames
(Set<String> indexNames) static EventContext
EventContexts.fromNormalizer
(String normalizerName) static EventContext
EventContexts.fromShardId
(String shardId) static EventContext
EventContexts.fromTokenFilter
(String tokenFilterName) static EventContext
EventContexts.fromTokenizer
(String tokenizerName) static EventContext
static EventContext
EventContexts.fromType
(MappableTypeModel typeModel) static EventContext
EventContexts.indexSchemaIdentifier()
static EventContext
EventContexts.indexSchemaRoot()
static EventContext
Methods in org.hibernate.search.engine.reporting.spi with parameters of type EventContextModifier and TypeMethodDescriptionFailureCollector.withContext
(EventContext context) RootFailureCollector.withContext
(EventContext context) -
Uses of EventContext in org.hibernate.search.engine.search.common.spi
Methods in org.hibernate.search.engine.search.common.spi that return EventContextModifier and TypeMethodDescriptionfinal EventContext
AbstractMultiIndexSearchIndexNodeContext.eventContext()
MultiIndexSearchIndexIdentifierContext.eventContext()
protected final EventContext
AbstractMultiIndexSearchIndexNodeContext.indexesEventContext()
final EventContext
AbstractMultiIndexSearchIndexNodeContext.relativeEventContext()
MultiIndexSearchIndexIdentifierContext.relativeEventContext()
SearchIndexIdentifierContext.relativeEventContext()
SearchIndexNodeContext.relativeEventContext()
-
Uses of EventContext in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that return EventContext -
Uses of EventContext in org.hibernate.search.mapper.pojo.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi that return EventContextModifier and TypeMethodDescriptionstatic EventContext
PojoEventContexts.fromAnnotation
(Annotation annotation) static EventContext
PojoEventContexts.fromAnnotationType
(Class<? extends Annotation> annotationType) static EventContext
PojoEventContexts.fromConstructor
(PojoConstructorModel<?> constructor) static EventContext
PojoEventContexts.fromMethodParameter
(PojoMethodParameterModel<?> parameter) static EventContext
PojoEventContexts.fromPath
(PojoModelPath unboundPath) static EventContext
PojoEventContexts.fromType
(PojoRawTypeIdentifier<?> typeIdentifier) static EventContext
PojoEventContexts.fromType
(PojoRawTypeModel<?> typeModel) static EventContext
PojoEventContexts.projectionConstructor()
-
Uses of EventContext in org.hibernate.search.util.common
Methods in org.hibernate.search.util.common that return EventContextConstructors in org.hibernate.search.util.common with parameters of type EventContextModifierConstructorDescriptionSearchException
(String message, Throwable cause, EventContext context) SearchException
(String message, EventContext context) SearchException
(Throwable cause, EventContext context) -
Uses of EventContext in org.hibernate.search.util.common.reporting
Methods in org.hibernate.search.util.common.reporting that return EventContextModifier and TypeMethodDescriptionEventContext.append
(EventContext other) EventContext.append
(EventContextElement other) static EventContext
EventContext.concat
(EventContext first, EventContext... others) static EventContext
EventContext.create
(EventContextElement firstElement, EventContextElement... otherElements) Methods in org.hibernate.search.util.common.reporting with parameters of type EventContextModifier and TypeMethodDescriptionEventContext.append
(EventContext other) static EventContext
EventContext.concat
(EventContext first, EventContext... others) -
Uses of EventContext in org.hibernate.search.util.common.reporting.spi
Methods in org.hibernate.search.util.common.reporting.spi that return EventContext