Class NettyIOFactory
java.lang.Object
org.infinispan.factories.AnyScopeComponentFactory
org.infinispan.factories.AbstractComponentFactory
org.infinispan.server.core.factories.NettyIOFactory
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
Factory to create netty io event loop and replace the non blocking executor with it
- Since:
- 13.0
- Author:
- Pedro Ruivo, William Burns
-
Field Summary
Fields inherited from class org.infinispan.factories.AnyScopeComponentFactory
globalComponentRegistry, globalConfiguration, log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.factories.AnyScopeComponentFactory
construct
-
Field Details
-
basicComponentRegistry
-
-
Constructor Details
-
NettyIOFactory
public NettyIOFactory()
-
-
Method Details
-
construct
- Specified by:
construct
in interfaceComponentFactory
- Overrides:
construct
in classAnyScopeComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-