Interface InfinispanMessageLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
- All Known Implementing Classes:
InfinispanMessageLogger_$logger
@MessageLogger(projectCode="HHH")
public interface InfinispanMessageLogger
extends org.jboss.logging.BasicLogger
The jboss-logging
MessageLogger for the hibernate-infinispan module. It reserves message ids ranging from
25001 to 30000 inclusively.- Author:
- Radim Vansa <rvansa@redhat.com>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.cache.CacheExceptioncannotGetCurrentTx(jakarta.transaction.SystemException e) org.hibernate.cache.CacheExceptionorg.hibernate.cache.CacheExceptionorg.hibernate.cache.CacheExceptioncannotSuspendTx(jakarta.transaction.SystemException se) voidconfigurationWithUnqualifiedName(String unqualifiedRegionName, String cacheName) voidcustomConfigForRegionNotFound(String templateCacheName, String regionName, String type) voidcustomConfigForTypeNotFound(String cacheName, String type) voiddeprecatedProperty(String deprecated, String alternative) voidvoidfailedEndInvalidating(Object key, org.infinispan.util.ByteString name) org.hibernate.cache.CacheExceptionfailedInvalidatePendingPut(Object key, String regionName) voidfailedInvalidateRegion(String regionName) voidfailureAfterTransactionCompletion(int index, boolean successful, Exception e) voidfailureBeforeTransactionCompletion(int index, Exception e) voidvoidignoringDeprecatedProperty(String deprecated) voidpendingPutsCacheAlreadyDefined(String pendingPutsName) org.hibernate.cache.CacheExceptionorg.hibernate.cache.CacheExceptionorg.hibernate.cache.CacheExceptionvoidorg.hibernate.cache.CacheExceptionvoidvoidvoidregionNameMatchesCacheName(String regionName, String regionName2, String regionName3) org.hibernate.cache.CacheExceptionorg.hibernate.cache.CacheExceptionvoidvoidorg.hibernate.cache.CacheExceptionvoidorg.hibernate.cache.CacheExceptionunableToRetrieveCmFromJndi(String jndiNamespace) voidorg.hibernate.cache.CacheExceptionvoidvoidusingUnqualifiedNameInConfiguration(String unqualifiedRegionName, String cacheName) 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
-
Method Details
-
pendingPutsMustNotBeClustered
@Message(value="Pending-puts cache must not be clustered!", id=25001) org.hibernate.cache.CacheException pendingPutsMustNotBeClustered() -
pendingPutsMustNotBeTransactional
@Message(value="Pending-puts cache must not be transactional!", id=25002) org.hibernate.cache.CacheException pendingPutsMustNotBeTransactional() -
pendingPutsShouldBeTemplate
@LogMessage(level=WARN) @Message(value="Pending-puts cache configuration should be a template.", id=25003) void pendingPutsShouldBeTemplate() -
pendingPutsMustHaveMaxIdle
@Message(value="Pending-puts cache must have expiration.max-idle set", id=25004) org.hibernate.cache.CacheException pendingPutsMustHaveMaxIdle() -
propertyUseSynchronizationDeprecated
@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() -
customConfigForTypeNotFound
-
customConfigForRegionNotFound
-
timestampsMustNotUseEviction
@Message(value="Timestamps cache must not use eviction!", id=25008) org.hibernate.cache.CacheException timestampsMustNotUseEviction() -
unableToStart
@Message(value="Unable to start region factory", id=25009) org.hibernate.cache.CacheException unableToStart(@Cause Throwable t) -
unableToCreateCacheManager
@Message(value="Unable to create default cache manager", id=25010) org.hibernate.cache.CacheException unableToCreateCacheManager(@Cause Throwable t) -
cannotInstallCommandFactory
@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) org.hibernate.cache.CacheException cannotInstallCommandFactory() -
transactionalStrategyNonTransactionalCache
@LogMessage(level=WARN) @Message(value="Requesting TRANSACTIONAL cache concurrency strategy but the cache is not configured as transactional.", id=25012) void transactionalStrategyNonTransactionalCache() -
readWriteStrategyTransactionalCache
@LogMessage(level=WARN) @Message(value="Requesting READ_WRITE cache concurrency strategy but the cache was configured as transactional.", id=25013) void readWriteStrategyTransactionalCache() -
evictionWithTombstones
@LogMessage(level=WARN) @Message(value="Setting eviction on cache using tombstones can introduce inconsistencies!", id=25014) void evictionWithTombstones() -
failureInAfterCompletion
@LogMessage(level=ERROR) @Message(value="Failure updating cache in afterCompletion, will retry", id=25015) void failureInAfterCompletion(@Cause Throwable e) -
failedEndInvalidating
@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(Object key, org.infinispan.util.ByteString name) -
unableToRetrieveCmFromJndi
@Message(value="Unable to retrieve CacheManager from JNDI [%s]", id=25017) org.hibernate.cache.CacheException unableToRetrieveCmFromJndi(String jndiNamespace) -
unableToReleaseContext
@LogMessage(level=WARN) @Message(value="Unable to release initial context", id=25018) void unableToReleaseContext(@Cause NamingException ne) -
useNonTransactionalQueryCache
@LogMessage(level=WARN) @Message(value="Use non-transactional query caches for best performance!", id=25019) void useNonTransactionalQueryCache() -
unableToRollbackInvalidationsDuringPrepare
@LogMessage(level=ERROR) @Message(value="Unable to broadcast invalidations as a part of the prepare phase. Rolling back.", id=25020) void unableToRollbackInvalidationsDuringPrepare(@Cause Throwable t) -
cannotSuspendTx
@Message(value="Could not suspend transaction", id=25021) org.hibernate.cache.CacheException cannotSuspendTx(@Cause jakarta.transaction.SystemException se) -
cannotResumeTx
@Message(value="Could not resume transaction", id=25022) org.hibernate.cache.CacheException cannotResumeTx(@Cause Exception e) -
cannotGetCurrentTx
@Message(value="Unable to get current transaction", id=25023) org.hibernate.cache.CacheException cannotGetCurrentTx(@Cause jakarta.transaction.SystemException e) -
failedInvalidatePendingPut
-
failedInvalidateRegion
@LogMessage(level=ERROR) @Message(value="Failed to invalidate pending putFromLoad calls for region %s", id=25025) void failedInvalidateRegion(String regionName) -
propertyCacheManagerResourceNotSet
@Message(value="Property \'hibernate.cache.infinispan.cachemanager\' not set", id=25026) org.hibernate.cache.CacheException propertyCacheManagerResourceNotSet() -
timestampsMustNotUseInvalidation
@Message(value="Timestamp cache cannot be configured with invalidation", id=25027) org.hibernate.cache.CacheException timestampsMustNotUseInvalidation() -
ignoringDeprecatedProperty
@LogMessage(level=WARN) @Message(value="Ignoring deprecated property \'%s\'", id=25028) void ignoringDeprecatedProperty(String deprecated) -
deprecatedProperty
-
transactionalConfigurationIgnored
@LogMessage(level=WARN) @Message(value="Transactional caches are not supported. The configuration option will be ignored; please unset.", id=25030) void transactionalConfigurationIgnored() -
pendingPutsCacheAlreadyDefined
@LogMessage(level=WARN) @Message(value="Configuration for pending-puts cache \'%s\' is already defined - another instance of SessionFactory was not closed properly.", id=25031) void pendingPutsCacheAlreadyDefined(String pendingPutsName) -
regionNameMatchesCacheName
-
usingUnqualifiedNameInConfiguration
-
configurationWithUnqualifiedName
-
failureBeforeTransactionCompletion
@LogMessage(level=ERROR) @Message(value="Operation #%d scheduled to complete before transaction completion failed", id=25035) void failureBeforeTransactionCompletion(int index, @Cause Exception e) -
failureAfterTransactionCompletion
@LogMessage(level=ERROR) @Message(value="Operation #%d scheduled after transaction completion failed (transaction successful? %s)", id=25036) void failureAfterTransactionCompletion(int index, boolean successful, @Cause Exception e)
-