Package | Description |
---|---|
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.interceptors.totalorder | |
org.infinispan.interceptors.xsite | |
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.spring |
Spring Infinispan - Shared classes.
|
org.infinispan.spring.support | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stats.logging | |
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.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
AbstractComponentRegistry.getLog() |
protected Log |
ComponentRegistry.getLog() |
protected Log |
GlobalComponentRegistry.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
DistCacheWriterInterceptor.getLog() |
protected Log |
VersionedEntryWrappingInterceptor.getLog() |
protected Log |
InvalidationInterceptor.getLog() |
protected Log |
CacheMgmtInterceptor.getLog() |
protected Log |
CacheLoaderInterceptor.getLog() |
protected Log |
TxInterceptor.getLog() |
protected Log |
DeadlockDetectingInterceptor.getLog() |
protected Log |
ActivationInterceptor.getLog() |
protected Log |
PassivationInterceptor.getLog() |
protected Log |
BatchingInterceptor.getLog() |
protected Log |
InvocationContextInterceptor.getLog() |
protected Log |
CallInterceptor.getLog() |
protected Log |
EntryWrappingInterceptor.getLog() |
protected Log |
MarshalledValueInterceptor.getLog() |
protected Log |
NotificationInterceptor.getLog() |
protected Log |
IsMarshallableInterceptor.getLog() |
protected Log |
CacheWriterInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
CommandInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
VersionedDistributionInterceptor.getLog() |
protected Log |
BaseDistributionInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
NonTransactionalLockingInterceptor.getLog() |
protected Log |
PessimisticLockingInterceptor.getLog() |
protected Log |
OptimisticLockingInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
TotalOrderDistributionInterceptor.getLog() |
protected Log |
TotalOrderVersionedDistributionInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
BaseBackupInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
AbstractListenerImpl.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
CacheNotifierImpl.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
CacheManagerNotifierImpl.getLog() |
Modifier and Type | Method and Description |
---|---|
Log |
AbstractDelegatingTransport.getLog() |
Log |
Transport.getLog() |
Modifier and Type | Method and Description |
---|---|
Log |
JGroupsTransport.getLog() |
Modifier and Type | Interface and Description |
---|---|
interface |
JavaLog
Log abstraction for the server core module.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
AbstractEmbeddedCacheManagerFactory.logger |
protected Log |
AbstractRemoteCacheManagerFactory.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
InfinispanDefaultCacheFactoryBean.logger |
Modifier and Type | Method and Description |
---|---|
protected Log |
StateTransferInterceptor.getLog() |
Modifier and Type | Interface and Description |
---|---|
interface |
Log
The JBoss Logging interface which defined the logging methods for the extended statistics module.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
DummyTransactionManager.log |
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
AbstractLockContainer.getLog() |
protected Log |
ReentrantStripedLockContainer.getLog() |
protected Log |
OwnableReentrantStripedLockContainer.getLog() |
protected Log |
OwnableReentrantPerEntryLockContainer.getLog() |
protected Log |
ReentrantPerEntryLockContainer.getLog() |
Modifier and Type | Method and Description |
---|---|
static Log |
LogFactory.getLog(Class<?> clazz) |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.