B C D F O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- buildDatabaseUrl(String, OrientDBUtil.Engine, String, String, String) - Static method in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Builds a database url that can be used to connect to OrientDB.
C
- co.luminositylabs.utils.orientdb - package co.luminositylabs.utils.orientdb
-
Tools and utilities for use with OrientDB.
D
- DEFAULT_BINARY_PROTOCOL_PORTRANGE - Static variable in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
The default port range of the OrientDB server's binary protocol listener.
F
- fromString(String) - Static method in enum co.luminositylabs.utils.orientdb.OrientDBUtil.Engine
-
Returns the enumerated value equivalent to the specified engine name.
O
- OrientDBUtil - Class in co.luminositylabs.utils.orientdb
-
A utility class to support development with OrientDB.
- OrientDBUtil() - Constructor for class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Non-public default constrictor.
- OrientDBUtil.Engine - Enum in co.luminositylabs.utils.orientdb
-
Enumerates the supported OrientDB engines.
P
- PLOCAL - co.luminositylabs.utils.orientdb.OrientDBUtil.Engine
-
"paged local" engine.
- PROPERTY_NAME_ODB_DATABASE_NAME - Static variable in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Property name constant for specification of the OrientDB database name.
- PROPERTY_NAME_ODB_DATABASE_PATH - Static variable in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Property name constant for specification of the OrientDB database path.
- PROPERTY_NAME_ODB_EMBEDDED - Static variable in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Property name constant for specification of embedded OrientDB server.
- PROPERTY_NAME_ODB_PASSWORD - Static variable in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Property name constant for specification of the password for the OrientDB server.
- PROPERTY_NAME_ODB_SERVER_ENGINE - Static variable in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Property name constant for specification of the OrientDB server engine.
- PROPERTY_NAME_ODB_SERVER_REMOTE_HOSTNAME - Static variable in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Property name constant for specification of the hostname of the remote OrientDB server.
- PROPERTY_NAME_ODB_SERVER_REMOTE_PORT_RANGE - Static variable in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Property name constant for specification of the port range of the remote OrientDB server.
- PROPERTY_NAME_ODB_USERNAME - Static variable in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Property name constant for specification of the username for the OrientDB server.
R
- REMOTE - co.luminositylabs.utils.orientdb.OrientDBUtil.Engine
-
The remote engine.
S
- startEmbeddedServer(String, String, String) - Static method in class co.luminositylabs.utils.orientdb.OrientDBUtil
-
Starts an embedded OrientDB server.
T
- toStringValue() - Method in enum co.luminositylabs.utils.orientdb.OrientDBUtil.Engine
-
Returns the string value equivalent to the enumerated value.
V
- valueOf(String) - Static method in enum co.luminositylabs.utils.orientdb.OrientDBUtil.Engine
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum co.luminositylabs.utils.orientdb.OrientDBUtil.Engine
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages