Uses of Class
com.arangodb.entity.ArangoDBEngine.StorageEngineName
-
Packages that use ArangoDBEngine.StorageEngineName Package Description com.arangodb.entity -
-
Uses of ArangoDBEngine.StorageEngineName in com.arangodb.entity
Methods in com.arangodb.entity that return ArangoDBEngine.StorageEngineName Modifier and Type Method Description ArangoDBEngine.StorageEngineNameArangoDBEngine. getName()static ArangoDBEngine.StorageEngineNameArangoDBEngine.StorageEngineName. valueOf(String name)Returns the enum constant of this type with the specified name.static ArangoDBEngine.StorageEngineName[]ArangoDBEngine.StorageEngineName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-