Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Package
org.infinispan.factories

Packages that use org.infinispan.factories
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.distexec.mapreduce   
org.infinispan.distribution.group Groups allow keys with differeing hash codes to be co-located on the same node. 
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.lucene Lucene Directory implementation which stores the index in Infinispan. 
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.query.backend   
org.infinispan.query.impl   
org.infinispan.remoting Remote communication between cache instances. 
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
org.infinispan.topology   
 

Classes in org.infinispan.factories used by org.infinispan
ComponentRegistry
          Named cache specific components
 

Classes in org.infinispan.factories used by org.infinispan.commands
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.config
ComponentRegistry
          Named cache specific components
 

Classes in org.infinispan.factories used by org.infinispan.distexec.mapreduce
AbstractComponentFactory
          Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
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.
 

Classes in org.infinispan.factories used by org.infinispan.distribution.group
AbstractComponentFactory
          Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
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.
 

Classes in org.infinispan.factories used by org.infinispan.factories
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.
 

Classes in org.infinispan.factories used by org.infinispan.interceptors
ComponentRegistry
          Named cache specific components
 

Classes in org.infinispan.factories used by org.infinispan.jmx
AbstractComponentRegistry.Component
          A wrapper representing a component in the registry
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.lifecycle
ComponentRegistry
          Named cache specific components
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.lucene
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.marshall.exts
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.marshall.jboss
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.query.backend
ComponentRegistry
          Named cache specific components
 

Classes in org.infinispan.factories used by org.infinispan.query.impl
ComponentRegistry
          Named cache specific components
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.remoting
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.remoting.transport.jgroups
GlobalComponentRegistry
          A global component registry where shared components are stored.
 

Classes in org.infinispan.factories used by org.infinispan.topology
AbstractComponentFactory
          Factory that creates components used internally within Infinispan, and also wires dependencies into the components.
AutoInstantiableFactory
          Component factories that implement this interface can be instantiated automatically by component registries when looking up components.
GlobalComponentRegistry
          A global component registry where shared components are stored.
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.