Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use Log
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.distribution   
org.infinispan.interceptors.locking   
org.infinispan.loaders.jdbc.logging   
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.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.statetransfer Transfer of state to new caches in a cluster. 
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.concurrent.locks.containers Concurrent lock containers. 
org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. 
 

Uses of Log in org.infinispan.factories
 

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

Uses of Log in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors that return Log
protected  Log ReplicationInterceptor.getLog()
           
protected  Log CacheLoaderInterceptor.getLog()
           
protected  Log InvocationContextInterceptor.getLog()
           
protected  Log CacheStoreInterceptor.getLog()
           
protected  Log NotificationInterceptor.getLog()
           
protected  Log VersionedReplicationInterceptor.getLog()
           
protected  Log BatchingInterceptor.getLog()
           
protected  Log DistCacheStoreInterceptor.getLog()
           
protected  Log CallInterceptor.getLog()
           
protected  Log PassivationInterceptor.getLog()
           
protected  Log DeadlockDetectingInterceptor.getLog()
           
protected  Log MarshalledValueInterceptor.getLog()
           
protected  Log InvalidationInterceptor.getLog()
           
protected  Log CacheMgmtInterceptor.getLog()
           
protected  Log TxInterceptor.getLog()
           
protected  Log ActivationInterceptor.getLog()
           
protected  Log IsMarshallableInterceptor.getLog()
           
protected  Log VersionedEntryWrappingInterceptor.getLog()
           
protected  Log EntryWrappingInterceptor.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.distribution
 

Methods in org.infinispan.interceptors.distribution that return Log
protected  Log VersionedDistributionInterceptor.getLog()
           
protected  Log BaseDistributionInterceptor.getLog()
           
 

Uses of Log in org.infinispan.interceptors.locking
 

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

Uses of Log in org.infinispan.loaders.jdbc.logging
 

Subinterfaces of Log in org.infinispan.loaders.jdbc.logging
 interface Log
          Log abstraction for the JDBC cache store.
 

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.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.statetransfer
 

Methods in org.infinispan.statetransfer that return Log
protected  Log StateTransferInterceptor.getLog()
           
 

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.concurrent.locks.containers
 

Methods in org.infinispan.util.concurrent.locks.containers that return Log
protected  Log OwnableReentrantStripedLockContainer.getLog()
           
protected  Log ReentrantStripedLockContainer.getLog()
           
protected  Log ReentrantPerEntryLockContainer.getLog()
           
protected  Log OwnableReentrantPerEntryLockContainer.getLog()
           
protected abstract  Log AbstractLockContainer.getLog()
           
 

Uses of Log in org.infinispan.util.logging
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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