public enum SequenceFileValueType extends Enum<SequenceFileValueType>
Enum Constant and Description |
---|
BYTESWRITABLE |
MARKLOGICNODE |
TEXT |
Modifier and Type | Method and Description |
---|---|
abstract Class<? extends org.apache.hadoop.io.Writable> |
getWritableClass() |
static SequenceFileValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceFileValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequenceFileValueType MARKLOGICNODE
public static final SequenceFileValueType TEXT
public static final SequenceFileValueType BYTESWRITABLE
public static SequenceFileValueType[] values()
for (SequenceFileValueType c : SequenceFileValueType.values()) System.out.println(c);
public static SequenceFileValueType 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 abstract Class<? extends org.apache.hadoop.io.Writable> getWritableClass()
Copyright © 2021 MarkLogic Corporation
Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com