Uses of Interface
org.infinispan.factories.components.ModuleMetadataFileFinder
-
Packages that use ModuleMetadataFileFinder Package Description org.infinispan.counter.impl org.infinispan.factories.components org.infinispan.lock.impl org.infinispan.multimap.impl org.infinispan.query.impl Query module internals.org.infinispan.query.remote.impl 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.counter.impl
Classes in org.infinispan.counter.impl that implement ModuleMetadataFileFinder Modifier and Type Class Description class
CounterMetadataFileFinder
-
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.lock.impl
Classes in org.infinispan.lock.impl that implement ModuleMetadataFileFinder Modifier and Type Class Description class
ClusteredLockMetadataFileFinder
Metadata file name, needed for dependency injection. -
Uses of ModuleMetadataFileFinder in org.infinispan.multimap.impl
Classes in org.infinispan.multimap.impl that implement ModuleMetadataFileFinder Modifier and Type Class Description class
EmbeddedMultimapMetadataFileFinder
Multimap Cache module implementation ofModuleMetadataFileFinder
-
Uses of ModuleMetadataFileFinder in org.infinispan.query.impl
Classes in org.infinispan.query.impl that implement ModuleMetadataFileFinder Modifier and Type Class Description class
QueryModuleMetadataFileFinder
-
Uses of ModuleMetadataFileFinder in org.infinispan.query.remote.impl
Classes in org.infinispan.query.remote.impl that implement ModuleMetadataFileFinder Modifier and Type Class Description class
RemoteQueryModuleMetadataFileFinder
-
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.
-