Class SharedGroupFactory
java.lang.Object
org.elasticsearch.transport.netty4.SharedGroupFactory
Creates and returns
EventLoopGroup instances. It will return a shared group for
both getHttpGroup() and getTransportGroup() if
Netty4Plugin.SETTING_HTTP_WORKER_COUNT is configured to be 0.
If that setting is not 0, then it will return a different group in the getHttpGroup() call.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWraps theSharedGroupFactory.RefCountedGroup. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
SharedGroupFactory
-
-
Method Details
-
getSettings
-
getTransportWorkerCount
public int getTransportWorkerCount() -
getTransportGroup
-
getHttpGroup
-