|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lmax.disruptor.BatchDescriptor
public final class BatchDescriptor
Used to record the batch of sequences claimed via a Sequencer.
| Method Summary | |
|---|---|
long |
getEnd()
Get the end sequence of a batch. |
int |
getSize()
Get the size of the batch. |
long |
getStart()
Get the starting sequence for a batch. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public long getEnd()
public int getSize()
public long getStart()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||