Uses of Class
org.infinispan.configuration.cache.Configuration

Packages that use Configuration
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.
Support for batching calls using the BatchingCache.startBatch() and BatchingCache.endBatch(boolean) API.
 
 
Cache configuration
 
 
 
Data containers which store cache entries.
 
This package contains different context implementations, selected dynamically based on the type of invocation.
 
 
Factories are internal components used to create other components based on a cache's configuration.
Global configuration state.
 
Infinispan is designed around a set of interceptors around a data container.
Basic interceptors
Interceptors dealing with locking.
Module and component lifecycle.
Cache manager API.
 
 
The internal cache registry API
 
Handling of inbound commands on remote nodes.
 
 
 
Transfer of state to new caches in a cluster.
 
 
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.