Uses of Class
org.infinispan.factories.AbstractComponentRegistry.Component
-
Packages that use AbstractComponentRegistry.Component Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. -
-
Uses of AbstractComponentRegistry.Component in org.infinispan.factories
Methods in org.infinispan.factories that return AbstractComponentRegistry.Component Modifier and Type Method Description protected AbstractComponentRegistry.ComponentAbstractComponentRegistry. lookupComponent(java.lang.String componentClassName, java.lang.String componentName, boolean nameIsFQCN)Deprecated.protected AbstractComponentRegistry.ComponentComponentRegistry. lookupLocalComponent(java.lang.String componentClassName, java.lang.String name, boolean nameIsFQCN)Methods in org.infinispan.factories that return types with arguments of type AbstractComponentRegistry.Component Modifier and Type Method Description java.util.Set<AbstractComponentRegistry.Component>AbstractComponentRegistry. getRegisteredComponents()Deprecated.Returns an immutable set containing all the components that exists in the repository at this moment.
-