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 SecondLevelCacheLoggerstatic final Stringstatic final int -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidautoEvictingCollectionCache(String collectionInfo) voidautoEvictingCollectionCacheByRole(String collectionRole) voidcachedEntryExpired(Object key) voidvoidvoidcacheHitUnreadable(String regionName, Object key) voidvoidcachePutFromLoadFailedNonWritable(String regionName, AccessType accessType, Object key, Object value) voidcachePutFromLoadSkippedDueToMinimalPut(String regionName, AccessType accessType, Object key) voidcachingDataFromLoad(String regionName, AccessType accessType, Object key, Object value) voidcachingQueryResults(String regionName, long timestamp) voidcannotDefaultRegionFactory(int size) voidcheckingCachedQueryResults(String regionName) voidcheckingReadWriteItemReadability(long timestamp, Object version, long txTimestamp) voidcheckingReadWriteItemWriteability(long timestamp, Object version, long txTimestamp, Object newVersion) voidcheckingReadWriteLockWriteability(long timeout, long lockId, Object version, UUID sourceUuid, int multiplicity, long unlockTimestamp, long txTimestamp, Object newVersion) voidclearingCacheDataMap(String regionName) voiddomainDataRegionCreated(String regionName, CacheKeysFactory keyFactory) voidvoidevictingCollectionCache(String collectionInfo) voidvoidevictingEntityCache(String entityInfo) voidvoidevictingNaturalIdCache(String role) voidevictingQueryCacheRegion(String regionName) voidgeneratingCollectionAccess(String role, String accessType) voidgeneratingEntityAccess(String entityName, String accessType) voidgeneratingNaturalIdAccess(String role, String accessType) voidgettingCachedData(String regionName, AccessType accessType, Object key) voidinvalidatingSpace(String space, Long timestamp) voidlastUpdateTimestampForSpace(String space, Long lastUpdate, Long timestamp) voidlockingCacheItem(String regionName, AccessType accessType, Object key, long timeout, Object version) voidmissingCacheCreated(String regionName, String configurationPropertyToDisableKey, String configurationPropertyToDisableValue) voidvoidnonStandardSupportForAccessType(String regionName, String accessType, String regionFactoryClass) voidvoidpreInvalidatingSpace(String space, Long timestamp) voidvoidreadOnlyCachingMutableEntity(String entity) voidvoidregionFactory(String name) voidvoidsoftLockedCacheExpired(String regionName, Object key) voidunlockingCacheItem(String regionName, AccessType accessType, Object key) voidusingLegacyCacheName(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
-
regionFactory
@LogMessage(level=INFO) @Message(value="Second-level cache region factory [%s]", id=90001028) void regionFactory(String name) -
noRegionFactory
@LogMessage(level=DEBUG) @Message(value="Second-level cache disabled", id=90001029) void noRegionFactory() -
cannotDefaultRegionFactory
@LogMessage(level=DEBUG) @Message(value="Cannot default RegionFactory based on registered strategies as %s RegionFactory strategies were registered (explicitly set 'hibernate.cache.region.factory_class')", id=90001030) void cannotDefaultRegionFactory(int size) -
noDefaultRegionFactory
@LogMessage(level=DEBUG) @Message(value="Cannot default RegionFactory since no RegionFactory strategies were registered", id=90001031) void noDefaultRegionFactory() -
generatingEntityAccess
-
generatingCollectionAccess
-
generatingNaturalIdAccess
-
domainDataRegionCreated
@LogMessage(level=TRACE) @Message(value="DomainDataRegion created [%s]; key-factory = %s", id=90001035) void domainDataRegionCreated(String regionName, CacheKeysFactory keyFactory) -
clearingCacheDataMap
@LogMessage(level=TRACE) @Message(value="Clearing cache data map [region='%s']", id=90001036) void clearingCacheDataMap(String regionName) -
gettingCachedData
@LogMessage(level=TRACE) @Message(value="Getting cached data from region ['%s' (%s)] by key [%s]", id=90001037) void gettingCachedData(String regionName, AccessType accessType, Object key) -
cacheMiss
-
cacheHit
-
cacheHitUnreadable
-
cachingDataFromLoad
@LogMessage(level=TRACE) @Message(value="Caching data from load [region='%s' (%s)] : key[%s] -> value[%s]", id=90001041) void cachingDataFromLoad(String regionName, AccessType accessType, Object key, Object value) -
cachePutFromLoadSkippedDueToMinimalPut
@LogMessage(level=TRACE) @Message(value="Cache put-from-load skipped due to minimal-put [region='%s' (%s), key='%s']", id=90001042) void cachePutFromLoadSkippedDueToMinimalPut(String regionName, AccessType accessType, Object key) -
cachePutFromLoadFailedNonWritable
@LogMessage(level=TRACE) @Message(value="Cache put-from-load [region='%s' (%s), key='%s', value='%s'] failed due to being non-writable", id=90001043) void cachePutFromLoadFailedNonWritable(String regionName, AccessType accessType, Object key, Object value) -
lockingCacheItem
@LogMessage(level=TRACE) @Message(value="Locking cache item [region='%s' (%s)] : '%s' (timeout=%s, version=%s)", id=90001044) void lockingCacheItem(String regionName, AccessType accessType, Object key, long timeout, Object version) -
unlockingCacheItem
@LogMessage(level=TRACE) @Message(value="Unlocking cache item [region='%s' (%s)] : %s", id=90001045) void unlockingCacheItem(String regionName, AccessType accessType, Object key) -
cachedEntryExpired
@LogMessage(level=TRACE) @Message(value="Cached entry expired: %s", id=90001046) void cachedEntryExpired(Object key) -
checkingReadWriteItemReadability
@LogMessage(level=TRACE) @Message(value="Checking readability of read-write cache item [timestamp='%s', version='%s'] : txTimestamp='%s'", id=90001047) void checkingReadWriteItemReadability(long timestamp, Object version, long txTimestamp) -
checkingReadWriteItemWriteability
-
checkingReadWriteLockWriteability
@LogMessage(level=TRACE) @Message(value="Checking writeability of read-write cache lock [timeout='%s', lockId='%s', version='%s', sourceUuid=%s, multiplicity='%s', unlockTimestamp='%s'] : txTimestamp='%s', newVersion='%s'", id=90001049) void checkingReadWriteLockWriteability(long timeout, long lockId, Object version, UUID sourceUuid, int multiplicity, long unlockTimestamp, long txTimestamp, Object newVersion)
-