public static enum ArangoDBEngine.StorageEngineName extends Enum<ArangoDBEngine.StorageEngineName>
Modifier and Type | Method and Description |
---|---|
static ArangoDBEngine.StorageEngineName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArangoDBEngine.StorageEngineName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArangoDBEngine.StorageEngineName mmfiles
public static final ArangoDBEngine.StorageEngineName rocksdb
public static ArangoDBEngine.StorageEngineName[] values()
for (ArangoDBEngine.StorageEngineName c : ArangoDBEngine.StorageEngineName.values()) System.out.println(c);
public static ArangoDBEngine.StorageEngineName 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 © 2016–2020 ArangoDB GmbH. All rights reserved.