public static enum SingleChronicleQueueStore.IndexOffset extends Enum<SingleChronicleQueueStore.IndexOffset>
Modifier and Type | Method and Description |
---|---|
static long |
toAddress0(long index) |
static long |
toAddress1(long index) |
static String |
toBinaryString(long i) |
static String |
toScale() |
static SingleChronicleQueueStore.IndexOffset |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingleChronicleQueueStore.IndexOffset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static SingleChronicleQueueStore.IndexOffset[] values()
for (SingleChronicleQueueStore.IndexOffset c : SingleChronicleQueueStore.IndexOffset.values()) System.out.println(c);
public static SingleChronicleQueueStore.IndexOffset valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static long toAddress0(long index)
public static long toAddress1(long index)
@NotNull public static String toBinaryString(long i)
@NotNull public static String toScale()
Copyright © 2016. All rights reserved.