backtype.storm.utils
Class DisruptorQueue.ObjectEventFactory

java.lang.Object
  extended by backtype.storm.utils.DisruptorQueue.ObjectEventFactory
All Implemented Interfaces:
com.lmax.disruptor.EventFactory<MutableObject>
Enclosing class:
DisruptorQueue

public static class DisruptorQueue.ObjectEventFactory
extends Object
implements com.lmax.disruptor.EventFactory<MutableObject>


Constructor Summary
DisruptorQueue.ObjectEventFactory()
           
 
Method Summary
 MutableObject newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisruptorQueue.ObjectEventFactory

public DisruptorQueue.ObjectEventFactory()
Method Detail

newInstance

public MutableObject newInstance()
Specified by:
newInstance in interface com.lmax.disruptor.EventFactory<MutableObject>


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.