|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModuleCommandInitializer | |
---|---|
org.infinispan.commands | Commands that operate on the cache, either locally or remotely. |
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. |
Uses of ModuleCommandInitializer in org.infinispan.commands |
---|
Method parameters in org.infinispan.commands with type arguments of type ModuleCommandInitializer | |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration,
Map<Byte,ModuleCommandInitializer> moduleCommandInitializers,
RecoveryManager recoveryManager)
|
Uses of ModuleCommandInitializer in org.infinispan.util |
---|
Methods in org.infinispan.util that return types with arguments of type ModuleCommandInitializer | |
---|---|
static Map<Byte,ModuleCommandInitializer> |
ModuleProperties.moduleCommandInitializers(ClassLoader cl)
|
|
--> |