Uses of Interface
org.infinispan.util.logging.Log
-
Packages that use Log Package Description org.infinispan.configuration.global EmbeddedCacheManager
configurationorg.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.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.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.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.server.core.dataconversion org.infinispan.server.core.dataconversion.json org.infinispan.statetransfer Transfer of state to new caches in a cluster.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.factories
Fields in org.infinispan.factories declared as Log Modifier and Type Field Description protected static Log
AbstractComponentFactory. log
Methods in org.infinispan.factories that return Log Modifier and Type Method Description protected abstract Log
AbstractComponentRegistry. getLog()
Deprecated.protected Log
ComponentRegistry. getLog()
protected Log
GlobalComponentRegistry. getLog()
-
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.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.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.server.core.dataconversion
Fields in org.infinispan.server.core.dataconversion declared as Log Modifier and Type Field Description protected static Log
JBossMarshallingTranscoder. logger
protected static Log
JsonTranscoder. logger
-
Uses of Log in org.infinispan.server.core.dataconversion.json
Fields in org.infinispan.server.core.dataconversion.json declared as Log Modifier and Type Field Description protected static Log
SecureTypeIdResolver. logger
-
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.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)
-