Uses of Interface
org.infinispan.factories.components.ModuleMetadataFileFinder
-
Packages that use ModuleMetadataFileFinder Package Description org.infinispan.factories.components org.infinispan.server.core org.infinispan.server.hotrod org.infinispan.stats Cache statistics.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 ModuleMetadataFileFinder in org.infinispan.factories.components
Method parameters in org.infinispan.factories.components with type arguments of type ModuleMetadataFileFinder Modifier and Type Method Description void
ComponentMetadataRepo. initialize(Iterable<ModuleMetadataFileFinder> moduleMetadataFiles, ClassLoader cl)
Initializes this repository. -
Uses of ModuleMetadataFileFinder in org.infinispan.server.core
Classes in org.infinispan.server.core that implement ModuleMetadataFileFinder Modifier and Type Class Description class
ServerCoreMetadataFileFinder
-
Uses of ModuleMetadataFileFinder in org.infinispan.server.hotrod
Classes in org.infinispan.server.hotrod that implement ModuleMetadataFileFinder Modifier and Type Class Description class
ServerMetadataFileFinder
-
Uses of ModuleMetadataFileFinder in org.infinispan.stats
Classes in org.infinispan.stats that implement ModuleMetadataFileFinder Modifier and Type Class Description class
ExtendedStatisticsMetadataFileFinder
-
Uses of ModuleMetadataFileFinder in org.infinispan.util
Methods in org.infinispan.util that return types with arguments of type ModuleMetadataFileFinder Modifier and Type Method Description static Iterable<ModuleMetadataFileFinder>
ModuleProperties. getModuleMetadataFiles(ClassLoader cl)
Retrieves an Iterable containing metadata file finders declared by each module.
-