public static enum RandomPostingsTester.Option extends Enum<RandomPostingsTester.Option>
| Enum Constant and Description | 
|---|
LIVE_DOCS  | 
PARTIAL_DOC_CONSUME  | 
PARTIAL_POS_CONSUME  | 
PAYLOADS  | 
REUSE_ENUMS  | 
SKIPPING  | 
TERM_STATE  | 
THREADS  | 
| Modifier and Type | Method and Description | 
|---|---|
static RandomPostingsTester.Option | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static RandomPostingsTester.Option[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final RandomPostingsTester.Option SKIPPING
public static final RandomPostingsTester.Option REUSE_ENUMS
public static final RandomPostingsTester.Option LIVE_DOCS
public static final RandomPostingsTester.Option TERM_STATE
public static final RandomPostingsTester.Option PARTIAL_DOC_CONSUME
public static final RandomPostingsTester.Option PARTIAL_POS_CONSUME
public static final RandomPostingsTester.Option PAYLOADS
public static final RandomPostingsTester.Option THREADS
public static RandomPostingsTester.Option[] values()
for (RandomPostingsTester.Option c : RandomPostingsTester.Option.values()) System.out.println(c);
public static RandomPostingsTester.Option 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 nullCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.