|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAXBUnmarshallable | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
org.infinispan.loaders | This package contains loaders and stores, which are used for overflow or persistence. |
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 | This package contains a CacheStore implementation based on
a JDBC database connection. |
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.remote |
Uses of JAXBUnmarshallable in org.infinispan.config |
---|
Classes in org.infinispan.config that implement JAXBUnmarshallable | |
---|---|
class |
AbstractConfigurationBean
Base superclass of Cache configuration classes that expose some properties that can be changed after the cache is started. |
class |
AbstractNamedCacheConfigurationBean
Adds named cache specific features to the AbstractConfigurationBean
. |
class |
AdvancedExternalizerConfig
Defines custom Externalizers to be registered with marshalling framework |
class |
CacheLoaderManagerConfig
Holds the configuration of the cache loader chain. |
class |
Configuration
Deprecated. This class is deprecated. Use Configuration instead. |
static class |
Configuration.AsyncType
Deprecated. |
static class |
Configuration.BooleanAttributeType
Deprecated. |
static class |
Configuration.ClusteringType
Deprecated. |
static class |
Configuration.CustomInterceptorPositionType
Deprecated. |
static class |
Configuration.CustomInterceptorsType
Deprecated. |
static class |
Configuration.DataContainerType
Deprecated. |
static class |
Configuration.DeadlockDetectionType
Deprecated. |
static class |
Configuration.EvictionType
Deprecated. |
static class |
Configuration.ExpirationType
Deprecated. |
static class |
Configuration.HashType
Deprecated. |
static class |
Configuration.InvocationBatching
Deprecated. |
static class |
Configuration.JmxStatistics
Deprecated. |
static class |
Configuration.L1Type
Deprecated. |
static class |
Configuration.LazyDeserialization
Deprecated. |
static class |
Configuration.LockingType
Deprecated. |
static class |
Configuration.QueryConfigurationBean
Deprecated. |
static class |
Configuration.RecoveryType
Deprecated. |
static class |
Configuration.StateRetrievalType
Deprecated. |
static class |
Configuration.StoreAsBinary
Deprecated. |
static class |
Configuration.SyncType
Deprecated. |
static class |
Configuration.TransactionType
Deprecated. |
static class |
Configuration.UnsafeType
Deprecated. |
static class |
Configuration.VersioningConfigurationBean
Deprecated. |
class |
CustomInterceptorConfig
Holds information about the custom interceptors defined in the configuration file. |
class |
FluentConfiguration
Deprecated. |
class |
FluentGlobalConfiguration
Deprecated. |
class |
GlobalConfiguration
Deprecated. This class is deprecated. Use GlobalConfiguration instead. |
static class |
GlobalConfiguration.AdvancedExternalizersType
Deprecated. |
static class |
GlobalConfiguration.ExecutorFactoryType
Deprecated. |
static class |
GlobalConfiguration.FactoryClassWithPropertiesType
Deprecated. |
static class |
GlobalConfiguration.GlobalJmxStatisticsType
Deprecated. |
static class |
GlobalConfiguration.ScheduledExecutorFactoryType
Deprecated. |
static class |
GlobalConfiguration.SerializationType
Deprecated. |
static class |
GlobalConfiguration.ShutdownType
Deprecated. |
static class |
GlobalConfiguration.TransportType
Deprecated. |
class |
GrouperConfiguration
|
class |
GroupsConfiguration
|
class |
InfinispanConfiguration
Deprecated. Use ParserRegistry instead |
Uses of JAXBUnmarshallable in org.infinispan.loaders |
---|
Classes in org.infinispan.loaders that implement JAXBUnmarshallable | |
---|---|
class |
AbstractCacheLoaderConfig
Abstract base class for CacheLoaderConfigs. |
class |
AbstractCacheStoreConfig
Configures AbstractCacheStore . |
class |
LockSupportCacheStoreConfig
Adds configuration support for LockSupportCacheStore . |
Uses of JAXBUnmarshallable in org.infinispan.loaders.cluster |
---|
Classes in org.infinispan.loaders.cluster that implement JAXBUnmarshallable | |
---|---|
class |
ClusterCacheLoaderConfig
Configuration for ClusterCacheLoader . |
Uses of JAXBUnmarshallable in org.infinispan.loaders.decorators |
---|
Classes in org.infinispan.loaders.decorators that implement JAXBUnmarshallable | |
---|---|
class |
AbstractDecoratorConfigurationBean
Class to aid decorators to be able to fluently modify parent properties. |
class |
AsyncStoreConfig
Configuration for the async cache loader. |
class |
SingletonStoreConfig
SingletonStore is a delegating cache store used for situations when only one instance in a cluster should interact with the underlying store. |
Uses of JAXBUnmarshallable in org.infinispan.loaders.file |
---|
Classes in org.infinispan.loaders.file that implement JAXBUnmarshallable | |
---|---|
class |
FileCacheStoreConfig
Configures FileCacheStore . |
Uses of JAXBUnmarshallable in org.infinispan.loaders.jdbc |
---|
Classes in org.infinispan.loaders.jdbc that implement JAXBUnmarshallable | |
---|---|
class |
AbstractJdbcCacheStoreConfig
This is an abstract configuration class containing common elements for all JDBC cache store types. |
class |
AbstractNonDelegatingJdbcCacheStoreConfig
An abstract configuration for JDBC cache stores which have support for locking. |
Uses of JAXBUnmarshallable in org.infinispan.loaders.jdbc.binary |
---|
Classes in org.infinispan.loaders.jdbc.binary that implement JAXBUnmarshallable | |
---|---|
class |
JdbcBinaryCacheStoreConfig
Defines available configuration elements for JdbcBinaryCacheStore . |
Uses of JAXBUnmarshallable in org.infinispan.loaders.jdbc.mixed |
---|
Classes in org.infinispan.loaders.jdbc.mixed that implement JAXBUnmarshallable | |
---|---|
class |
JdbcMixedCacheStoreConfig
Configuration for JdbcMixedCacheStore . |
Uses of JAXBUnmarshallable in org.infinispan.loaders.jdbc.stringbased |
---|
Classes in org.infinispan.loaders.jdbc.stringbased that implement JAXBUnmarshallable | |
---|---|
class |
JdbcStringBasedCacheStoreConfig
Configuration for JdbcStringBasedCacheStore cache store. |
Uses of JAXBUnmarshallable in org.infinispan.loaders.remote |
---|
Classes in org.infinispan.loaders.remote that implement JAXBUnmarshallable | |
---|---|
class |
RemoteCacheStoreConfig
Configuration for RemoteCacheStore. |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |