Uses of Interface
org.infinispan.commands.module.ModuleCommandInitializer
-
Packages that use ModuleCommandInitializer Package Description org.infinispan.commands.module org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.server.hotrod.command 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.module
Methods in org.infinispan.commands.module that return ModuleCommandInitializer Modifier and Type Method Description ModuleCommandInitializer
ModuleCommandExtensions. getModuleCommandInitializer()
-
Uses of ModuleCommandInitializer in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type ModuleCommandInitializer Modifier and Type Method Description Map<Byte,ModuleCommandInitializer>
GlobalComponentRegistry. getModuleCommandInitializers()
-
Uses of ModuleCommandInitializer in org.infinispan.server.hotrod.command
Methods in org.infinispan.server.hotrod.command that return ModuleCommandInitializer Modifier and Type Method Description ModuleCommandInitializer
HotRodModuleCommandExtensions. getModuleCommandInitializer()
-
Uses of ModuleCommandInitializer in org.infinispan.util
Methods in org.infinispan.util that return types with arguments of type ModuleCommandInitializer Modifier and Type Method Description Map<Byte,ModuleCommandInitializer>
ModuleProperties. moduleCommandInitializers()
-