Uses of Interface
org.infinispan.util.logging.Log

Packages that use Log
org.infinispan.distribution.ch   
org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.base Base interceptors containing common, reusable behavior. 
org.infinispan.interceptors.locking   
org.infinispan.notifications Notifications and eventing for listeners on both the Cache and CacheManager interfaces. 
org.infinispan.notifications.cachelistener Cache-specific notifications and eventing. 
org.infinispan.notifications.cachemanagerlistener CacheManager-specific notifications and eventing. 
org.infinispan.query.logging   
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.logging   
org.infinispan.spring Spring Infinispan - Shared classes. 
org.infinispan.spring.support   
org.infinispan.tools.schema   
org.infinispan.transaction.tm Infinispan's bare-bones internal transaction manager, used for batching calls as well as as a dummy, unit-test-only transaction manager. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Uses of Log in org.infinispan.distribution.ch
 

Methods in org.infinispan.distribution.ch that return Log
protected  Log TopologyAwareConsistentHash.getLog()
           
protected  Log DefaultConsistentHash.getLog()
           
protected  Log AbstractWheelConsistentHash.getLog()
           
 

Uses of Log in org.infinispan.factories
 

Methods in org.infinispan.factories that return Log
protected  Log GlobalComponentRegistry.getLog()
           
protected  Log ComponentRegistry.getLog()
           
protected abstract  Log AbstractComponentRegistry.getLog()
           
 

Uses of Log in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors that return Log
protected  Log VersionedReplicationInterceptor.getLog()
           
protected  Log VersionedEntryWrappingInterceptor.getLog()
           
protected  Log VersionedDistributionInterceptor.getLog()
           
protected  Log TxInterceptor.getLog()
           
protected  Log StateTransferLockInterceptor.getLog()
           
protected  Log ReplicationInterceptor.getLog()
           
protected  Log PassivationInterceptor.getLog()
           
protected  Log NotificationInterceptor.getLog()
           
protected  Log MarshalledValueInterceptor.getLog()
           
protected  Log IsMarshallableInterceptor.getLog()
           
protected  Log InvocationContextInterceptor.getLog()
           
protected  Log InvalidationInterceptor.getLog()
           
protected  Log EntryWrappingInterceptor.getLog()
           
protected  Log DistributionInterceptor.getLog()
           
protected  Log DistCacheStoreInterceptor.getLog()
           
protected  Log DeadlockDetectingInterceptor.getLog()
           
protected  Log CallInterceptor.getLog()
           
protected  Log CacheStoreInterceptor.getLog()
           
protected  Log CacheMgmtInterceptor.getLog()
           
protected  Log CacheLoaderInterceptor.getLog()
           
protected  Log BatchingInterceptor.getLog()
           
protected  Log ActivationInterceptor.getLog()
           
 

Uses of Log in org.infinispan.interceptors.base
 

Methods in org.infinispan.interceptors.base that return Log
protected  Log CommandInterceptor.getLog()
           
 

Uses of Log in org.infinispan.interceptors.locking
 

Fields in org.infinispan.interceptors.locking declared as Log
static Log ClusteringDependentLogic.log
           
 

Methods in org.infinispan.interceptors.locking that return Log
protected  Log PessimisticLockingInterceptor.getLog()
           
protected  Log OptimisticLockingInterceptor.getLog()
           
protected  Log NonTransactionalLockingInterceptor.getLog()
           
 

Uses of Log in org.infinispan.notifications
 

Methods in org.infinispan.notifications that return Log
protected abstract  Log AbstractListenerImpl.getLog()
           
 

Uses of Log in org.infinispan.notifications.cachelistener
 

Methods in org.infinispan.notifications.cachelistener that return Log
protected  Log CacheNotifierImpl.getLog()
           
 

Uses of Log in org.infinispan.notifications.cachemanagerlistener
 

Methods in org.infinispan.notifications.cachemanagerlistener that return Log
protected  Log CacheManagerNotifierImpl.getLog()
           
 

Uses of Log in org.infinispan.query.logging
 

Subinterfaces of Log in org.infinispan.query.logging
 interface Log
          Log abstraction for the query module.
 

Uses of Log in org.infinispan.remoting.transport
 

Methods in org.infinispan.remoting.transport that return Log
 Log Transport.getLog()
           
 

Uses of Log in org.infinispan.remoting.transport.jgroups
 

Methods in org.infinispan.remoting.transport.jgroups that return Log
 Log JGroupsTransport.getLog()
           
 

Uses of Log in org.infinispan.server.core.logging
 

Subinterfaces of Log in org.infinispan.server.core.logging
 interface JavaLog
          Log abstraction for the server core module.
 

Uses of Log in org.infinispan.spring
 

Fields in org.infinispan.spring declared as Log
protected  Log AbstractRemoteCacheManagerFactory.logger
           
protected  Log AbstractEmbeddedCacheManagerFactory.logger
           
 

Uses of Log in org.infinispan.spring.support
 

Fields in org.infinispan.spring.support declared as Log
protected  Log InfinispanDefaultCacheFactoryBean.logger
           
 

Uses of Log in org.infinispan.tools.schema
 

Fields in org.infinispan.tools.schema declared as Log
protected  Log AbstractTreeWalker.log
           
 

Uses of Log in org.infinispan.transaction.tm
 

Fields in org.infinispan.transaction.tm declared as Log
protected static Log DummyTransactionManager.log
           
 

Uses of Log in org.infinispan.util.logging
 

Methods in org.infinispan.util.logging that return Log
static Log LogFactory.getLog(Class<?> clazz)
           
 


-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.