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 EventContextAbstractIndexModel.eventContext()final EventContextAbstractIndexNode.eventContext()IndexIdentifier.eventContext()final EventContextAbstractIndexField.relativeEventContext()final EventContextAbstractIndexRoot.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 EventContextAbstractSearchIndexScope.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 EventContextEventContexts.defaultBackend()static EventContextEventContexts.defaultContext()static EventContextEventContexts.fromAnalyzer(String analyzerName) static EventContextEventContexts.fromBackendName(String name) static EventContextEventContexts.fromCharFilter(String charFilterName) static EventContextEventContexts.fromFieldTemplateAbsolutePath(String templateAbsolutePath) static EventContextEventContexts.fromIndexFieldAbsolutePath(String absolutePath) static EventContextEventContexts.fromIndexFieldAbsolutePaths(List<String> absolutePaths) static EventContextEventContexts.fromIndexName(String name) static EventContextEventContexts.fromIndexNameAndShardId(String name, Optional<String> shardId) static EventContextEventContexts.fromIndexNames(String... indexNames) static EventContextEventContexts.fromIndexNames(Set<String> indexNames) static EventContextEventContexts.fromNormalizer(String normalizerName) static EventContextEventContexts.fromShardId(String shardId) static EventContextEventContexts.fromTokenFilter(String tokenFilterName) static EventContextEventContexts.fromTokenizer(String tokenizerName) static EventContextstatic EventContextEventContexts.fromType(MappableTypeModel typeModel) static EventContextEventContexts.indexSchemaIdentifier()static EventContextEventContexts.indexSchemaRoot()static EventContextMethods 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 EventContextAbstractMultiIndexSearchIndexNodeContext.eventContext()MultiIndexSearchIndexIdentifierContext.eventContext()protected final EventContextAbstractMultiIndexSearchIndexNodeContext.indexesEventContext()final EventContextAbstractMultiIndexSearchIndexNodeContext.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 EventContextPojoEventContexts.fromAnnotation(Annotation annotation) static EventContextPojoEventContexts.fromAnnotationType(Class<? extends Annotation> annotationType) static EventContextPojoEventContexts.fromConstructor(PojoConstructorModel<?> constructor) static EventContextPojoEventContexts.fromMethodParameter(PojoMethodParameterModel<?> parameter) static EventContextPojoEventContexts.fromPath(PojoModelPath unboundPath) static EventContextPojoEventContexts.fromType(PojoRawTypeIdentifier<?> typeIdentifier) static EventContextPojoEventContexts.fromType(PojoRawTypeModel<?> typeModel) static EventContextPojoEventContexts.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 EventContextEventContext.concat(EventContext first, EventContext... others) static EventContextEventContext.create(EventContextElement firstElement, EventContextElement... otherElements) Methods in org.hibernate.search.util.common.reporting with parameters of type EventContextModifier and TypeMethodDescriptionEventContext.append(EventContext other) static EventContextEventContext.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