| Package | Description |
|---|---|
| net.openhft.chronicle.queue | |
| net.openhft.chronicle.queue.impl | |
| net.openhft.chronicle.queue.impl.single |
| Modifier and Type | Method and Description |
|---|---|
TailerDirection |
ExcerptTailer.direction()
Returns the direction of this ExcerptTailer.
|
static TailerDirection |
TailerDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TailerDirection[] |
TailerDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull ExcerptTailer |
ExcerptTailer.direction(@NotNull TailerDirection direction)
Sets the direction of this ExcerptTailer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
WireStorePool.nextCycle(int currentCycle,
@NotNull TailerDirection direction) |
int |
RollingChronicleQueue.nextCycle(int currentCycle,
@NotNull TailerDirection direction)
the next available cycle, no cycle will be created by this method, this method is typically
used by a tailer to jump to the next cycle when the cycles are not adjacent.
|
int |
WireStoreSupplier.nextCycle(int currentCycle,
TailerDirection direction)
the next available cycle, no cycle will be created by this method, typically used by a
tailer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SingleChronicleQueue.nextCycle(int cycle,
@NotNull TailerDirection direction) |
Copyright © 2020. All rights reserved.