Class ManyToOneConcurrentLinkedQueueHead<E>
java.lang.Object
org.agrona.concurrent.ManyToOneConcurrentLinkedQueuePadding1
org.agrona.concurrent.ManyToOneConcurrentLinkedQueueTail<E>
org.agrona.concurrent.ManyToOneConcurrentLinkedQueuePadding2<E>
org.agrona.concurrent.ManyToOneConcurrentLinkedQueueHead<E>
- Type Parameters:
E- type of the elements stored in theQueue.
- Direct Known Subclasses:
ManyToOneConcurrentLinkedQueue
abstract class ManyToOneConcurrentLinkedQueueHead<E>
extends ManyToOneConcurrentLinkedQueuePadding2<E>
Value for the head that is expected to be padded.
-
Nested Class Summary
Nested classes/interfaces inherited from class ManyToOneConcurrentLinkedQueuePadding1
ManyToOneConcurrentLinkedQueuePadding1.Node<E> -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ManyToOneConcurrentLinkedQueuePadding1.Node<E> Head of queue.Fields inherited from class ManyToOneConcurrentLinkedQueuePadding2
p064, p065, p066, p067, p068, p069, p070, p071, p072, p073, p074, p075, p076, p077, p078, p079, p080, p081, p082, p083, p084, p085, p086, p087, p088, p089, p090, p091, p092, p093, p094, p095, p096, p097, p098, p099, p100, p101, p102, p103, p104, p105, p106, p107, p108, p109, p110, p111, p112, p113, p114, p115, p116, p117, p118, p119, p120, p121, p122, p123, p124, p125, p126, p127Fields inherited from class ManyToOneConcurrentLinkedQueueTail
tailFields inherited from class ManyToOneConcurrentLinkedQueuePadding1
HEAD_OFFSET, NEXT_OFFSET, p000, p001, p002, p003, p004, p005, p006, p007, p008, p009, p010, p011, p012, p013, p014, p015, p016, p017, p018, p019, p020, p021, p022, p023, p024, p025, p026, p027, p028, p029, p030, p031, p032, p033, p034, p035, p036, p037, p038, p039, p040, p041, p042, p043, p044, p045, p046, p047, p048, p049, p050, p051, p052, p053, p054, p055, p056, p057, p058, p059, p060, p061, p062, p063, TAIL_OFFSET -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
head
Head of queue.
-
-
Constructor Details
-
ManyToOneConcurrentLinkedQueueHead
ManyToOneConcurrentLinkedQueueHead()
-