Uses of Class
org.hibernate.search.util.common.reporting.EventContext
-
-
Uses of EventContext in org.hibernate.search.backend.elasticsearch.common.impl
Methods in org.hibernate.search.backend.elasticsearch.common.impl with parameters of type EventContext Modifier and Type Method Description voidDocumentIdHelper. checkTenantId(String tenantId, EventContext context)Check that the tenant id value is valid.voidDocumentIdHelper. checkTenantId(Set<String> tenantIds, EventContext context)Check that the set of tenant id values is valid. -
Uses of EventContext in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl that return EventContext Modifier and Type Method Description EventContextElasticsearchIndexRootBuilder. eventContext()Constructors in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type EventContext Constructor Description ElasticsearchIndexRootBuilder(ElasticsearchIndexFieldTypeFactoryProvider typeFactoryProvider, EventContext indexEventContext, BackendMapperContext backendMapperContext, IndexNames indexNames, String mappedTypeName, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping customIndexMapping, DynamicMapping dynamicMapping) -
Uses of EventContext in org.hibernate.search.backend.elasticsearch.document.model.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type EventContext Modifier and Type Method Description <T> ElasticsearchIndexValueField<? super T>ElasticsearchIndexValueField. withValueType(Class<T> expectedSubType, EventContext eventContext) -
Uses of EventContext in org.hibernate.search.backend.elasticsearch.impl
Methods in org.hibernate.search.backend.elasticsearch.impl with parameters of type EventContext Modifier and Type Method Description BackendImplementorElasticsearchBackendFactory. create(EventContext eventContext, BackendBuildContext buildContext, ConfigurationPropertySource propertySource) -
Uses of EventContext in org.hibernate.search.backend.elasticsearch.index.impl
Constructors in org.hibernate.search.backend.elasticsearch.index.impl with parameters of type EventContext Constructor Description IndexManagerBackendContext(ElasticsearchBackend backendAPI, EventContext eventContext, BackendThreads threads, ElasticsearchLink link, com.google.gson.Gson userFacingGson, MultiTenancyStrategy multiTenancyStrategy, IndexLayoutStrategy indexLayoutStrategy, TypeNameMapping typeNameMapping, FailureHandler failureHandler, TimingSource timingSource, ElasticsearchParallelWorkOrchestrator generalPurposeOrchestrator) -
Uses of EventContext in org.hibernate.search.backend.elasticsearch.logging.impl
-
Uses of EventContext in org.hibernate.search.backend.elasticsearch.reporting.impl
Methods in org.hibernate.search.backend.elasticsearch.reporting.impl that return EventContext Modifier and Type Method Description static EventContextElasticsearchEventContexts. fromAliasDefinition(String name)static EventContextElasticsearchEventContexts. fromAliasDefinitionAttribute(String name)static EventContextElasticsearchEventContexts. fromAnalysisDefinitionParameter(String parameterName)static EventContextElasticsearchEventContexts. fromCustomIndexMappingAttribute(String name)static EventContextElasticsearchEventContexts. fromCustomIndexSettingAttribute(String name)static EventContextElasticsearchEventContexts. fromFieldTemplateAttribute(String name)static EventContextElasticsearchEventContexts. fromMappingAttribute(String attributeName) -
Uses of EventContext in org.hibernate.search.backend.elasticsearch.types.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.impl that return EventContext Modifier and Type Method Description EventContextElasticsearchIndexFieldTypeBuildContext. getEventContext()EventContextElasticsearchIndexFieldTypeFactoryImpl. getEventContext()Constructors in org.hibernate.search.backend.elasticsearch.types.dsl.impl with parameters of type EventContext Constructor Description ElasticsearchIndexFieldTypeFactoryImpl(EventContext eventContext, BackendMapperContext backendMapperContext, com.google.gson.Gson userFacingGson, ElasticsearchDefaultFieldFormatProvider defaultFieldFormatProvider, IndexFieldTypeDefaultsProvider typeDefaultsProvider) -
Uses of EventContext in org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.provider.impl with parameters of type EventContext Modifier and Type Method Description ElasticsearchIndexFieldTypeFactoryElasticsearch56IndexFieldTypeFactoryProvider. create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider typeDefaultsProvider)ElasticsearchIndexFieldTypeFactoryElasticsearch7IndexFieldTypeFactoryProvider. create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider typeDefaultsProvider)ElasticsearchIndexFieldTypeFactoryElasticsearchIndexFieldTypeFactoryProvider. create(EventContext eventContext, BackendMapperContext backendMapperContext, IndexFieldTypeDefaultsProvider defaultsProvider) -
Uses of EventContext in org.hibernate.search.backend.lucene.document.model.dsl.impl
Methods in org.hibernate.search.backend.lucene.document.model.dsl.impl that return EventContext Modifier and Type Method Description EventContextLuceneIndexRootBuilder. eventContext()Constructors in org.hibernate.search.backend.lucene.document.model.dsl.impl with parameters of type EventContext Constructor Description LuceneIndexRootBuilder(EventContext indexEventContext, BackendMapperContext backendMapperContext, String mappedTypeName, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry) -
Uses of EventContext in org.hibernate.search.backend.lucene.document.model.impl
Methods in org.hibernate.search.backend.lucene.document.model.impl with parameters of type EventContext Modifier and Type Method Description <T> LuceneIndexValueField<? super T>LuceneIndexValueField. withValueType(Class<T> expectedSubType, EventContext eventContext) -
Uses of EventContext in org.hibernate.search.backend.lucene.impl
Methods in org.hibernate.search.backend.lucene.impl with parameters of type EventContext Modifier and Type Method Description BackendImplementorLuceneBackendFactory. create(EventContext eventContext, BackendBuildContext buildContext, ConfigurationPropertySource propertySource) -
Uses of EventContext in org.hibernate.search.backend.lucene.index.impl
Constructors in org.hibernate.search.backend.lucene.index.impl with parameters of type EventContext Constructor Description IndexManagerBackendContext(LuceneBackend backendAPI, EventContext eventContext, BackendThreads threads, org.apache.lucene.search.similarities.Similarity similarity, LuceneWorkFactory workFactory, MultiTenancyStrategy multiTenancyStrategy, LuceneIdReaderWriter idReaderWriter, TimingSource timingSource, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry, FailureHandler failureHandler, LuceneSyncWorkOrchestrator readOrchestrator) -
Uses of EventContext in org.hibernate.search.backend.lucene.logging.impl
-
Uses of EventContext in org.hibernate.search.backend.lucene.lowlevel.directory.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.directory.impl that return EventContext Modifier and Type Method Description EventContextDirectoryCreationContextImpl. eventContext()Constructors in org.hibernate.search.backend.lucene.lowlevel.directory.impl with parameters of type EventContext Constructor Description DirectoryCreationContextImpl(EventContext eventContext, String indexName, Optional<String> shardId, BeanResolver beanResolver, ConfigurationPropertySource configurationPropertySource) -
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 Modifier and Type Method Description EventContextDirectoryCreationContext. eventContext() -
Uses of EventContext in org.hibernate.search.backend.lucene.lowlevel.index.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.index.impl with parameters of type EventContext Modifier and Type Method Description IndexAccessorImplIOStrategy. createIndexAccessor(String indexName, EventContext eventContext, DirectoryHolder directoryHolder, IndexWriterConfigSource writerConfigSource)Constructors in org.hibernate.search.backend.lucene.lowlevel.index.impl with parameters of type EventContext Constructor Description IndexAccessorImpl(EventContext eventContext, DirectoryHolder directoryHolder, IndexWriterProvider indexWriterProvider, IndexReaderProvider indexReaderProvider) -
Uses of EventContext in org.hibernate.search.backend.lucene.lowlevel.writer.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.writer.impl with parameters of type EventContext Modifier and Type Method Description static IndexWriterConfigSourceIndexWriterConfigSource. create(org.apache.lucene.search.similarities.Similarity similarity, org.apache.lucene.analysis.Analyzer analyzer, ConfigurationPropertySource propertySource, EventContext eventContext)static List<org.hibernate.search.backend.lucene.lowlevel.writer.impl.IndexWriterSettingValue<?>>IndexWriterSettings. extractAll(ConfigurationPropertySource propertySource, EventContext eventContext)Constructors in org.hibernate.search.backend.lucene.lowlevel.writer.impl with parameters of type EventContext Constructor Description IndexWriterDelegatorImpl(org.apache.lucene.index.IndexWriter delegate, EventContext eventContext, SimpleScheduledExecutor delayedCommitExecutor, TimingSource timingSource, int commitInterval, FailureHandler failureHandler, org.hibernate.search.backend.lucene.lowlevel.writer.impl.IndexWriterDelegatorImpl.DelayedCommitFailureHandler delayedCommitFailureHandler)IndexWriterProvider(String indexName, EventContext eventContext, DirectoryHolder directoryHolder, IndexWriterConfigSource configSource, TimingSource timingSource, int commitInterval, BackendThreads threads, FailureHandler failureHandler) -
Uses of EventContext in org.hibernate.search.backend.lucene.multitenancy.impl
Methods in org.hibernate.search.backend.lucene.multitenancy.impl with parameters of type EventContext Modifier and Type Method Description voidDiscriminatorMultiTenancyStrategy. checkTenantId(String tenantId, EventContext backendContext)voidDiscriminatorMultiTenancyStrategy. checkTenantId(Set<String> tenantIds, EventContext context)voidMultiTenancyStrategy. checkTenantId(String tenantId, EventContext backendContext)Check that the tenant id value is consistent with the strategy.voidMultiTenancyStrategy. checkTenantId(Set<String> tenantIds, EventContext context)Check that the set of tenant id values is valid.voidNoMultiTenancyStrategy. checkTenantId(String tenantId, EventContext backendContext)voidNoMultiTenancyStrategy. checkTenantId(Set<String> tenantIds, EventContext context) -
Uses of EventContext in org.hibernate.search.backend.lucene.orchestration.impl
Methods in org.hibernate.search.backend.lucene.orchestration.impl that return EventContext Modifier and Type Method Description EventContextIndexAccessorWorkExecutionContext. getEventContext()Constructors in org.hibernate.search.backend.lucene.orchestration.impl with parameters of type EventContext Constructor Description LuceneBatchedWorkProcessor(EventContext eventContext, IndexAccessor indexAccessor)LuceneParallelWorkOrchestratorImpl(String name, EventContext eventContext, IndexAccessor indexAccessor, BackendThreads threads) -
Uses of EventContext in org.hibernate.search.backend.lucene.types.dsl.impl
Methods in org.hibernate.search.backend.lucene.types.dsl.impl that return EventContext Modifier and Type Method Description EventContextLuceneIndexFieldTypeBuildContext. getEventContext()EventContextLuceneIndexFieldTypeFactoryImpl. getEventContext()Constructors in org.hibernate.search.backend.lucene.types.dsl.impl with parameters of type EventContext Constructor Description LuceneIndexFieldTypeFactoryImpl(EventContext eventContext, BackendMapperContext backendMapperContext, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexFieldTypeDefaultsProvider typeDefaultsProvider) -
Uses of EventContext in org.hibernate.search.backend.lucene.types.sort.impl
Methods in org.hibernate.search.backend.lucene.types.sort.impl that return EventContext Modifier and Type Method Description protected EventContextAbstractLuceneDocumentValueSort.AbstractBuilder. getEventContext() -
Uses of EventContext in org.hibernate.search.backend.lucene.work.impl
Methods in org.hibernate.search.backend.lucene.work.impl that return EventContext Modifier and Type Method Description EventContextIndexingWorkExecutionContext. getEventContext()EventContextIndexManagementWorkExecutionContext. getEventContext()EventContextReadWorkExecutionContext. getEventContext() -
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 Modifier and Type Method Description EventContextIndexSchemaBuildContext. 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 EventContext Modifier and Type Method Description EventContextAbstractIndexModel. eventContext()EventContextAbstractIndexNode. eventContext()EventContextIndexIdentifier. eventContext()EventContextAbstractIndexField. relativeEventContext()EventContextAbstractIndexRoot. relativeEventContext()EventContextIndexIdentifier. relativeEventContext() -
Uses of EventContext in org.hibernate.search.engine.backend.scope.spi
Methods in org.hibernate.search.engine.backend.scope.spi that return EventContext Modifier and Type Method Description EventContextAbstractSearchIndexScope. eventContext()protected EventContextAbstractSearchIndexScope. indexesAndRootEventContext() -
Uses of EventContext in org.hibernate.search.engine.backend.spi
Methods in org.hibernate.search.engine.backend.spi with parameters of type EventContext Modifier and Type Method Description BackendImplementorBackendFactory. create(EventContext eventContext, BackendBuildContext context, ConfigurationPropertySource propertySource) -
Uses of EventContext in org.hibernate.search.engine.logging.impl
-
Uses of EventContext in org.hibernate.search.engine.reporting.spi
Methods in org.hibernate.search.engine.reporting.spi that return EventContext Modifier and Type Method Description static 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 EventContextEventContexts. fromType(Object typeIdentifier)static EventContextEventContexts. fromType(MappableTypeModel typeModel)static EventContextEventContexts. indexSchemaIdentifier()static EventContextEventContexts. indexSchemaRoot()static EventContextEventContexts. singleton(Supplier<String> render)Methods in org.hibernate.search.engine.reporting.spi with parameters of type EventContext Modifier and Type Method Description ContextualFailureCollectorFailureCollector. withContext(EventContext context)ContextualFailureCollectorRootFailureCollector. 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 EventContext Modifier and Type Method Description EventContextAbstractMultiIndexSearchIndexNodeContext. eventContext()EventContextMultiIndexSearchIndexIdentifierContext. eventContext()protected EventContextAbstractMultiIndexSearchIndexNodeContext. indexesEventContext()EventContextAbstractMultiIndexSearchIndexNodeContext. relativeEventContext()EventContextMultiIndexSearchIndexIdentifierContext. relativeEventContext()EventContextSearchIndexIdentifierContext. relativeEventContext()EventContextSearchIndexNodeContext. relativeEventContext() -
Uses of EventContext in org.hibernate.search.mapper.orm.logging.impl
Methods in org.hibernate.search.mapper.orm.logging.impl with parameters of type EventContext Modifier and Type Method Description voidLog_$logger. failedToResolveStateRepresentation(String path, EventContext context, String causeMessage, Exception cause)voidLog. failedToResolveStateRepresentation(String path, EventContext context, String causeMessage, Exception cause) -
Uses of EventContext in org.hibernate.search.mapper.pojo.common.annotation.impl
Constructors in org.hibernate.search.mapper.pojo.common.annotation.impl with parameters of type EventContext Constructor Description SearchProcessingWithContextException(String message, Throwable cause, EventContext context) -
Uses of EventContext in org.hibernate.search.mapper.pojo.logging.impl
-
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 Modifier and Type Method Description EventContextMappingAnnotationProcessorContext. eventContext() -
Uses of EventContext in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl that return EventContext Modifier and Type Method Description EventContextConstructorMappingAnnotationProcessorContextImpl. eventContext()EventContextMethodParameterMappingAnnotationProcessorContextImpl. eventContext()EventContextPropertyMappingAnnotationProcessorContextImpl. eventContext()EventContextTypeMappingAnnotationProcessorContextImpl. eventContext() -
Uses of EventContext in org.hibernate.search.mapper.pojo.processing.building.impl
Methods in org.hibernate.search.mapper.pojo.processing.building.impl that return EventContext Modifier and Type Method Description EventContextPojoIndexedEmbeddedMappingElement. eventContext() -
Uses of EventContext in org.hibernate.search.mapper.pojo.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi that return EventContext Modifier and Type Method Description static 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.mapper.pojo.search.definition.binding.impl
Methods in org.hibernate.search.mapper.pojo.search.definition.binding.impl that return EventContext Modifier and Type Method Description EventContextProjectionConstructorBinder. eventContext() -
Uses of EventContext in org.hibernate.search.util.common
Methods in org.hibernate.search.util.common that return EventContext Modifier and Type Method Description EventContextSearchException. context()Constructors in org.hibernate.search.util.common with parameters of type EventContext Constructor Description SearchException(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.logging.impl
Constructors in org.hibernate.search.util.common.logging.impl with parameters of type EventContext Constructor Description EventContextFormatter(EventContext eventContext)EventContextNoPrefixFormatter(EventContext eventContext) -
Uses of EventContext in org.hibernate.search.util.common.reporting
Methods in org.hibernate.search.util.common.reporting that return EventContext Modifier and Type Method Description EventContextEventContext. append(EventContext 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 EventContext Modifier and Type Method Description EventContextEventContext. 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 Modifier and Type Method Description EventContextEventContextProvider. eventContext()
-