voldemort.rest.coordinator
Class CoordinatorExecutionHandler

java.lang.Object
  extended by org.jboss.netty.handler.execution.ExecutionHandler
      extended by voldemort.rest.coordinator.CoordinatorExecutionHandler
All Implemented Interfaces:
org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelHandler, org.jboss.netty.channel.ChannelUpstreamHandler, org.jboss.netty.util.ExternalResourceReleasable

public class CoordinatorExecutionHandler
extends org.jboss.netty.handler.execution.ExecutionHandler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
org.jboss.netty.channel.ChannelHandler.Sharable
 
Constructor Summary
CoordinatorExecutionHandler(java.util.concurrent.Executor executor, CoordinatorMetadata coordinatorMetadata, StoreStats coordinatorPerfStats)
           
 
Method Summary
 void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext context, org.jboss.netty.channel.ChannelEvent channelEvent)
           
 
Methods inherited from class org.jboss.netty.handler.execution.ExecutionHandler
getExecutor, handleDownstream, handleReadSuspend, releaseExternalResources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinatorExecutionHandler

public CoordinatorExecutionHandler(java.util.concurrent.Executor executor,
                                   CoordinatorMetadata coordinatorMetadata,
                                   StoreStats coordinatorPerfStats)
Method Detail

handleUpstream

public void handleUpstream(org.jboss.netty.channel.ChannelHandlerContext context,
                           org.jboss.netty.channel.ChannelEvent channelEvent)
                    throws java.lang.Exception
Specified by:
handleUpstream in interface org.jboss.netty.channel.ChannelUpstreamHandler
Overrides:
handleUpstream in class org.jboss.netty.handler.execution.ExecutionHandler
Throws:
java.lang.Exception


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu