Uses of Interface
com.orientechnologies.orient.core.db.OrientDBInternal
Packages that use OrientDBInternal
Package
Description
Core package.
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of OrientDBInternal in com.orientechnologies.orient.client.remote
Classes in com.orientechnologies.orient.client.remote that implement OrientDBInternalMethods in com.orientechnologies.orient.client.remote that return OrientDBInternalMethods in com.orientechnologies.orient.client.remote with parameters of type OrientDBInternalModifier and TypeMethodDescriptionOEngineRemote.createStorage(String iURL, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context) -
Uses of OrientDBInternal in com.orientechnologies.orient.core
Methods in com.orientechnologies.orient.core with parameters of type OrientDBInternalModifier and TypeMethodDescriptionvoidOrient.addOrientDB(OrientDBInternal internal) voidOrient.removeOrientDB(OrientDBInternal internal) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.command
Methods in com.orientechnologies.orient.core.command that return OrientDBInternalModifier and TypeMethodDescriptionOBasicServerCommandContext.getServer()OServerCommandContext.getServer()Methods in com.orientechnologies.orient.core.command with parameters of type OrientDBInternalModifier and TypeMethodDescriptionvoidOBasicServerCommandContext.setServer(OrientDBInternal server) Constructors in com.orientechnologies.orient.core.command with parameters of type OrientDBInternal -
Uses of OrientDBInternal in com.orientechnologies.orient.core.db
Classes in com.orientechnologies.orient.core.db that implement OrientDBInternalFields in com.orientechnologies.orient.core.db declared as OrientDBInternalModifier and TypeFieldDescriptionprotected OrientDBInternalOrientDB.internalprotected OrientDBInternalOSharedContext.orientDBMethods in com.orientechnologies.orient.core.db that return OrientDBInternalModifier and TypeMethodDescriptionstatic OrientDBInternalOrientDBInternal.distributed(String directoryPath, OrientDBConfig configuration) static OrientDBInternalOrientDBInternal.embedded(String directoryPath, OrientDBConfig config) Create a new Embedded factorystatic OrientDBInternalstatic OrientDBInternalOrientDBInternal.fromUrl(String url, OrientDBConfig configuration) Create a new factory from a given url.OSharedContext.getOrientDB()static OrientDBInternalOrientDBInternal.remote(String[] hosts, OrientDBConfig configuration) Create a new remote factoryConstructors in com.orientechnologies.orient.core.db with parameters of type OrientDBInternalModifierConstructorDescriptionOCachedDatabasePoolFactoryImpl(OrientDBInternal orientDB, int capacity, long timeout) ODatabasePoolImpl(OrientDBInternal factory, String database, String user, String password, OrientDBConfig config) OSystemDatabase(OrientDBInternal context) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.db.document
Fields in com.orientechnologies.orient.core.db.document with type parameters of type OrientDBInternalModifier and TypeFieldDescriptionprotected static ConcurrentMap<String,OrientDBInternal> ODatabaseDocumentTx.embeddedDeprecated.protected static ConcurrentMap<String,OrientDBInternal> ODatabaseDocumentTx.remoteDeprecated.Methods in com.orientechnologies.orient.core.db.document that return OrientDBInternalModifier and TypeMethodDescriptionprotected static OrientDBInternalODatabaseDocumentTx.getOrCreateEmbeddedFactory(String baseUrl, OrientDBConfig config) Deprecated.static OrientDBInternalODatabaseDocumentTxInternal.getOrCreateEmbeddedFactory(String databaseDirectory, OrientDBConfig config) protected static OrientDBInternalODatabaseDocumentTx.getOrCreateRemoteFactory(String baseUrl) Deprecated.static OrientDBInternalODatabaseDocumentTxInternal.getOrCreateRemoteFactory(String url) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.db.viewmanager
Constructors in com.orientechnologies.orient.core.db.viewmanager with parameters of type OrientDBInternal -
Uses of OrientDBInternal in com.orientechnologies.orient.core.engine
Methods in com.orientechnologies.orient.core.engine with parameters of type OrientDBInternalModifier and TypeMethodDescriptionOEngine.createStorage(String iURL, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.engine.local
Methods in com.orientechnologies.orient.core.engine.local with parameters of type OrientDBInternalModifier and TypeMethodDescriptionOEngineLocalPaginated.createStorage(String dbName, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.engine.memory
Methods in com.orientechnologies.orient.core.engine.memory with parameters of type OrientDBInternalModifier and TypeMethodDescriptionOEngineMemory.createStorage(String url, long maxWalSegSize, long doubleWriteLogMaxSegSize, int storageId, OrientDBInternal context) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.schedule
Methods in com.orientechnologies.orient.core.schedule with parameters of type OrientDBInternalModifier and TypeMethodDescriptionOScheduledEvent.schedule(String database, String user, OrientDBInternal orientDB) Constructors in com.orientechnologies.orient.core.schedule with parameters of type OrientDBInternal -
Uses of OrientDBInternal in com.orientechnologies.orient.core.security
Methods in com.orientechnologies.orient.core.security that return OrientDBInternalModifier and TypeMethodDescriptionODefaultSecuritySystem.getContext()OSecuritySystem.getContext()Methods in com.orientechnologies.orient.core.security with parameters of type OrientDBInternalModifier and TypeMethodDescriptionvoidODefaultSecuritySystem.activate(OrientDBInternal context, OSecurityConfig serverCfg) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.sql
Methods in com.orientechnologies.orient.core.sql with parameters of type OrientDBInternalModifier and TypeMethodDescriptionstatic OServerStatementOSQLEngine.parseServerStatement(String query, OrientDBInternal db) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser with parameters of type OrientDBInternalModifier and TypeMethodDescriptionOServerStatement.execute(OrientDBInternal db, Object[] args) OServerStatement.execute(OrientDBInternal db, Object[] args, boolean usePlanCache) OServerStatement.execute(OrientDBInternal db, Object[] args, OServerCommandContext parentContext) OServerStatement.execute(OrientDBInternal db, Object[] args, OServerCommandContext parentContext, boolean usePlanCache) OServerStatement.execute(OrientDBInternal db, Map args) OServerStatement.execute(OrientDBInternal db, Map args, boolean usePlanCache) OServerStatement.execute(OrientDBInternal db, Map args, OServerCommandContext parentContext) OServerStatement.execute(OrientDBInternal db, Map args, OServerCommandContext parentContext, boolean usePlanCache) OSimpleExecServerStatement.execute(OrientDBInternal db, Object[] args, OServerCommandContext parentContext, boolean usePlanCache) OSimpleExecServerStatement.execute(OrientDBInternal db, Map params, OServerCommandContext parentContext, boolean usePlanCache) static OServerStatementOStatementCache.getServerStatement(String statement, OrientDBInternal db) returns an already parsed server-level SQL executor, taking it from the cache if it exists or creating a new one (parsing and then putting it into the cache) if it doesn't -
Uses of OrientDBInternal in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that return OrientDBInternal -
Uses of OrientDBInternal in com.orientechnologies.orient.core.storage.disk
Constructors in com.orientechnologies.orient.core.storage.disk with parameters of type OrientDBInternalModifierConstructorDescriptionOLocalPaginatedStorage(String name, String filePath, int id, OReadCache readCache, OClosableLinkedContainer<Long, OFile> files, long walMaxSegSize, long doubleWriteLogMaxSegSize, OrientDBInternal context) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.storage.impl.local
Fields in com.orientechnologies.orient.core.storage.impl.local declared as OrientDBInternalMethods in com.orientechnologies.orient.core.storage.impl.local that return OrientDBInternalConstructors in com.orientechnologies.orient.core.storage.impl.local with parameters of type OrientDBInternalModifierConstructorDescriptionOAbstractPaginatedStorage(String name, String filePath, int id, OrientDBInternal context) -
Uses of OrientDBInternal in com.orientechnologies.orient.core.storage.memory
Constructors in com.orientechnologies.orient.core.storage.memory with parameters of type OrientDBInternalModifierConstructorDescriptionODirectMemoryStorage(String name, String filePath, int id, OrientDBInternal context) -
Uses of OrientDBInternal in com.orientechnologies.orient.distributed.db
Classes in com.orientechnologies.orient.distributed.db that implement OrientDBInternal -
Uses of OrientDBInternal in com.orientechnologies.orient.server
Methods in com.orientechnologies.orient.server that return OrientDBInternal -
Uses of OrientDBInternal in com.orientechnologies.security.auditing
Constructors in com.orientechnologies.security.auditing with parameters of type OrientDBInternalModifierConstructorDescriptionOAuditingLoggingThread(String iDatabaseName, BlockingQueue auditingQueue, OrientDBInternal context, OSecuritySystem security) OSystemDBImporter(OrientDBInternal context, ODocument jsonConfig)