com.taobao.metamorphosis.server.assembly
类 ExecutorsManager

java.lang.Object
  继承者 com.taobao.metamorphosis.server.assembly.ExecutorsManager
所有已实现的接口:
Service

public class ExecutorsManager
extends Object
implements Service


构造方法摘要
ExecutorsManager(MetaConfig metaConfig)
           
 
方法摘要
 void dispose()
           
 ThreadPoolExecutor getGetExecutor()
           
 ThreadPoolExecutor getUnOrderedPutExecutor()
           
 void init()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ExecutorsManager

public ExecutorsManager(MetaConfig metaConfig)
方法详细信息

getGetExecutor

public ThreadPoolExecutor getGetExecutor()

getUnOrderedPutExecutor

public ThreadPoolExecutor getUnOrderedPutExecutor()

dispose

public void dispose()
指定者:
接口 Service 中的 dispose

init

public void init()
指定者:
接口 Service 中的 init


Copyright © 2010–2013. All rights reserved.