org.elasticsearch.transport.netty
Class NettyTransport.CacheFutureListener

java.lang.Object
  extended by org.elasticsearch.transport.netty.NettyTransport.CacheFutureListener
All Implemented Interfaces:
EventListener, org.jboss.netty.channel.ChannelFutureListener
Enclosing class:
NettyTransport

public static class NettyTransport.CacheFutureListener
extends Object
implements org.jboss.netty.channel.ChannelFutureListener


Field Summary
 
Fields inherited from interface org.jboss.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE
 
Constructor Summary
NettyTransport.CacheFutureListener(CachedStreamOutput.Entry cachedEntry)
           
 
Method Summary
 void operationComplete(org.jboss.netty.channel.ChannelFuture channelFuture)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NettyTransport.CacheFutureListener

public NettyTransport.CacheFutureListener(CachedStreamOutput.Entry cachedEntry)
Method Detail

operationComplete

public void operationComplete(org.jboss.netty.channel.ChannelFuture channelFuture)
                       throws Exception
Specified by:
operationComplete in interface org.jboss.netty.channel.ChannelFutureListener
Throws:
Exception


Copyright © 2009-2012. All Rights Reserved.