Uses of Class
com.orientechnologies.orient.core.db.OrientDB
Packages that use OrientDB
Package
Description
-
Uses of OrientDB in com.orientechnologies.orient.console
Fields in com.orientechnologies.orient.console declared as OrientDB -
Uses of OrientDB in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db that return OrientDBModifier and TypeMethodDescriptiondefault OrientDBOrientDBInternal.newOrientDB()default OrientDBOrientDBInternal.newOrientDBNoClose()Methods in com.orientechnologies.orient.core.db with parameters of type OrientDBModifier and TypeMethodDescriptionstatic OrientDBInternalstatic StringOrientDBInternal.extractUser(OrientDB orientDB) Constructors in com.orientechnologies.orient.core.db with parameters of type OrientDBModifierConstructorDescriptionODatabasePool(OrientDB environment, String database, String user, String password) Open a new database pool on a specific environment.ODatabasePool(OrientDB environment, String database, String user, String password, OrientDBConfig configuration) Open a new database pool on a specific environment, with a specific configuration for this pool. -
Uses of OrientDB in com.orientechnologies.orient.etl
Methods in com.orientechnologies.orient.etl with parameters of type OrientDBModifier and TypeMethodDescriptionprotected OETLContextOETLProcessorConfigurator.createDefaultContext(OrientDB orientDB) OETLProcessorConfigurator.parseConfigAndParametersWithContext(OrientDB orientDB, String[] args) -
Uses of OrientDB in com.orientechnologies.orient.etl.context
Methods in com.orientechnologies.orient.etl.context that return OrientDBModifier and TypeMethodDescriptionOETLContext.getOrientDB(String url, String user, String password) Methods in com.orientechnologies.orient.etl.context with parameters of type OrientDB -
Uses of OrientDB in com.orientechnologies.orient.etl.loader
Fields in com.orientechnologies.orient.etl.loader declared as OrientDB -
Uses of OrientDB in com.orientechnologies.orient.jdbc
Methods in com.orientechnologies.orient.jdbc that return OrientDBConstructors in com.orientechnologies.orient.jdbc with parameters of type OrientDBModifierConstructorDescriptionOrientDataSource(OrientDB orientDB) Deprecated.OrientDataSource(OrientDB orientDB, String dbName) OrientJdbcConnection(ODatabaseDocument database, OrientDB orientDB, Properties info) -
Uses of OrientDB in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db that return OrientDBConstructors in com.orientechnologies.orient.object.db with parameters of type OrientDBModifierConstructorDescriptionOrientDBObject(OrientDB orientDB) Create a new OrientDb Object instance from a givenOrientDB -
Uses of OrientDB in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server that return OrientDB -
Uses of OrientDB in com.orientechnologies.orient.stresstest.workload
Methods in com.orientechnologies.orient.stresstest.workload with parameters of type OrientDBModifier and TypeMethodDescriptionvoidOCheckWorkload.check(OStressTesterSettings settings, OrientDB context) voidOCRUDWorkload.check(OStressTesterSettings settings, OrientDB context) protected voidOCRUDWorkload.createSchema(OStressTesterSettings settings, OrientDB ctx) voidOCRUDWorkload.execute(OStressTesterSettings settings, OrientDB ctx) voidOWorkload.execute(OStressTesterSettings settings, OrientDB context) protected List<OBaseWorkload.OBaseWorkLoadContext>OBaseWorkload.executeOperation(OrientDB ctx, OBaseWorkload.OWorkLoadResult result, OStressTesterSettings settings, OCallable<Void, OBaseWorkload.OBaseWorkLoadContext> callback) voidOBaseDocumentWorkload.OWorkLoadContext.init(OStressTesterSettings settings, OrientDB context, int operationsPerTransaction) abstract voidOBaseWorkload.OBaseWorkLoadContext.init(OStressTesterSettings dbIdentifier, OrientDB context, int operationsPerTransaction) -
Uses of OrientDB in org.apache.tinkerpop.gremlin.orientdb
Fields in org.apache.tinkerpop.gremlin.orientdb declared as OrientDBConstructors in org.apache.tinkerpop.gremlin.orientdb with parameters of type OrientDBModifierConstructorDescriptionOPartitionedReCreatableDatabasePool(OrientDB orientdb, String dbName, String userName, String password, int maxSize) OPartitionedReCreatableDatabasePool(OrientDB orientdb, String dbName, Optional<ODatabaseType> type, String userName, String password, int maxSize) OrientGraphFactory(OrientDB orientdb, String dbName, ODatabaseType type, String user, String password)