Uses of Class
org.infinispan.factories.components.ComponentMetadataRepo
-
Packages that use ComponentMetadataRepo Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.impl Basic interceptors -
-
Uses of ComponentMetadataRepo in org.infinispan.factories
Methods in org.infinispan.factories that return ComponentMetadataRepo Modifier and Type Method Description abstract ComponentMetadataRepo
AbstractComponentRegistry. getComponentMetadataRepo()
ComponentMetadataRepo
ComponentRegistry. getComponentMetadataRepo()
ComponentMetadataRepo
GlobalComponentRegistry. getComponentMetadataRepo()
-
Uses of ComponentMetadataRepo in org.infinispan.interceptors.impl
Constructors in org.infinispan.interceptors.impl with parameters of type ComponentMetadataRepo Constructor Description AsyncInterceptorChainImpl(ComponentMetadataRepo componentMetadataRepo)
-