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.enterprise.server
Methods in com.orientechnologies.enterprise.server that return OrientDBInternalModifier and TypeMethodDescriptionOEnterpriseServer.getDatabases()OEnterpriseServerImpl.getDatabases() -
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 OrientDBInternal -
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.viewmanager
Constructors in com.orientechnologies.orient.core.db.viewmanager with parameters of type OrientDBInternal -
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, boolean usePlanCache) OServerStatement.execute(OrientDBInternal db, Object[] args, OServerCommandContext parentContext, boolean usePlanCache) OServerStatement.execute(OrientDBInternal db, Map<String, Object> args, boolean usePlanCache) OServerStatement.execute(OrientDBInternal db, Map<String, Object> args, OServerCommandContext parentContext, boolean usePlanCache) OSimpleExecServerStatement.execute(OrientDBInternal db, Object[] args, OServerCommandContext parentContext, boolean usePlanCache) OSimpleExecServerStatement.execute(OrientDBInternal db, Map<String, Object> 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 OrientDBInternalMethods in com.orientechnologies.orient.core.storage with parameters of type OrientDBInternalModifier and TypeMethodDescriptionOStorageEngine.createLocal(OrientDBInternal context, String name, OContextConfiguration config) OStorageEngine.createMemory(OrientDBInternal context, String name, OContextConfiguration config) OStorageEngine.openLocal(OrientDBInternal context, String name, OContextConfiguration config) OStorageEngine.registerLocal(OrientDBInternal orientDBEmbedded, String name, Path p, OContextConfiguration configurations) OStorageEngine.restoreFile(OrientDBInternal context, String name, OContextConfiguration config, Path path) OStorageEngine.restoreStream(OrientDBInternal context, String name, OContextConfiguration config, InputStream stream, OStorageEngine.OBackupType type) -
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.impl.local.paginated
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated with parameters of type OrientDBInternalModifier and TypeMethodDescriptionOStorageEnginePaginatedLocal.createLocal(OrientDBInternal context, String name, OContextConfiguration config) OStorageEnginePaginatedLocal.createMemory(OrientDBInternal context, String name, OContextConfiguration config) protected OLocalPaginatedStorageOStorageEnginePaginatedLocal.newLocalInstance(OrientDBInternal context, String name, Path path) protected OLocalPaginatedStorageOStorageEnginePaginatedLocalEngerprise.newLocalInstance(OrientDBInternal context, String name, Path path) OStorageEnginePaginatedLocal.openLocal(OrientDBInternal context, String name, OContextConfiguration config) OStorageEnginePaginatedLocal.registerLocal(OrientDBInternal context, String name, Path path, OContextConfiguration config) OStorageEnginePaginatedLocal.restoreFile(OrientDBInternal context, String name, OContextConfiguration config, Path path) OStorageEnginePaginatedLocal.restoreStream(OrientDBInternal context, String name, OContextConfiguration config, InputStream stream, OStorageEngine.OBackupType type) Constructors in com.orientechnologies.orient.core.storage.impl.local.paginated with parameters of type OrientDBInternalModifierConstructorDescriptionOEnterpriseLocalPaginatedStorage(String name, String filePath, int id, OReadCache readCache, OClosableLinkedContainer<Long, OFile> files, long walMaxSize, long doubleWriteLogMaxSize, 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<ODocument> auditingQueue, OrientDBInternal context, OSecuritySystem security) OSystemDBImporter(OrientDBInternal context, ODocument jsonConfig)