public static enum IndexOptions.CompressionType extends Enum<IndexOptions.CompressionType>
Modifier and Type | Method and Description |
---|---|
byte |
value() |
static IndexOptions.CompressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexOptions.CompressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexOptions.CompressionType NONE
public static final IndexOptions.CompressionType SNAPPY
public static final IndexOptions.CompressionType LZ4
public static IndexOptions.CompressionType[] values()
for (IndexOptions.CompressionType c : IndexOptions.CompressionType.values()) System.out.println(c);
public static IndexOptions.CompressionType 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 byte value()
Copyright © 2010-2016 Stardog Union. All Rights Reserved.