com.jdon.async.disruptor.pool
类 DisruptorCommandPoolFactory

java.lang.Object
  继承者 com.jdon.async.disruptor.pool.DisruptorCommandPoolFactory
所有已实现的接口:
org.picocontainer.Startable

public class DisruptorCommandPoolFactory
extends Object
implements org.picocontainer.Startable


字段摘要
static String module
           
 
构造方法摘要
DisruptorCommandPoolFactory()
           
 
方法摘要
 com.lmax.disruptor.dsl.Disruptor getDisruptor(String topic)
           
 DisruptorForCommandFactory getDisruptorForCommandFactory()
           
 void setDisruptorForCommandFactory(DisruptorForCommandFactory disruptorForCommandFactory)
           
 void start()
           
 void stop()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

module

public static final String module
构造方法详细信息

DisruptorCommandPoolFactory

public DisruptorCommandPoolFactory()
方法详细信息

start

public void start()
指定者:
接口 org.picocontainer.Startable 中的 start

stop

public void stop()
指定者:
接口 org.picocontainer.Startable 中的 stop

getDisruptor

public com.lmax.disruptor.dsl.Disruptor getDisruptor(String topic)

getDisruptorForCommandFactory

public DisruptorForCommandFactory getDisruptorForCommandFactory()

setDisruptorForCommandFactory

public void setDisruptorForCommandFactory(DisruptorForCommandFactory disruptorForCommandFactory)


Copyright © 2013. All Rights Reserved.