public static enum InternalSearchHits.StreamContext.ShardTargetType extends Enum<InternalSearchHits.StreamContext.ShardTargetType>
Modifier and Type | Method and Description |
---|---|
static InternalSearchHits.StreamContext.ShardTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InternalSearchHits.StreamContext.ShardTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InternalSearchHits.StreamContext.ShardTargetType STREAM
public static final InternalSearchHits.StreamContext.ShardTargetType LOOKUP
public static final InternalSearchHits.StreamContext.ShardTargetType NO_STREAM
public static InternalSearchHits.StreamContext.ShardTargetType[] values()
for (InternalSearchHits.StreamContext.ShardTargetType c : InternalSearchHits.StreamContext.ShardTargetType.values()) System.out.println(c);
public static InternalSearchHits.StreamContext.ShardTargetType 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 © 2009–2015. All rights reserved.