java.io.Serializable, java.lang.Comparable<GeoExecType>, Writeablepublic enum GeoExecType extends java.lang.Enum<GeoExecType> implements Writeable
Writeable.Reader<V>, Writeable.Writer<V>| Modifier and Type | Method | Description |
|---|---|---|
static GeoExecType |
fromString(java.lang.String typeName) |
|
static GeoExecType |
readFromStream(StreamInput in) |
|
static GeoExecType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static GeoExecType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
public static final GeoExecType MEMORY
public static final GeoExecType INDEXED
public static GeoExecType[] values()
for (GeoExecType c : GeoExecType.values()) System.out.println(c);
public static GeoExecType 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 static GeoExecType readFromStream(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic static GeoExecType fromString(java.lang.String typeName)