com.taobao.metamorphosis.server.network
类 PutProcessor

java.lang.Object
  继承者 com.taobao.metamorphosis.server.network.PutProcessor
所有已实现的接口:
com.taobao.gecko.service.RequestProcessor<PutCommand>

public class PutProcessor
extends Object
implements com.taobao.gecko.service.RequestProcessor<PutCommand>

Put请求处理器

作者:
boyan

构造方法摘要
PutProcessor(CommandProcessor processor, ThreadPoolExecutor executor)
           
 
方法摘要
 ThreadPoolExecutor getExecutor()
           
 void handleRequest(PutCommand request, com.taobao.gecko.service.Connection conn)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PutProcessor

public PutProcessor(CommandProcessor processor,
                    ThreadPoolExecutor executor)
方法详细信息

getExecutor

public ThreadPoolExecutor getExecutor()
指定者:
接口 com.taobao.gecko.service.RequestProcessor<PutCommand> 中的 getExecutor

handleRequest

public void handleRequest(PutCommand request,
                          com.taobao.gecko.service.Connection conn)
指定者:
接口 com.taobao.gecko.service.RequestProcessor<PutCommand> 中的 handleRequest


Copyright © 2010–2013. All rights reserved.