com.lmax.disruptor
Class AbstractEntry

java.lang.Object
  extended by com.lmax.disruptor.AbstractEntry

public abstract class AbstractEntry
extends java.lang.Object

Base implementation that must be extended for RingBuffer entries.


Constructor Summary
AbstractEntry()
           
 
Method Summary
 long getSequence()
          Get the sequence number assigned to this item in the series.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEntry

public AbstractEntry()
Method Detail

getSequence

public final long getSequence()
Get the sequence number assigned to this item in the series.

Returns:
the sequence number


Copyright © 2011 LMAX Ltd. All Rights Reserved.