public static enum OnDiskIndexBuilder.TermSize extends java.lang.Enum<OnDiskIndexBuilder.TermSize>
Modifier and Type | Field and Description |
---|---|
int |
size |
Modifier and Type | Method and Description |
---|---|
boolean |
isConstant() |
static OnDiskIndexBuilder.TermSize |
of(int size) |
static OnDiskIndexBuilder.TermSize |
sizeOf(AbstractType<?> comparator) |
static OnDiskIndexBuilder.TermSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnDiskIndexBuilder.TermSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnDiskIndexBuilder.TermSize INT
public static final OnDiskIndexBuilder.TermSize LONG
public static final OnDiskIndexBuilder.TermSize UUID
public static final OnDiskIndexBuilder.TermSize VARIABLE
public static OnDiskIndexBuilder.TermSize[] values()
for (OnDiskIndexBuilder.TermSize c : OnDiskIndexBuilder.TermSize.values()) System.out.println(c);
public static OnDiskIndexBuilder.TermSize valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean isConstant()
public static OnDiskIndexBuilder.TermSize of(int size)
public static OnDiskIndexBuilder.TermSize sizeOf(AbstractType<?> comparator)
Copyright © 2018 The Apache Software Foundation