Interface | Description |
---|---|
CacheService.Dependencies | |
CacheServiceProvider | |
EmbeddedCacheManagerConfiguration |
Class | Description |
---|---|
AbstractCacheConfigurationService | |
AddAliasCommand |
Custom command to add an alias to a cache-container.
|
BackupForResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/state-transfer=STATE_TRANSFER
|
BackupSiteResource | |
BaseJDBCStoreResourceDefinition |
Base class for store resources which require common store attributes and JDBC store attributes
|
BaseStoreResourceDefinition |
Base class for store resources which require common store attributes only.
|
BinaryKeyedJDBCStoreResourceDefinition |
Resource description for the addressable resource
/subsystem=infinispan/cache-container=X/cache=Y/binary-keyed-jdbc-store=BINARY_KEYED_JDBC_STORE
|
CacheAdd |
Base class for cache add handlers
|
CacheConfigOperationHandlers |
Common code for handling the following cache configuration elements
{locking, transaction, eviction, expiration, state-transfer, rehashing, store, file-store, jdbc-store, remote-store}
|
CacheConfigOperationHandlers.CacheConfigAdd |
Helper class to process adding basic nested cache configuration elements to the cache parent resource.
|
CacheConfigurationService | |
CacheContainerAdd | |
CacheContainerMetricsHandler | |
CacheContainerReadAttributeHandler |
Attribute handler for cache-container resource.
|
CacheContainerRemove |
Remove a cache container, taking care to remove any child cache resources as well.
|
CacheContainerResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X
|
CacheContainerWriteAttributeHandler |
Attribute handler for cache-container resource.
|
CacheMetricsHandler |
A handler for all Infinispan cache container and cache metrics.
|
CacheReadAttributeHandler |
Attribute handler for cache-container resource.
|
CacheRemove | |
CacheResourceDefinition |
Base class for cache resources which require common cache attributes only.
|
CacheService<K,V> | |
CacheWriteAttributeHandler |
Attribute handler for cache resource.
|
ClusteredCacheAdd |
Base class for clustered cache add operations
|
ClusteredCacheResourceDefinition |
Base class for cache resources which require common cache attributes and clustered cache attributes.
|
DistributedCacheAdd | |
DistributedCacheResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/distributed-cache=*
|
EmbeddedCacheManagerConfigurationService | |
EmbeddedCacheManagerService | |
EvictionResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/eviction=EVICTION
|
ExpirationResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/expiration=EXPIRATION
|
FileStoreResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/store=STORE
|
GlobalComponentRegistryService | |
InfinispanExtension |
Defines the Infinispan subsystem and its addressable resources.
|
InfinispanRejectedExpressions_1_3 |
Class providing lists of attributes which:
- accept expressions in 1.4.0 but reject expressions in 1.3.0 (ACCEPT14_REJECT13)
- never accept expressions in any version (NEVER)
This also notes other edge case subsets.
|
InfinispanResourceDescriptionResolver |
Custom resource description resolver to handle resources structured in a class hierarchy
which need to share resource name definitions.
|
InfinispanSubsystemAdd | |
InfinispanSubsystemRootResourceDefinition |
The root resource of the Infinispan subsystem.
|
InfinispanSubsystemXMLReader_1_0 |
Infinispan subsystem parsing code.
|
InfinispanSubsystemXMLReader_1_1 |
Infinispan subsystem parsing code.
|
InfinispanSubsystemXMLReader_1_2 |
Infinispan subsystem parsing code.
|
InfinispanSubsystemXMLReader_1_3 |
Infinispan subsystem parsing code.
|
InfinispanSubsystemXMLReader_1_4 |
Infinispan subsystem parsing code.
|
InfinispanSubsystemXMLReader_2_0 |
Infinispan subsystem parsing code.
|
InfinispanSubsystemXMLWriter |
XML writer for current Infinispan subsystem schema version.
|
InfinispanTransformers | |
InvalidationCacheAdd | |
InvalidationCacheResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/invalidation-cache=*
|
LocalCacheAdd |
LocalCacheAdd handler
|
LocalCacheResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/local-cache=*
|
LockingResource |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/locking=LOCKING
|
MetricKeys | |
MixedKeyedJDBCStoreResourceDefinition |
Resource description for the addressable resource
/subsystem=infinispan/cache-container=X/cache=Y/mixed-keyed-jdbc-store=MIXED_KEYED_JDBC_STORE
|
ModelKeys | |
ModuleIdentifierValidator | |
RemoteStoreResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/remote-store=REMOTE_STORE
|
RemoveAliasCommand |
Custom command to remove an alias for a cache-container.
|
ReplicatedCacheAdd | |
ReplicatedCacheResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/replicated-cache=*
|
SegmentsAndVirtualNodeConverter |
Convert the 1.4 SEGMENTS value to VIRTUAL_NODES in model and operations, if defined and not an expression
Remove the 1.4 attributes INDEXING_PROPERTIES and SEGMENTS from model and operations
|
SharedCacheResourceDefinition |
Base class for cache resources which require common cache attributes, clustered cache attributes
and shared cache attributes.
|
SharedStateCacheAdd | |
StateTransferResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/state-transfer=STATE_TRANSFER
|
StorePropertyResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/eviction=EVICTION
|
StoreResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/store=STORE
|
StoreWriteBehindResourceDefinition |
Resource description for the addressable resource
/subsystem=infinispan/cache-container=X/cache=Y/store=Z/write-behind=WRITE_BEHIND
|
StringKeyedJDBCStoreResourceDefinition |
Resource description for the addressable resource
/subsystem=infinispan/cache-container=X/cache=Y/string-keyed-jdbc-store=STRING_KEYED_JDBC_STORE
|
TransactionResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/cache=Y/transaction=TRANSACTION
|
TransportResourceDefinition |
Resource description for the addressable resource /subsystem=infinispan/cache-container=X/transport=TRANSPORT
|
Enum | Description |
---|---|
Attribute |
Enumerates the attributes used in the Infinispan subsystem schema.
|
CacheContainerMetricsHandler.CacheManagerMetrics | |
CacheMetricsHandler.CacheMetrics | |
Element |
Enumerates the elements used in the Infinispan subsystem schema.
|
Indexing |
Used to configure indexing of entries in the cache for searching.
|
Mode | |
Namespace | |
StartMode | |
TransactionMode |
Copyright © 2013 JBoss by Red Hat. All rights reserved.