|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Scope in org.infinispan.commands |
|---|
| Classes in org.infinispan.commands with annotations of type Scope | |
|---|---|
interface |
CommandsFactory
|
class |
RemoteCommandFactory
Specifically used to create un-initialized ReplicableCommands from a byte stream. |
| Uses of Scope in org.infinispan.config |
|---|
| Classes in org.infinispan.config with annotations of type Scope | |
|---|---|
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 |
GlobalConfiguration
Configuration component that encapsulates the global configuration. |
| Uses of Scope in org.infinispan.container |
|---|
| Classes in org.infinispan.container with annotations of type Scope | |
|---|---|
interface |
DataContainer
The main internal data structure which stores entries |
| Uses of Scope in org.infinispan.distribution |
|---|
| Classes in org.infinispan.distribution with annotations of type Scope | |
|---|---|
interface |
DistributionManager
A component that manages the distribution of elements across a cache cluster |
| Uses of Scope in org.infinispan.eviction |
|---|
| Classes in org.infinispan.eviction with annotations of type Scope | |
|---|---|
interface |
EvictionManager
Central component that deals with eviction of cache entries. |
| Uses of Scope in org.infinispan.factories |
|---|
| Classes in org.infinispan.factories with annotations of type Scope | |
|---|---|
class |
AbstractComponentFactory
Factory that creates components used internally within Infinispan, and also wires dependencies into the components. |
class |
AbstractComponentRegistry
A registry where components which have been created are stored. |
class |
AbstractNamedCacheComponentFactory
A component factory for creating components scoped per-cache. |
class |
EmptyConstructorFactory
Factory for building global-scope components which have default empty constructors |
class |
GlobalComponentRegistry
A global component registry where shared components are stored. |
| Uses of Scope in org.infinispan.interceptors |
|---|
| Classes in org.infinispan.interceptors with annotations of type Scope | |
|---|---|
class |
InterceptorChain
Knows how to build and manage an chain of interceptors. |
| Uses of Scope in org.infinispan.interceptors.base |
|---|
| Classes in org.infinispan.interceptors.base with annotations of type Scope | |
|---|---|
class |
CommandInterceptor
This is the base class for all interceptors to extend, and implements the Visitor
interface allowing it to intercept invocations on VisitableCommands. |
| Uses of Scope in org.infinispan.invocation |
|---|
| Classes in org.infinispan.invocation with annotations of type Scope | |
|---|---|
class |
InvocationContextContainer
Container and factory for thread locals |
| Uses of Scope in org.infinispan.manager |
|---|
| Classes in org.infinispan.manager with annotations of type Scope | |
|---|---|
interface |
CacheManager
A CacheManager is the primary mechanism for retrieving a Cache instance, and is often
used as a starting point to using the Cache. |
class |
DefaultCacheManager
A CacheManager is the primary mechanism for retrieving a Cache instance, and is often used as a
starting point to using the Cache. |
| Uses of Scope in org.infinispan.marshall |
|---|
| Classes in org.infinispan.marshall with annotations of type Scope | |
|---|---|
interface |
Marshaller
A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
| Uses of Scope in org.infinispan.marshall.jboss |
|---|
| Classes in org.infinispan.marshall.jboss with annotations of type Scope | |
|---|---|
class |
JBossMarshaller
JBossMarshaller. |
| Uses of Scope in org.infinispan.notifications.cachelistener |
|---|
| Classes in org.infinispan.notifications.cachelistener with annotations of type Scope | |
|---|---|
interface |
CacheNotifier
Public interface with all allowed notifications. |
| Uses of Scope in org.infinispan.notifications.cachemanagerlistener |
|---|
| Classes in org.infinispan.notifications.cachemanagerlistener with annotations of type Scope | |
|---|---|
interface |
CacheManagerNotifier
Notifications for the cache manager |
| Uses of Scope in org.infinispan.remoting |
|---|
| Classes in org.infinispan.remoting with annotations of type Scope | |
|---|---|
interface |
InboundInvocationHandler
A globally scoped component, that is able to locate named caches and invoke remotely originating calls on the appropriate cache. |
class |
InboundInvocationHandlerImpl
Sets the cache interceptor chain on an RPCCommand before calling it to perform |
interface |
RpcManager
Provides a mechanism for communicating with other caches in the cluster. |
| Uses of Scope in org.infinispan.remoting.responses |
|---|
| Classes in org.infinispan.remoting.responses with annotations of type Scope | |
|---|---|
interface |
ResponseGenerator
A component that generates responses as is expected by different cache setups |
| Uses of Scope in org.infinispan.remoting.transport |
|---|
| Classes in org.infinispan.remoting.transport with annotations of type Scope | |
|---|---|
interface |
Transport
An interface that provides a communication link with remote caches. |
| Uses of Scope in org.infinispan.statetransfer |
|---|
| Classes in org.infinispan.statetransfer with annotations of type Scope | |
|---|---|
interface |
StateTransferManager
Handles generation and application of state on the cache |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||