|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.infinispan.config | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.batch | Support for batching calls using the Cache.startBatch() and Cache.endBatch(boolean)
API. |
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
org.infinispan.commands.control | Commands that control and coordinate certain cache operations, such as rehashing, state transfer and locking. |
org.infinispan.commands.write | Commands that alter the state of the cache. |
org.infinispan.config | Cache configuration beans and parsers. |
org.infinispan.config.parsing | |
org.infinispan.container | Data containers which store cache entries. |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.eviction | Classes related to eviction. |
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.jmx | Helpers that allow easy exposure of attributes and operations via JMX. |
org.infinispan.loaders | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.loaders.bdbje | This package contains a CacheStore implementation based on
Oracle's BDBJE storage engine. |
org.infinispan.loaders.cloud | This package contains a CacheStore implementation based on
JClouds, which in turn is an abstraction layer to store data on cloud infrastructure providers
such as Amazon's S3,
RackspaceCloud's CloudFiles,
Microsoft's Windows Azure Blob Storage API, and others. |
org.infinispan.loaders.cluster | A CacheLoader (not CacheStore ) that polls other nodes in the cluster for state. |
org.infinispan.loaders.decorators | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.loaders.file | Simple filesystem-based CacheStore implementation. |
org.infinispan.loaders.jdbc.binary | This JDBC CacheStore implementation is optimized for storing binary (non-String) keys in the cache. |
org.infinispan.loaders.jdbc.mixed | This is a delegating CacheStore implementation that delegates either to a binary or String based JDBC cache store depending on the key used. |
org.infinispan.loaders.jdbc.stringbased | This JDBC CacheStore implementation is optimized for storing String keys in the cache. |
org.infinispan.loaders.jdbm | This package contains a CacheStore implementation based on
persisting to JDBM. |
org.infinispan.manager | Cache manager package |
org.infinispan.remoting.rpc | Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances. |
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.statetransfer | Transfer of state to new caches in a cluster. |
org.infinispan.transaction.xa | XA transaction support. |
org.infinispan.util.concurrent.locks | Lock and synchronization related classes, tools and utilities. |
Classes in org.infinispan.config used by org.infinispan | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.batch | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.commands | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.commands.control | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.commands.write | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.config | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractConfigurationBeanVisitor
AbstractConfigurationBeanVisitor is a convenience super class for ConfigurationBeanVisitor classes. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CacheLoaderManagerConfig
Holds the configuration of the cache loader chain. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
Configuration
Encapsulates the configuration of a Cache. |
|
Configuration.AsyncType
|
|
Configuration.BooleanAttributeType
|
|
Configuration.CacheMode
Cache replication mode. |
|
Configuration.ClusteringType
|
|
Configuration.CustomInterceptorsType
|
|
Configuration.DeadlockDetectionType
|
|
Configuration.EvictionType
|
|
Configuration.ExpirationType
|
|
Configuration.HashType
|
|
Configuration.L1Type
|
|
Configuration.LockingType
|
|
Configuration.QueryConfigurationBean
|
|
Configuration.StateRetrievalType
|
|
Configuration.SyncType
|
|
Configuration.TransactionType
|
|
Configuration.UnsafeType
|
|
ConfigurationBeanVisitor
ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance. |
|
ConfigurationException
An exception that represents an error in the configuration. |
|
CustomInterceptorConfig
Holds information about the custom interceptors defined in the configuration file. |
|
Dynamic
Annotation that marks fields in Configuration as being modifiable even after the cache has started. |
|
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
|
GlobalConfiguration.ExecutorFactoryType
|
|
GlobalConfiguration.FactoryClassWithPropertiesType
|
|
GlobalConfiguration.GlobalJmxStatisticsType
|
|
GlobalConfiguration.ScheduledExecutorFactoryType
|
|
GlobalConfiguration.SerializationType
|
|
GlobalConfiguration.ShutdownHookBehavior
Behavior of the JVM shutdown hook registered by the cache |
|
GlobalConfiguration.ShutdownType
|
|
GlobalConfiguration.TransportType
|
|
InfinispanConfiguration
InfinispanConfiguration encapsulates root component of Infinispan XML configuration Note that class InfinispanConfiguration contains JAXB annotations. |
|
OverrideConfigurationVisitor
OverrideConfigurationVisitor breaks down fields of Configuration object to individual components and then compares them for field updates. |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.config.parsing | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
|
ConfigurationException
An exception that represents an error in the configuration. |
|
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
Classes in org.infinispan.config used by org.infinispan.container | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.distribution | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.eviction | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.factories | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
|
ConfigurationException
An exception that represents an error in the configuration. |
|
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
Classes in org.infinispan.config used by org.infinispan.interceptors | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.interceptors.base | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.jmx | |
---|---|
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
Classes in org.infinispan.config used by org.infinispan.loaders | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
Configuration
Encapsulates the configuration of a Cache. |
|
ConfigurationBeanVisitor
ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance. |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.loaders.bdbje | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.loaders.cloud | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.loaders.cluster | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.loaders.decorators | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
ConfigurationBeanVisitor
ConfigurationBeanVisitor implementations are passed through InfinispanConfiguration object tree visiting each configuration element of InfinispanConfiguration instance. |
|
Dynamic
Annotation that marks fields in Configuration as being modifiable even after the cache has started. |
Classes in org.infinispan.config used by org.infinispan.loaders.file | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.loaders.jdbc.binary | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.loaders.jdbc.mixed | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.loaders.jdbc.stringbased | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.loaders.jdbm | |
---|---|
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
|
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
|
CloneableConfigurationComponent
Interface for all configurable components |
|
PluggableConfigurationComponent
A configuration component where the implementation class can be specified, and comes with its own set of properties. |
Classes in org.infinispan.config used by org.infinispan.manager | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
|
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
Classes in org.infinispan.config used by org.infinispan.remoting.rpc | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.remoting.transport | |
---|---|
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
Classes in org.infinispan.config used by org.infinispan.remoting.transport.jgroups | |
---|---|
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
Classes in org.infinispan.config used by org.infinispan.statetransfer | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.transaction.xa | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
Classes in org.infinispan.config used by org.infinispan.util.concurrent.locks | |
---|---|
Configuration
Encapsulates the configuration of a Cache. |
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |