Package | Description |
---|---|
org.hibernate.cache.infinispan.util | |
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.module | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.util |
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheCommandInitializer
Command initializer
|
Modifier and Type | Method and Description |
---|---|
ModuleCommandInitializer |
CacheCommandExtensions.getModuleCommandInitializer() |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration,
Map<Byte,ModuleCommandInitializer> moduleCommandInitializers,
RecoveryManager recoveryManager,
StateTransferManager stateTransferManager,
LockManager lockManager,
InternalEntryFactory entryFactory) |
Modifier and Type | Method and Description |
---|---|
ModuleCommandInitializer |
ModuleCommandExtensions.getModuleCommandInitializer() |
Modifier and Type | Method and Description |
---|---|
Map<Byte,ModuleCommandInitializer> |
GlobalComponentRegistry.getModuleCommandInitializers() |
Modifier and Type | Method and Description |
---|---|
Map<Byte,ModuleCommandInitializer> |
ModuleProperties.moduleCommandInitializers() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.