@MessageLogger(projectCode="HHH")
public interface InfinispanMessageLogger
extends org.jboss.logging.BasicLogger
MessageLogger
for the hibernate-infinispan module. It reserves message ids ranging from
25001 to 30000 inclusively.Modifier and Type | Interface and Description |
---|---|
static class |
InfinispanMessageLogger.Provider |
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
@Message(value="Pending-puts cache must not be clustered!", id=25001) CacheException pendingPutsMustNotBeClustered()
@Message(value="Pending-puts cache must not be transactional!", id=25002) CacheException pendingPutsMustNotBeTransactional()
@LogMessage(level=WARN) @Message(value="Pending-puts cache configuration should be a template.", id=25003) void pendingPutsShouldBeTemplate()
@Message(value="Pending-puts cache must have expiration.max-idle set", id=25004) CacheException pendingPutsMustHaveMaxIdle()
@LogMessage(level=WARN) @Message(value="Property \'hibernate.cache.infinispan.use_synchronization\' is deprecated; 2LC with transactional cache must always use synchronizations.", id=25005) void propertyUseSynchronizationDeprecated()
@LogMessage(level=ERROR) @Message(value="Custom cache configuration \'%s\' was requested for type %s but it was not found!", id=25006) void customConfigForTypeNotFound(java.lang.String cacheName, java.lang.String type)
@LogMessage(level=ERROR) @Message(value="Custom cache configuration \'%s\' was requested for region %s but it was not found - using configuration by type (%s).", id=25007) void customConfigForRegionNotFound(java.lang.String templateCacheName, java.lang.String regionName, java.lang.String type)
@Message(value="Timestamps cache must not use eviction!", id=25008) CacheException timestampsMustNotUseEviction()
@Message(value="Unable to start region factory", id=25009) CacheException unableToStart(@Cause java.lang.Throwable t)
@Message(value="Unable to create default cache manager", id=25010) CacheException unableToCreateCacheManager(@Cause java.lang.Throwable t)
@Message(value="Infinispan custom cache command factory not installed (possibly because the classloader where Infinispan lives couldn\'t find the Hibernate Infinispan cache provider)", id=25011) CacheException cannotInstallCommandFactory()
@LogMessage(level=WARN) @Message(value="Requesting TRANSACTIONAL cache concurrency strategy but the cache is not configured as transactional.", id=25012) void transactionalStrategyNonTransactionalCache()
@LogMessage(level=WARN) @Message(value="Requesting READ_WRITE cache concurrency strategy but the cache was configured as transactional.", id=25013) void readWriteStrategyTransactionalCache()
@LogMessage(level=WARN) @Message(value="Setting eviction on cache using tombstones can introduce inconsistencies!", id=25014) void evictionWithTombstones()
@LogMessage(level=ERROR) @Message(value="Failure updating cache in afterCompletion, will retry", id=25015) void failureInAfterCompletion(@Cause java.lang.Exception e)
@LogMessage(level=ERROR) @Message(value="Failed to end invalidating pending putFromLoad calls for key %s from region %s; the key won\'t be cached until invalidation expires.", id=25016) void failedEndInvalidating(java.lang.Object key, java.lang.String name)
@Message(value="Unable to retrieve CacheManager from JNDI [%s]", id=25017) CacheException unableToRetrieveCmFromJndi(java.lang.String jndiNamespace)
@LogMessage(level=WARN) @Message(value="Unable to release initial context", id=25018) void unableToReleaseContext(@Cause javax.naming.NamingException ne)
@LogMessage(level=WARN) @Message(value="Use non-transactional query caches for best performance!", id=25019) void useNonTransactionalQueryCache()
@LogMessage(level=ERROR) @Message(value="Unable to broadcast invalidations as a part of the prepare phase. Rolling back.", id=25020) void unableToRollbackInvalidationsDuringPrepare(@Cause java.lang.Throwable t)
@Message(value="Could not suspend transaction", id=25021) CacheException cannotSuspendTx(@Cause javax.transaction.SystemException se)
@Message(value="Could not resume transaction", id=25022) CacheException cannotResumeTx(@Cause java.lang.Exception e)
@Message(value="Unable to get current transaction", id=25023) CacheException cannotGetCurrentTx(@Cause javax.transaction.SystemException e)
@Message(value="Failed to invalidate pending putFromLoad calls for key %s from region %s", id=25024) CacheException failedInvalidatePendingPut(java.lang.Object key, java.lang.String regionName)
@LogMessage(level=ERROR) @Message(value="Failed to invalidate pending putFromLoad calls for region %s", id=25025) void failedInvalidateRegion(java.lang.String regionName)
@Message(value="Property \'hibernate.cache.infinispan.cachemanager\' not set", id=25026) CacheException propertyCacheManagerResourceNotSet()
@Message(value="Timestamp cache cannot be configured with invalidation", id=25027) CacheException timestampsMustNotUseInvalidation()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.