public static class NettyTransport.NodeChannels extends Object
Constructor and Description |
---|
NettyTransport.NodeChannels(org.jboss.netty.channel.Channel[] recovery,
org.jboss.netty.channel.Channel[] bulk,
org.jboss.netty.channel.Channel[] reg,
org.jboss.netty.channel.Channel[] state,
org.jboss.netty.channel.Channel[] ping) |
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.channel.Channel |
channel(org.elasticsearch.transport.TransportRequestOptions.Type type) |
void |
close() |
boolean |
hasChannel(org.jboss.netty.channel.Channel channel) |
public NettyTransport.NodeChannels(org.jboss.netty.channel.Channel[] recovery, org.jboss.netty.channel.Channel[] bulk, org.jboss.netty.channel.Channel[] reg, org.jboss.netty.channel.Channel[] state, org.jboss.netty.channel.Channel[] ping)
public boolean hasChannel(org.jboss.netty.channel.Channel channel)
public org.jboss.netty.channel.Channel channel(org.elasticsearch.transport.TransportRequestOptions.Type type)
public void close()
Copyright © 2012–2014. All rights reserved.