public final class QueueOffsetSpec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueueOffsetSpec.Type |
Modifier and Type | Method and Description |
---|---|
void |
apply(SingleChronicleQueueBuilder builder) |
String |
format() |
static String |
formatEpochOffset(long epochOffset) |
static String |
formatNone() |
static String |
formatRollTime(LocalTime time,
ZoneId zoneId) |
static QueueOffsetSpec |
ofEpoch(long epoch) |
static QueueOffsetSpec |
ofNone() |
static QueueOffsetSpec |
ofRollTime(@NotNull LocalTime time,
@NotNull ZoneId zoneId) |
static QueueOffsetSpec |
parse(@NotNull String definition) |
void |
validate() |
public static QueueOffsetSpec ofEpoch(long epoch)
public static QueueOffsetSpec ofRollTime(@NotNull @NotNull LocalTime time, @NotNull @NotNull ZoneId zoneId)
public static QueueOffsetSpec ofNone()
public static QueueOffsetSpec parse(@NotNull @NotNull String definition)
public static String formatEpochOffset(long epochOffset)
public static String formatNone()
public void apply(SingleChronicleQueueBuilder builder)
public String format()
public void validate()
Copyright © 2021. All rights reserved.