Uses of Interface
org.infinispan.util.logging.Log
-
Packages that use Log Package Description org.infinispan.encoding 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.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.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.reactive.publisher.impl 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.encoding
Fields in org.infinispan.encoding declared as Log Modifier and Type Field Description protected static LogProtostreamTranscoder. logger -
Uses of Log in org.infinispan.factories
Fields in org.infinispan.factories declared as Log Modifier and Type Field Description protected static LogAnyScopeComponentFactory. logMethods in org.infinispan.factories that return Log Modifier and Type Method Description protected abstract LogAbstractComponentRegistry. getLog()Deprecated.protected LogComponentRegistry. getLog()protected LogGlobalComponentRegistry. 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 LogImmutableLocalConfigurationStorage. logprotected static LogVolatileLocalConfigurationStorage. log -
Uses of Log in org.infinispan.interceptors.distribution
Methods in org.infinispan.interceptors.distribution that return Log Modifier and Type Method Description protected LogBaseDistributionInterceptor. getLog()protected LogL1LastChanceInterceptor. getLog()protected LogL1NonTxInterceptor. getLog()protected LogScatteredDistributionInterceptor. getLog()protected LogVersionedDistributionInterceptor. 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 LogBaseRpcInterceptor. getLog()protected abstract LogBaseStateTransferInterceptor. getLog()protected LogCacheWriterInterceptor. getLog()protected LogDistCacheWriterInterceptor. getLog()protected LogInvalidationInterceptor. getLog()protected LogPassivationWriterInterceptor. getLog()protected LogScatteredCacheWriterInterceptor. 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 LogAbstractLockingInterceptor. getLog()protected LogNonTransactionalLockingInterceptor. getLog()protected LogOptimisticLockingInterceptor. getLog()protected LogPessimisticLockingInterceptor. 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 LogBaseBackupInterceptor. logMethods in org.infinispan.interceptors.xsite that return Log Modifier and Type Method Description protected LogBaseBackupInterceptor. getLog() -
Uses of Log in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener that return Log Modifier and Type Method Description protected LogCacheNotifierImpl. getLog() -
Uses of Log in org.infinispan.notifications.cachemanagerlistener
Methods in org.infinispan.notifications.cachemanagerlistener that return Log Modifier and Type Method Description protected LogCacheManagerNotifierImpl. 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 LogAbstractListenerImpl. getLog() -
Uses of Log in org.infinispan.reactive.publisher.impl
Fields in org.infinispan.reactive.publisher.impl declared as Log Modifier and Type Field Description protected static LogClusterPublisherManagerImpl. logprotected static LogInnerPublisherSubscription. log -
Uses of Log in org.infinispan.remoting.inboundhandler
Methods in org.infinispan.remoting.inboundhandler that return Log Modifier and Type Method Description protected abstract LogBasePerCacheInboundInvocationHandler. getLog()protected LogNonTxPerCacheInboundInvocationHandler. getLog()protected LogTrianglePerCacheInboundInvocationHandler. getLog()protected LogTxPerCacheInboundInvocationHandler. getLog() -
Uses of Log in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport that return Log Modifier and Type Method Description LogAbstractDelegatingTransport. getLog()LogTransport. getLog() -
Uses of Log in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups declared as Log Modifier and Type Field Description static LogJGroupsTransport. logMethods in org.infinispan.remoting.transport.jgroups that return Log Modifier and Type Method Description LogJGroupsTransport. 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 LogScatteredVersionManagerImpl. log -
Uses of Log in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer that return Log Modifier and Type Method Description protected LogStateTransferInterceptor. getLog() -
Uses of Log in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl that return Log Modifier and Type Method Description protected abstract LogAbstractCacheStream. getLog()protected LogDistributedCacheStream. getLog()protected LogDistributedDoubleCacheStream. getLog()protected LogDistributedIntCacheStream. getLog()protected LogDistributedLongCacheStream. getLog() -
Uses of Log in org.infinispan.util.logging
Classes in org.infinispan.util.logging that implement Log Modifier and Type Class Description classLog_$loggerWarning this class consists of generated code.Fields in org.infinispan.util.logging declared as Log Modifier and Type Field Description static LogLog. CLUSTERstatic LogLog. CONFIGstatic LogLog. CONTAINERstatic LogLog. PERSISTENCEstatic LogLog. SECURITYstatic LogLog. XSITEMethods in org.infinispan.util.logging that return Log Modifier and Type Method Description static LogLogFactory. getLog(Class<?> clazz)
-