Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.config |
Cache configuration beans and parsers.
|
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.jmx |
Helpers that allow easy exposure of attributes and operations via JMX.
|
org.infinispan.lifecycle |
Component lifecycle.
|
org.infinispan.marshall.exts |
Externalizers for various JDK types that are marshalled using the marshalling framework.
|
org.infinispan.marshall.jboss |
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
|
org.infinispan.remoting |
Remote communication between cache instances.
|
Class and Description |
---|
ComponentRegistry
Named cache specific components
|
Class and Description |
---|
GlobalComponentRegistry
A global component registry where shared components are stored.
|
Class and Description |
---|
ComponentRegistry
Named cache specific components
|
Class and Description |
---|
AbstractComponentFactory
Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
|
AbstractComponentRegistry
A registry where components which have been created are stored.
|
AbstractComponentRegistry.Component
A wrapper representing a component in the registry
|
AbstractNamedCacheComponentFactory
A component factory for creating components scoped per-cache.
|
AutoInstantiableFactory
Component factories that implement this interface can be instantiated automatically by component registries when
looking up components.
|
ComponentRegistry
Named cache specific components
|
EmptyConstructorNamedCacheFactory
Simple factory that just uses reflection and an empty constructor of the component type.
|
GlobalComponentRegistry
A global component registry where shared components are stored.
|
InterceptorChainFactory
Factory class that builds an interceptor chain based on cache configuration.
|
NamedComponentFactory
A specialized type of component factory that knows how to create named components, identified with the
ComponentName annotation on the classes requested in Inject annotated methods. |
Class and Description |
---|
ComponentRegistry
Named cache specific components
|
Class and Description |
---|
AbstractComponentRegistry.Component
A wrapper representing a component in the registry
|
GlobalComponentRegistry
A global component registry where shared components are stored.
|
Class and Description |
---|
ComponentRegistry
Named cache specific components
|
GlobalComponentRegistry
A global component registry where shared components are stored.
|
Class and Description |
---|
GlobalComponentRegistry
A global component registry where shared components are stored.
|
Class and Description |
---|
GlobalComponentRegistry
A global component registry where shared components are stored.
|
Class and Description |
---|
GlobalComponentRegistry
A global component registry where shared components are stored.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.