Uses of Interface
org.infinispan.util.logging.Log
-
Packages that use Log Package Description org.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.container.offheap org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.globalstate.impl org.infinispan.interceptors.base Base interceptors containing common, reusable behavior.org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.notifications.cachelistener Cache
-specific notifications and eventing.org.infinispan.notifications.cachemanagerlistener CacheManager
-specific notifications and eventing.org.infinispan.notifications.impl org.infinispan.persistence.factory org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.remoting.transport Transports handle the low-level networking, used by the remoting components.org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups.org.infinispan.scattered.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.stream.impl org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
-
Uses of Log in org.infinispan.configuration.global
Fields in org.infinispan.configuration.global declared as Log Modifier and Type Field Description static Log
GlobalAuthorizationConfigurationBuilder. log
-
Uses of Log in org.infinispan.container.offheap
Methods in org.infinispan.container.offheap that return Log Modifier and Type Method Description Log
BoundedOffHeapDataContainer. getLog()
Log
OffHeapDataContainer. getLog()
-
Uses of Log in org.infinispan.factories
Methods in org.infinispan.factories that return Log Modifier and Type Method Description protected abstract Log
AbstractComponentRegistry. getLog()
protected Log
ComponentRegistry. getLog()
protected Log
GlobalComponentRegistry. getLog()
-
Uses of Log in org.infinispan.globalstate.impl
Fields in org.infinispan.globalstate.impl declared as Log Modifier and Type Field Description protected static Log
ImmutableLocalConfigurationStorage. log
protected static Log
VolatileLocalConfigurationStorage. log
-
Uses of Log in org.infinispan.interceptors.base
Methods in org.infinispan.interceptors.base that return Log Modifier and Type Method Description protected Log
CommandInterceptor. getLog()
Deprecated. -
Uses of Log in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution that return Log Modifier and Type Method Description protected Log
BaseDistributionInterceptor. getLog()
protected Log
L1LastChanceInterceptor. getLog()
protected Log
L1NonTxInterceptor. getLog()
protected Log
ScatteredDistributionInterceptor. getLog()
protected Log
VersionedDistributionInterceptor. getLog()
-
Uses of Log in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl that return Log Modifier and Type Method Description protected abstract Log
BaseRpcInterceptor. getLog()
protected abstract Log
BaseStateTransferInterceptor. getLog()
protected Log
CacheWriterInterceptor. getLog()
protected Log
DistCacheWriterInterceptor. getLog()
protected Log
InvalidationInterceptor. getLog()
protected Log
PassivationWriterInterceptor. getLog()
protected Log
ScatteredCacheWriterInterceptor. getLog()
-
Uses of Log in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking that return Log Modifier and Type Method Description protected abstract Log
AbstractLockingInterceptor. getLog()
protected Log
NonTransactionalLockingInterceptor. getLog()
protected Log
OptimisticLockingInterceptor. getLog()
protected Log
PessimisticLockingInterceptor. getLog()
-
Uses of Log in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder that return Log Modifier and Type Method Description protected Log
TotalOrderDistributionInterceptor. getLog()
protected Log
TotalOrderStateTransferInterceptor. getLog()
protected Log
TotalOrderVersionedDistributionInterceptor. getLog()
-
Uses of Log in org.infinispan.interceptors.xsite
Fields in org.infinispan.interceptors.xsite declared as Log Modifier and Type Field Description protected static Log
BaseBackupInterceptor. log
Methods in org.infinispan.interceptors.xsite that return Log Modifier and Type Method Description protected Log
BaseBackupInterceptor. getLog()
-
Uses of Log in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener that return Log Modifier and Type Method Description protected Log
CacheNotifierImpl. getLog()
-
Uses of Log in org.infinispan.notifications.cachemanagerlistener
Methods in org.infinispan.notifications.cachemanagerlistener that return Log Modifier and Type Method Description protected Log
CacheManagerNotifierImpl. getLog()
-
Uses of Log in org.infinispan.notifications.impl
Methods in org.infinispan.notifications.impl that return Log Modifier and Type Method Description protected abstract Log
AbstractListenerImpl. getLog()
-
Uses of Log in org.infinispan.persistence.factory
Methods in org.infinispan.persistence.factory with parameters of type Log Modifier and Type Method Description static Class
ConfigurationForClassExtractor. getClassBasedOnConfigurationAnnotation(StoreConfiguration cfg, Log logger)
-
Uses of Log in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler that return Log Modifier and Type Method Description protected abstract Log
BasePerCacheInboundInvocationHandler. getLog()
protected Log
NonTotalOrderPerCacheInboundInvocationHandler. getLog()
protected Log
NonTotalOrderTxPerCacheInboundInvocationHandler. getLog()
protected Log
TotalOrderTxPerCacheInboundInvocationHandler. getLog()
protected Log
TrianglePerCacheInboundInvocationHandler. getLog()
-
Uses of Log in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport that return Log Modifier and Type Method Description Log
AbstractDelegatingTransport. getLog()
Log
Transport. getLog()
-
Uses of Log in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups that return Log Modifier and Type Method Description Log
JGroupsTransport. getLog()
-
Uses of Log in org.infinispan.scattered.impl
Fields in org.infinispan.scattered.impl declared as Log Modifier and Type Field Description protected static Log
ScatteredVersionManagerImpl. log
-
Uses of Log in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return Log Modifier and Type Method Description protected Log
StateTransferInterceptor. getLog()
-
Uses of Log in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as Log Modifier and Type Field Description protected static Log
ClusterStreamManagerImpl. log
Methods in org.infinispan.stream.impl that return Log Modifier and Type Method Description protected abstract Log
AbstractCacheStream. getLog()
protected Log
DistributedCacheStream. getLog()
protected Log
DistributedDoubleCacheStream. getLog()
protected Log
DistributedIntCacheStream. getLog()
protected Log
DistributedLongCacheStream. getLog()
-
Uses of Log in org.infinispan.util.logging
Classes in org.infinispan.util.logging that implement Log Modifier and Type Class Description class
Log_$logger
Warning this class consists of generated code.Fields in org.infinispan.util.logging declared as Log Modifier and Type Field Description static Log
LogFactory. CLUSTER
Methods in org.infinispan.util.logging that return Log Modifier and Type Method Description static Log
LogFactory. getLog(Class<?> clazz)
-