Interface Log

All Superinterfaces:
org.jboss.logging.BasicLogger
All Known Implementing Classes:
Log_$logger

@MessageLogger(projectCode="ISPN") @ValidIdRange(min=14501, max=14800) public interface Log extends org.jboss.logging.BasicLogger
Log abstraction for the search mapper module.
Since:
12.0
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    org.hibernate.search.util.common.SearchException
     
    org.hibernate.search.util.common.SearchException
     
    org.hibernate.search.util.common.SearchException
    invalidEntitySuperType(String entityName, Class<?> expectedSuperType, Class<?> actualJavaType)
     
    void
    logIndexStartupModeMismatch(String data, String index, String startupMode)
     
    org.hibernate.search.util.common.SearchException
    multipleEntityTypesWithSameName(String entityName, Class<?> previousType, Class<?> type)
     
    org.hibernate.search.util.common.SearchException
     
    org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException
     

    Methods inherited from interface org.jboss.logging.BasicLogger Link icon

    debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
  • Method Details Link icon

    • errorRetrievingTypeModel Link icon

      @Message(id=14501, value="Exception while retrieving the type model for '%1$s'.") org.hibernate.search.util.common.SearchException errorRetrievingTypeModel(@FormatWith(org.hibernate.search.util.common.logging.impl.ClassFormatter.class) Class<?> clazz, @Cause Exception cause)
    • multipleEntityTypesWithSameName Link icon

      @Message(id=14502, value="Multiple entity types configured with the same name '%1$s': '%2$s', '%3$s'") org.hibernate.search.util.common.SearchException multipleEntityTypesWithSameName(String entityName, Class<?> previousType, Class<?> type)
    • namedTypesNotSupported Link icon

      @Message(id=14503, value="Infinispan Search Mapper does not support named types. The type with name '%1$s' does not exist.") org.hibernate.search.util.common.SearchException namedTypesNotSupported(String name)
    • unableToLoadTheClass Link icon

      @Message(id=14504, value="Unable to load class [%1$s]") org.hibernate.search.engine.environment.classpath.spi.ClassLoadingException unableToLoadTheClass(String className, @Cause Throwable cause)
    • invalidEntityName Link icon

      @Message(id=14505, value="Unknown entity name: '%1$s'.") org.hibernate.search.util.common.SearchException invalidEntityName(String entityName)
    • invalidEntitySuperType Link icon

      @Message(id=14506, value="Invalid type for '%1$s': the entity type must extend '%2$s', but entity type '%3$s' does not.") org.hibernate.search.util.common.SearchException invalidEntitySuperType(String entityName, @FormatWith(org.hibernate.search.util.common.logging.impl.ClassFormatter.class) Class<?> expectedSuperType, @FormatWith(org.hibernate.search.util.common.logging.impl.ClassFormatter.class) Class<?> actualJavaType)
    • logIndexStartupModeMismatch Link icon

      @LogMessage(level=WARN) @Message(id=14507, value="Data is '%s', while indexes are '%s', in the meantime the index startup mode configuration is set to '%s': this setting could lead to some inconsistency between the indexes and the data in case of restarting the nodes.") void logIndexStartupModeMismatch(String data, String index, String startupMode)