com.lmax.disruptor
Interface EntryFactory<T extends AbstractEntry>

Type Parameters:
T - AbstractEntry implementation storing the data for sharing during exchange or parallel coordination of an event.

public interface EntryFactory<T extends AbstractEntry>

Called by the RingBuffer to pre-populate all the AbstractEntrys to fill the RingBuffer.


Method Summary
 T create()
           
 

Method Detail

create

T create()


Copyright © 2011 LMAX Ltd. All Rights Reserved.