Package | Description |
---|---|
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
org.infinispan.expiration.impl | |
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.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.notifications.cachemanagerlistener |
CacheManager -specific notifications and eventing. |
org.infinispan.notifications.impl | |
org.infinispan.persistence.factory | |
org.infinispan.remoting.inboundhandler | |
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.stream.impl | |
org.infinispan.stream.impl.local | |
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.
|
Modifier and Type | Field and Description |
---|---|
static Log |
GlobalAuthorizationConfigurationBuilder.log |
Modifier and Type | Field and Description |
---|---|
protected static Log |
ExpirationManagerImpl.log |
protected static Log |
ClusterExpirationManager.log |
Modifier and Type | Method and Description |
---|---|
protected Log |
ComponentRegistry.getLog() |
protected abstract Log |
AbstractComponentRegistry.getLog() |
protected Log |
GlobalComponentRegistry.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
VersionedEntryWrappingInterceptor.getLog()
Deprecated.
|
protected Log |
DeadlockDetectingInterceptor.getLog()
Deprecated.
|
protected Log |
CacheLoaderInterceptor.getLog()
Deprecated.
|
protected Log |
DistCacheWriterInterceptor.getLog()
Deprecated.
|
protected Log |
CallInterceptor.getLog()
Deprecated.
|
protected Log |
EntryWrappingInterceptor.getLog()
Deprecated.
|
protected Log |
BatchingInterceptor.getLog()
Deprecated.
|
protected Log |
CacheMgmtInterceptor.getLog()
Deprecated.
|
protected Log |
CacheWriterInterceptor.getLog()
Deprecated.
|
protected Log |
InvocationContextInterceptor.getLog()
Deprecated.
|
protected Log |
ActivationInterceptor.getLog()
Deprecated.
|
protected Log |
IsMarshallableInterceptor.getLog()
Deprecated.
|
protected Log |
NotificationInterceptor.getLog()
Deprecated.
|
protected Log |
MarshalledValueInterceptor.getLog()
Deprecated.
|
protected Log |
InvalidationInterceptor.getLog()
Deprecated.
|
protected Log |
TxInterceptor.getLog()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Log |
CommandInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
BaseDistributionInterceptor.getLog()
Deprecated.
|
protected Log |
VersionedDistributionInterceptor.getLog()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Log |
OptimisticLockingInterceptor.getLog()
Deprecated.
|
protected Log |
NonTransactionalLockingInterceptor.getLog()
Deprecated.
|
protected Log |
PessimisticLockingInterceptor.getLog()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Log |
TotalOrderDistributionInterceptor.getLog()
Deprecated.
|
protected Log |
TotalOrderVersionedDistributionInterceptor.getLog()
Deprecated.
|
protected Log |
TotalOrderStateTransferInterceptor.getLog()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Log |
BaseBackupInterceptor.getLog() |
Modifier and Type | Field and Description |
---|---|
protected Log |
LocalEntryRetriever.log |
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 |
---|---|
protected abstract Log |
AbstractListenerImpl.getLog() |
Modifier and Type | Method and Description |
---|---|
static Class |
ConfigurationForClassExtractor.getClassBasedOnConfigurationAnnotation(StoreConfiguration cfg,
Log logger) |
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
BasePerCacheInboundInvocationHandler.getLog() |
protected Log |
NonTotalOrderPerCacheInboundInvocationHandler.getLog() |
protected Log |
NonTotalOrderTxPerCacheInboundInvocationHandler.getLog() |
protected Log |
TotalOrderTxPerCacheInboundInvocationHandler.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 Log |
AbstractRemoteCacheManagerFactory.logger |
protected static Log |
AbstractEmbeddedCacheManagerFactory.logger |
Modifier and Type | Field and Description |
---|---|
protected Log |
InfinispanDefaultCacheFactoryBean.logger |
Modifier and Type | Method and Description |
---|---|
protected Log |
StateTransferInterceptor.getLog()
Deprecated.
|
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 Log |
AbstractCacheStream.log |
protected static Log |
ClusterStreamManagerImpl.log |
Modifier and Type | Field and Description |
---|---|
protected Log |
AbstractLocalCacheStream.log |
Modifier and Type | Field and Description |
---|---|
protected static Log |
DummyTransactionManager.log |
Modifier and Type | Field and Description |
---|---|
static Log |
LogFactory.CLUSTER |
Modifier and Type | Method and Description |
---|---|
static Log |
LogFactory.getLog(Class<?> clazz) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.