Class SharedGroupFactory.SharedGroup

java.lang.Object
org.elasticsearch.transport.SharedGroupFactory.SharedGroup
Enclosing class:
SharedGroupFactory

public static class SharedGroupFactory.SharedGroup
extends java.lang.Object
Wraps the SharedGroupFactory.RefCountedGroup. Calls AbstractRefCounted.decRef() on close. After close, this wrapped instance can no longer be used.
  • Method Summary

    Modifier and Type Method Description
    io.netty.channel.EventLoopGroup getLowLevelGroup()  
    void shutdown()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details