com.jdon.async.disruptor.pool
类 DisruptorPoolFactory
java.lang.Object
com.jdon.async.disruptor.pool.DisruptorPoolFactory
- 所有已实现的接口:
- org.picocontainer.Startable
public class DisruptorPoolFactory
- extends Object
- implements org.picocontainer.Startable
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final String module
DisruptorPoolFactory
public DisruptorPoolFactory()
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)
getDisruptorSingle
public com.lmax.disruptor.dsl.Disruptor getDisruptorSingle(String topic)
getDisruptorFactory
public DisruptorFactory getDisruptorFactory()
setDisruptorFactory
public void setDisruptorFactory(DisruptorFactory disruptorFactory)
Copyright © 2013. All Rights Reserved.