org.elasticsearch.transport.netty
Class NettyTransport.NodeChannels

java.lang.Object
  extended by org.elasticsearch.transport.netty.NettyTransport.NodeChannels
Enclosing class:
NettyTransport

public static class NettyTransport.NodeChannels
extends java.lang.Object


Constructor Summary
NettyTransport.NodeChannels(org.elasticsearch.common.netty.channel.Channel[] low, org.elasticsearch.common.netty.channel.Channel[] med, org.elasticsearch.common.netty.channel.Channel[] high)
           
 
Method Summary
 org.elasticsearch.common.netty.channel.Channel channel(TransportRequestOptions.Type type)
           
 void close()
           
 boolean hasChannel(org.elasticsearch.common.netty.channel.Channel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyTransport.NodeChannels

public NettyTransport.NodeChannels(org.elasticsearch.common.netty.channel.Channel[] low,
                                   org.elasticsearch.common.netty.channel.Channel[] med,
                                   org.elasticsearch.common.netty.channel.Channel[] high)
Method Detail

hasChannel

public boolean hasChannel(org.elasticsearch.common.netty.channel.Channel channel)

channel

public org.elasticsearch.common.netty.channel.Channel channel(TransportRequestOptions.Type type)

close

public void close()