Package org.opensearch.transport.reactor
Class SharedGroupFactory.SharedGroup
java.lang.Object
org.opensearch.transport.reactor.SharedGroupFactory.SharedGroup
- Enclosing class:
SharedGroupFactory
Wraps the
SharedGroupFactory.RefCountedGroup. Calls AbstractRefCounted.decRef() on close. After close,
this wrapped instance can no longer be used.-
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.EventLoopGroupGets Netty'sEventLoopGroupinstancevoidshutdown()Decreases the reference to underlyingEventLoopGroupinstance
-
Method Details
-
getLowLevelGroup
public io.netty.channel.EventLoopGroup getLowLevelGroup()Gets Netty'sEventLoopGroupinstance- Returns:
- Netty's
EventLoopGroupinstance
-
shutdown
public void shutdown()Decreases the reference to underlyingEventLoopGroupinstance
-