| Modifier and Type | Method and Description |
|---|---|
static OrientDBUtil.Engine |
OrientDBUtil.Engine.fromString(String engineName)
Returns the enumerated value equivalent to the specified engine name.
|
static OrientDBUtil.Engine |
OrientDBUtil.Engine.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrientDBUtil.Engine[] |
OrientDBUtil.Engine.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
OrientDBUtil.buildDatabaseUrl(String databaseName,
OrientDBUtil.Engine engine,
String hostname,
String portRange,
String databasePath)
Builds a database url that can be used to connect to OrientDB.
|
Copyright © 2016. All rights reserved.