Package | Description |
---|---|
org.infinispan.encoding | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.globalstate.impl | |
org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
org.infinispan.interceptors.impl |
Basic interceptors
|
org.infinispan.interceptors.locking |
Interceptors dealing with locking.
|
org.infinispan.interceptors.xsite |
Interceptors dealing with cross-site replication.
|
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.notifications.cachemanagerlistener |
CacheManager -specific notifications and eventing. |
org.infinispan.notifications.impl | |
org.infinispan.reactive.publisher.impl | |
org.infinispan.remoting.inboundhandler |
Handling of inbound commands on remote nodes.
|
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.scattered.impl | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stream.impl | |
org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
Modifier and Type | Field and Description |
---|---|
protected static Log |
ProtostreamTranscoder.logger |
Modifier and Type | Field and Description |
---|---|
protected static Log |
AnyScopeComponentFactory.log |
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
AbstractComponentRegistry.getLog()
Deprecated.
|
protected Log |
ComponentRegistry.getLog() |
protected Log |
GlobalComponentRegistry.getLog() |
Modifier and Type | Field and Description |
---|---|
protected static Log |
ImmutableLocalConfigurationStorage.log |
protected static Log |
VolatileLocalConfigurationStorage.log |
Modifier and Type | Method and Description |
---|---|
protected Log |
BaseDistributionInterceptor.getLog() |
protected Log |
L1LastChanceInterceptor.getLog() |
protected Log |
L1NonTxInterceptor.getLog() |
protected Log |
ScatteredDistributionInterceptor.getLog() |
protected Log |
VersionedDistributionInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected Log |
ScatteredCacheWriterInterceptor.getLog() |
protected abstract Log |
BaseRpcInterceptor.getLog() |
protected abstract Log |
BaseStateTransferInterceptor.getLog() |
protected Log |
CacheWriterInterceptor.getLog() |
protected Log |
DistCacheWriterInterceptor.getLog() |
protected Log |
InvalidationInterceptor.getLog() |
protected Log |
PassivationWriterInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
AbstractLockingInterceptor.getLog() |
protected Log |
NonTransactionalLockingInterceptor.getLog() |
protected Log |
OptimisticLockingInterceptor.getLog() |
protected Log |
PessimisticLockingInterceptor.getLog() |
Modifier and Type | Field and Description |
---|---|
protected static Log |
BaseBackupInterceptor.log |
Modifier and Type | Method and Description |
---|---|
protected Log |
BaseBackupInterceptor.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 |
---|---|
protected abstract Log |
AbstractListenerImpl.getLog() |
Modifier and Type | Field and Description |
---|---|
protected static Log |
ClusterPublisherManagerImpl.log |
protected static Log |
InnerPublisherSubscription.log |
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
BasePerCacheInboundInvocationHandler.getLog() |
protected Log |
NonTxPerCacheInboundInvocationHandler.getLog() |
protected Log |
TrianglePerCacheInboundInvocationHandler.getLog() |
protected Log |
TxPerCacheInboundInvocationHandler.getLog() |
Modifier and Type | Method and Description |
---|---|
Log |
AbstractDelegatingTransport.getLog() |
Log |
Transport.getLog() |
Modifier and Type | Field and Description |
---|---|
static Log |
JGroupsTransport.log |
Modifier and Type | Method and Description |
---|---|
Log |
JGroupsTransport.getLog() |
Modifier and Type | Field and Description |
---|---|
protected static Log |
ScatteredVersionManagerImpl.log |
Modifier and Type | Method and Description |
---|---|
protected Log |
StateTransferInterceptor.getLog() |
Modifier and Type | Method and Description |
---|---|
protected abstract Log |
AbstractCacheStream.getLog() |
protected Log |
DistributedCacheStream.getLog() |
protected Log |
DistributedDoubleCacheStream.getLog() |
protected Log |
DistributedIntCacheStream.getLog() |
protected Log |
DistributedLongCacheStream.getLog() |
Modifier and Type | Field and Description |
---|---|
static Log |
Log.CLUSTER |
static Log |
Log.CONFIG |
static Log |
Log.CONTAINER |
static Log |
Log.PERSISTENCE |
static Log |
Log.SECURITY |
static Log |
Log.XSITE |
Modifier and Type | Method and Description |
---|---|
static Log |
LogFactory.getLog(Class<?> clazz) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.