Package org.hibernate.cache.spi
Interface SecondLevelCacheLogger
- All Superinterfaces:
org.jboss.logging.BasicLogger
@MessageLogger(projectCode="HHH")
@ValidIdRange(min=90001001,
max=90002000)
@Internal
public interface SecondLevelCacheLogger
extends org.jboss.logging.BasicLogger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SecondLevelCacheLogger
static final String
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
autoEvictingCollectionCache
(String collectionInfo) void
autoEvictingCollectionCacheByRole
(String collectionRole) void
void
cachingQueryResults
(String regionName, long timestamp) void
checkingCachedQueryResults
(String regionName) void
void
evictingCollectionCache
(String collectionInfo) void
void
evictingEntityCache
(String entityInfo) void
void
evictingNaturalIdCache
(String role) void
evictingQueryCacheRegion
(String regionName) void
invalidatingSpace
(String space, Long timestamp) void
lastUpdateTimestampForSpace
(String space, Long lastUpdate, Long timestamp) void
missingCacheCreated
(String regionName, String configurationPropertyToDisableKey, String configurationPropertyToDisableValue) void
nonStandardSupportForAccessType
(String regionName, String accessType, String regionFactoryClass) void
preInvalidatingSpace
(String space, Long timestamp) void
void
readOnlyCachingMutableEntity
(String entity) void
void
void
softLockedCacheExpired
(String regionName, Object key) void
usingLegacyCacheName
(String currentName, String legacyName) 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
-
Field Details
-
LOGGER_NAME
- See Also:
-
L2CACHE_LOGGER
-
NAMESPACE
static final int NAMESPACE- See Also:
-
-
Method Details
-
attemptToStartAlreadyStartedCacheProvider
@LogMessage(level=WARN) @Message(value="Attempt to start an already-started RegionFactory, probably because a SessionFactory was not closed. Using previously created RegionFactory.", id=90001001) void attemptToStartAlreadyStartedCacheProvider() -
attemptToStopAlreadyStoppedCacheProvider
@LogMessage(level=WARN) @Message(value="Attempt to stop an already-stopped JCacheRegionFactory.", id=90001002) void attemptToStopAlreadyStoppedCacheProvider() -
readOnlyCachingMutableEntity
@LogMessage(level=WARN) @Message(value="Read-only caching was requested for mutable entity [%s]", id=90001003) void readOnlyCachingMutableEntity(String entity) -
readOnlyCachingMutableNaturalId
@LogMessage(level=WARN) @Message(value="Read-only caching was requested for entity [%s] with mutable natural id", id=90001004) void readOnlyCachingMutableNaturalId(String entity) -
softLockedCacheExpired
-
missingCacheCreated
@LogMessage(level=WARN) @Message(value="Missing cache region [%1$s] was created with provider-specific default policies. Explicitly configure the region and its policies, or disable this warning by setting \'%2$s\' to \'%3$s\'.", id=90001006) void missingCacheCreated(String regionName, String configurationPropertyToDisableKey, String configurationPropertyToDisableValue) -
usingLegacyCacheName
-
nonStandardSupportForAccessType
-
cachingQueryResults
@LogMessage(level=TRACE) @Message(value="Caching query results in region \'%s\' with timestamp %s", id=90001009) void cachingQueryResults(String regionName, long timestamp) -
checkingCachedQueryResults
@LogMessage(level=TRACE) @Message(value="Checking cached query results in region \'%s\'", id=90001010) void checkingCachedQueryResults(String regionName) -
queryResultsNotFound
@LogMessage(level=TRACE) @Message(value="Query results were not found in cache", id=90001011) void queryResultsNotFound() -
cachedQueryResultsStale
@LogMessage(level=TRACE) @Message(value="Cached query results were stale", id=90001012) void cachedQueryResultsStale() -
returningCachedQueryResults
@LogMessage(level=TRACE) @Message(value="Returning cached query results", id=90001014) void returningCachedQueryResults() -
evictingEntityCache
@LogMessage(level=TRACE) @Message(value="Evicting entity second-level cache: %s", id=90001015) void evictingEntityCache(String entityInfo) -
evictingEntityCacheByRole
@LogMessage(level=TRACE) @Message(value="Evicting entity second-level cache: %s", id=90001016) void evictingEntityCacheByRole(String role) -
evictingNaturalIdCache
@LogMessage(level=TRACE) @Message(value="Evicting natural id cache: %s", id=90001017) void evictingNaturalIdCache(String role) -
evictingCollectionCache
@LogMessage(level=TRACE) @Message(value="Evicting collection second-level cache: %s", id=90001018) void evictingCollectionCache(String collectionInfo) -
evictingCollectionCacheByRole
@LogMessage(level=TRACE) @Message(value="Evicting collection second-level cache: %s", id=90001019) void evictingCollectionCacheByRole(String role) -
autoEvictingCollectionCache
@LogMessage(level=TRACE) @Message(value="Auto-evicting collection from second-level cache: %s (since \'hibernate.cache.auto_evict_collection_cache\' is enabled)", id=90001025) void autoEvictingCollectionCache(String collectionInfo) -
autoEvictingCollectionCacheByRole
@LogMessage(level=TRACE) @Message(value="Auto-evicting collection from second-level cache: %s (since \'hibernate.cache.auto_evict_collection_cache\' is enabled)", id=90001026) void autoEvictingCollectionCacheByRole(String collectionRole) -
evictingQueryCacheRegion
@LogMessage(level=TRACE) @Message(value="Evicting query cache region: %s", id=90001020) void evictingQueryCacheRegion(String regionName) -
evictingAllQueryRegions
@LogMessage(level=TRACE) @Message(value="Evicting cache of all query regions", id=90001021) void evictingAllQueryRegions() -
preInvalidatingSpace
-
invalidatingSpace
-
lastUpdateTimestampForSpace
-