Package org.infinispan.query.logging
Interface Log
-
- All Superinterfaces:
org.jboss.logging.BasicLogger,org.infinispan.query.core.impl.Log
- All Known Implementing Classes:
Log_$logger
@MessageLogger(projectCode="ISPN") public interface Log extends org.infinispan.query.core.impl.LogLog abstraction for the query module. For this module, message ids ranging from 14001 to 14800 inclusively have been reserved.- Since:
- 5.0
- Author:
- Galder ZamarreƱo, Sanne Grinovero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyingChangeListLocally(List<org.hibernate.search.backend.LuceneWork> workList)voidapplyingChangeListRemotely(List<org.hibernate.search.backend.LuceneWork> workList)org.infinispan.commons.CacheExceptioncacheIsStoppingNoCommandAllowed(String cacheName)IllegalStateExceptioncannotRunLuceneQueriesIfNotIndexed(String cacheName)org.infinispan.commons.CacheConfigurationExceptionclassNotIndexable(String className)voidcommandsBackendInitialized(String indexName)voidcouldNotInstantiaterTransformerClass(Class<?> transformer, Exception e)org.infinispan.commons.CacheExceptionerrorAcquiringMassIndexerLock(Throwable e)org.infinispan.commons.CacheExceptionerrorReleasingMassIndexerLock(Throwable e)voidfailedToParseSystemProperty(String propertyName, Exception e)org.infinispan.commons.CacheExceptionfilterNotSupportedWithQueryString()voidflushingIndex(String entityType)org.infinispan.objectfilter.ParsingExceptiongetInvalidBooleanLiteralException(String value)org.infinispan.objectfilter.ParsingExceptiongetPrefixWildcardOrRegexpQueriesCannotBeFuzzy(String s)org.infinispan.commons.CacheExceptiongroupAggregationsNotSupported()voidignoreDirectoryProviderProperty(String indexName, String directoryOption)voidignoringBooleanQueryMaxClauseCount(String sysPropName, int maxClauseCount, int currentMaxClauseCount)voidindexingDocumentsCompleted(long doneCount, long elapsedMs)voidindexingEntitiesCompleted(long nbrOfEntities)voidinterruptedWhileBufferingWork(InterruptedException e)voidkeyClassNotFound(String keyClassName, Exception e)IllegalArgumentExceptionnotAnIndexedEntityException(String typeName)org.infinispan.commons.CacheExceptionnoTransformerForKey(String keyClassName)voidoverridingBooleanQueryMaxClauseCount(int maxClauseCount)voidpurgingIndex(String entityType)voidregisteringQueryInterceptor(String cacheName)voidsettingBooleanQueryMaxClauseCount(String sysPropName, int maxClauseCount)org.infinispan.commons.CacheExceptionsortNotSupportedWithQueryString()voidtypeIsUsingDefaultTransformer(Class<?> keyClass)org.infinispan.commons.CacheExceptionunableToResumeSuspendedTx(Transaction transaction, Throwable cause)org.infinispan.commons.CacheExceptionunableToSuspendTx(Throwable cause)org.infinispan.commons.CacheExceptionunexpectedIOException(IOException e)voidwaitingForLockAcquired(boolean waitForAvailabilityInternal)voidworkListRemotedTo(Object workList, org.infinispan.remoting.transport.Address primaryNodeAddress)-
Methods inherited from interface org.jboss.logging.BasicLogger
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
-
Methods inherited from interface org.infinispan.query.core.impl.Log
cannotHaveAggregationsInGroupByClause, expressionMustBePartOfAggregateFunctionOrShouldBeIncludedInGroupByClause, groupingAndAggregationQueriesMustUseProjections, multivaluedPropertyCannotBeProjected, multivaluedPropertyCannotBeUsedInGroupBy, multivaluedPropertyCannotBeUsedInOrderBy, partitionDegraded, queryMustNotUseGroupingOrAggregation
-
-
-
-
Field Detail
-
CONTAINER
static final Log CONTAINER
-
-
Method Detail
-
classNotIndexable
@Message(value="The configured entity class %s is not indexable. Please remove it from the indexing configuration.", id=404) org.infinispan.commons.CacheConfigurationException classNotIndexable(String className)
-
keyClassNotFound
@LogMessage(level=ERROR) @Message(value="Could not locate key class %s", id=14001) void keyClassNotFound(String keyClassName, @Cause Exception e)
-
couldNotInstantiaterTransformerClass
@LogMessage(level=ERROR) @Message(value="Cannot instantiate Transformer class %s", id=14002) void couldNotInstantiaterTransformerClass(Class<?> transformer, @Cause Exception e)
-
registeringQueryInterceptor
@LogMessage(level=INFO) @Message(value="Registering Query interceptor for cache %s", id=14003) void registeringQueryInterceptor(String cacheName)
-
commandsBackendInitialized
@LogMessage(level=DEBUG) @Message(value="Custom commands backend initialized backing index %s", id=14004) void commandsBackendInitialized(String indexName)
-
workListRemotedTo
@LogMessage(level=TRACE) @Message(value="Sent list of LuceneWork %s to node %s", id=14005) void workListRemotedTo(Object workList, org.infinispan.remoting.transport.Address primaryNodeAddress)
-
applyingChangeListLocally
@LogMessage(level=TRACE) @Message(value="Apply list of LuceneWork %s delegating to local indexing engine", id=14006) void applyingChangeListLocally(List<org.hibernate.search.backend.LuceneWork> workList)
-
applyingChangeListRemotely
@LogMessage(level=DEBUG) @Message(value="Going to ship list of LuceneWork %s to a remote master indexer", id=14007) void applyingChangeListRemotely(List<org.hibernate.search.backend.LuceneWork> workList)
-
ignoreDirectoryProviderProperty
@LogMessage(level=WARN) @Message(value="Index named \'%1$s\' is ignoring configuration option \'directory_provider\' set \'%2$s\': overridden to use the Infinispan Directory", id=14008) void ignoreDirectoryProviderProperty(String indexName, String directoryOption)
-
typeIsUsingDefaultTransformer
@LogMessage(level=WARN) @Message(value="Indexed type \'%1$s\' is using a default Transformer. This is slow! Register a custom implementation using @Transformable", id=14009) void typeIsUsingDefaultTransformer(Class<?> keyClass)
-
unexpectedIOException
@Message(value="An IOException happened where none where expected", id=14010) org.infinispan.commons.CacheException unexpectedIOException(@Cause IOException e)
-
interruptedWhileBufferingWork
@LogMessage(level=WARN) @Message(value="Some indexing work was lost because of an InterruptedException", id=14011) void interruptedWhileBufferingWork(@Cause InterruptedException e)
-
waitingForLockAcquired
@LogMessage(level=DEBUG) @Message(value="Waiting for index lock was successful: \'%1$s\'", id=14012) void waitingForLockAcquired(boolean waitForAvailabilityInternal)
-
cacheIsStoppingNoCommandAllowed
@Message(value="Cache named \'%1$s\' is being shut down. No longer accepting remote commands.", id=14013) org.infinispan.commons.CacheException cacheIsStoppingNoCommandAllowed(String cacheName)
-
indexingEntitiesCompleted
@LogMessage(level=INFO) @Message(value="Reindexed %1$d entities", id=14014) void indexingEntitiesCompleted(long nbrOfEntities)
-
indexingDocumentsCompleted
@LogMessage(level=INFO) @Message(value="%1$d documents indexed in %2$d ms", id=14015) void indexingDocumentsCompleted(long doneCount, long elapsedMs)
-
purgingIndex
@LogMessage(level=INFO) @Message(value="Purging instances of \'%s\' from the index", id=14016) void purgingIndex(String entityType)
-
flushingIndex
@LogMessage(level=INFO) @Message(value="Flushing index \'%s\'", id=14017) void flushingIndex(String entityType)
-
cannotRunLuceneQueriesIfNotIndexed
@Message(value="Cannot run Lucene queries on a cache \'%s\' that does not have indexing enabled", id=14019) IllegalStateException cannotRunLuceneQueriesIfNotIndexed(String cacheName)
-
notAnIndexedEntityException
@Message(value="The type %s is not an indexed entity.", id=14030) IllegalArgumentException notAnIndexedEntityException(String typeName)
-
unableToResumeSuspendedTx
@Message(value="Unable to resume suspended transaction %s", id=14033) org.infinispan.commons.CacheException unableToResumeSuspendedTx(Transaction transaction, @Cause Throwable cause)
-
unableToSuspendTx
@Message(value="Unable to suspend transaction", id=14034) org.infinispan.commons.CacheException unableToSuspendTx(@Cause Throwable cause)
-
getPrefixWildcardOrRegexpQueriesCannotBeFuzzy
@Message(value="Prefix, wildcard or regexp queries cannot be fuzzy: %s", id=14036) org.infinispan.objectfilter.ParsingException getPrefixWildcardOrRegexpQueriesCannotBeFuzzy(String s)
-
getInvalidBooleanLiteralException
@Message(value="Invalid boolean literal \'%s\'", id=14037) org.infinispan.objectfilter.ParsingException getInvalidBooleanLiteralException(String value)
-
groupAggregationsNotSupported
@Message(value="Queries containing groups or aggregations cannot be converted to an indexed query", id=14039) org.infinispan.commons.CacheException groupAggregationsNotSupported()
-
filterNotSupportedWithQueryString
@Message(value="Unable to define filters, please use filters in the query string instead.", id=14040) org.infinispan.commons.CacheException filterNotSupportedWithQueryString()
-
sortNotSupportedWithQueryString
@Message(value="Unable to define sort, please use sorting in the query string instead.", id=14041) org.infinispan.commons.CacheException sortNotSupportedWithQueryString()
-
noTransformerForKey
@Message(value="Cannot find an appropriate Transformer for key type %s. Indexing only works with entries keyed on Strings, primitives, byte[], UUID, classes that have the @Transformable annotation or classes for which you have defined a suitable Transformer in the indexing configuration. Alternatively, see org.infinispan.query.spi.SearchManagerImplementor.registerKeyTransformer.", id=14043) org.infinispan.commons.CacheException noTransformerForKey(String keyClassName)
-
failedToParseSystemProperty
@LogMessage(level=ERROR) @Message(value="Failed to parse system property %s", id=14044) void failedToParseSystemProperty(String propertyName, @Cause Exception e)
-
overridingBooleanQueryMaxClauseCount
@LogMessage(level=DEBUG) @Message(value="Overriding org.apache.lucene.search.BooleanQuery.setMaxClauseCount to value %d to be able to deserialize a larger BooleanQuery", id=14045) void overridingBooleanQueryMaxClauseCount(int maxClauseCount)
-
settingBooleanQueryMaxClauseCount
@LogMessage(level=INFO) @Message(value="Setting org.apache.lucene.search.BooleanQuery.setMaxClauseCount from system property %s to value %d", id=14046) void settingBooleanQueryMaxClauseCount(String sysPropName, int maxClauseCount)
-
ignoringBooleanQueryMaxClauseCount
@LogMessage(level=WARN) @Message(value="Ignoring system property %s because the value %d is smaller than the current value (%d) of org.apache.lucene.search.BooleanQuery.getMaxClauseCount()", id=14047) void ignoringBooleanQueryMaxClauseCount(String sysPropName, int maxClauseCount, int currentMaxClauseCount)
-
errorAcquiringMassIndexerLock
@Message(value="Error acquiring MassIndexer Lock", id=14048) org.infinispan.commons.CacheException errorAcquiringMassIndexerLock(@Cause Throwable e)
-
errorReleasingMassIndexerLock
@Message(value="Error releasing MassIndexer Lock", id=14049) org.infinispan.commons.CacheException errorReleasingMassIndexerLock(@Cause Throwable e)
-
-