|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
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.base | Base interceptors containing common, reusable behavior. |
org.infinispan.marshall.jboss | Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. |
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.impl | |
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.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.config |
---|
Fields in org.infinispan.config declared as Log | |
---|---|
protected Log |
AbstractConfigurationBeanVisitor.log
|
protected Log |
AbstractConfigurationBean.log
|
Uses of Log in org.infinispan.distribution |
---|
Fields in org.infinispan.distribution declared as Log | |
---|---|
protected Log |
RehashTask.log
|
Uses of Log in org.infinispan.distribution.ch |
---|
Fields in org.infinispan.distribution.ch declared as Log | |
---|---|
protected Log |
AbstractWheelConsistentHash.log
|
Uses of Log in org.infinispan.factories |
---|
Fields in org.infinispan.factories declared as Log | |
---|---|
protected Log |
AbstractComponentFactory.log
|
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.base |
---|
Fields in org.infinispan.interceptors.base declared as Log | |
---|---|
protected Log |
CommandInterceptor.log
|
Uses of Log in org.infinispan.marshall.jboss |
---|
Fields in org.infinispan.marshall.jboss declared as Log | |
---|---|
protected static Log |
GenericJBossMarshaller.log
|
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.impl |
---|
Fields in org.infinispan.query.impl declared as Log | |
---|---|
Log |
CacheQueryImpl.log
|
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.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 |
---|
Classes in org.infinispan.util.logging that implement Log | |
---|---|
class |
AbstractLogImpl
Abstract log implementation that handles message interpolation |
class |
JDKLogImpl
Logger that delivers messages to a JDK logger |
class |
Log4JLogImpl
Logger that delivers messages to a Log4J logger |
Methods in org.infinispan.util.logging that return Log | |
---|---|
static Log |
LogFactory.getLog(Class clazz)
|
static Log |
LogFactory.getLog(String category)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |