Modifier and Type | Method and Description |
---|---|
protected static ODatabaseDocumentInternal |
OLuceneIndexEngineAbstract.getDatabase() |
Modifier and Type | Method and Description |
---|---|
OLuceneDirectory |
OLuceneDirectoryFactory.createDirectory(ODatabaseDocumentInternal database,
String indexName,
ODocument metadata) |
Modifier and Type | Method and Description |
---|---|
protected static ODatabaseDocumentInternal |
OLuceneTextOperator.getDatabase() |
Constructor and Description |
---|
ODatabaseImportRemote(ODatabaseDocumentInternal iDatabase,
String iFileName,
OCommandOutputListener iListener) |
Constructor and Description |
---|
OCommandRequest(ODatabaseDocumentInternal database,
boolean asynch,
OCommandRequestText iCommand,
boolean live) |
OCommandResponse(boolean asynch,
OCommandResultListener listener,
ODatabaseDocumentInternal database,
boolean live) |
OCommandResponse(Object result,
SimpleValueFetchPlanCommandListener listener,
boolean isRecordResultSet,
boolean async,
ODatabaseDocumentInternal database,
OCommandRequestText command,
Map<Object,Object> params) |
OFetchTransaction38Response(int txId,
Iterable<ORecordOperation> operations,
Map<String,OTransactionIndexChanges> indexChanges,
Map<ORID,ORID> updatedRids,
ODatabaseDocumentInternal database) |
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
OConsoleDatabaseApp.currentDatabase |
Modifier and Type | Method and Description |
---|---|
OConsoleDatabaseApp |
OConsoleDatabaseApp.setCurrentDatabase(ODatabaseDocumentInternal iCurrentDatabase)
Pass an existent database instance to be used as current.
|
Constructor and Description |
---|
OCommandCacheHook(ODatabaseDocumentInternal iDatabase) |
Modifier and Type | Method and Description |
---|---|
static ODatabaseDocumentInternal |
OCommandExecutorAbstract.getDatabase() |
Modifier and Type | Method and Description |
---|---|
OResultSet |
OScriptExecutor.execute(ODatabaseDocumentInternal database,
String script,
Map params) |
OResultSet |
OSqlScriptExecutor.execute(ODatabaseDocumentInternal database,
String script,
Map params) |
OResultSet |
OScriptExecutor.execute(ODatabaseDocumentInternal database,
String script,
Object... params) |
OResultSet |
OSqlScriptExecutor.execute(ODatabaseDocumentInternal database,
String script,
Object... args) |
void |
OScriptInterceptor.preExecute(ODatabaseDocumentInternal database,
String language,
String script,
Object params) |
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
OScriptDatabaseWrapper.database |
protected ODatabaseDocumentInternal |
OScriptDocumentDatabaseWrapper.database
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Bindings |
OScriptManager.bind(ScriptEngine scriptEngine,
Bindings binding,
ODatabaseDocumentInternal db,
OCommandContext iContext,
Map<Object,Object> iArgs)
Deprecated.
|
Bindings |
OScriptManager.bindContextVariables(ScriptEngine engine,
Bindings binding,
ODatabaseDocumentInternal db,
OCommandContext iContext,
Map<Object,Object> iArgs) |
OResultSet |
OJsr223ScriptExecutor.execute(ODatabaseDocumentInternal database,
String script,
Map params) |
OResultSet |
OJsr223ScriptExecutor.execute(ODatabaseDocumentInternal database,
String script,
Object... params) |
Constructor and Description |
---|
OScriptDatabaseWrapper(ODatabaseDocumentInternal database) |
OScriptDocumentDatabaseWrapper(ODatabaseDocumentInternal database)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OAbstractScriptExecutor.preExecute(ODatabaseDocumentInternal database,
String script,
Object params) |
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseDocumentEmbeddedPooled
Created by tglman on 07/07/16.
|
class |
ODatabaseDocumentRemotePooled
Created by tglman on 07/07/16.
|
Modifier and Type | Method and Description |
---|---|
ODatabaseDocumentInternal |
ODatabaseDocumentInternal.cleanOutRecord(ORID rid,
int version) |
ODatabaseDocumentInternal |
ODatabaseDocumentRemotePooled.copy() |
ODatabaseDocumentInternal |
ODatabaseDocumentInternal.copy() |
ODatabaseDocumentInternal |
ODatabaseDocumentEmbeddedPooled.copy() |
ODatabaseDocumentInternal |
ODatabaseRecordThreadLocal.get() |
ODatabaseDocumentInternal |
ODatabaseRecordThreadLocal.getIfDefined() |
ODatabaseDocumentInternal |
ODatabaseThreadLocalFactory.getThreadDatabase() |
ODatabaseDocumentInternal |
OrientDBRemote.open(String name,
String user,
String password) |
ODatabaseDocumentInternal |
OrientDBEmbedded.open(String name,
String user,
String password) |
ODatabaseDocumentInternal |
OrientDBInternal.open(String name,
String user,
String password)
Open a database specified by name using the username and password if needed
|
ODatabaseDocumentInternal |
OrientDBRemote.open(String name,
String user,
String password,
OrientDBConfig config) |
ODatabaseDocumentInternal |
OrientDBEmbedded.open(String name,
String user,
String password,
OrientDBConfig config) |
ODatabaseDocumentInternal |
OrientDBInternal.open(String name,
String user,
String password,
OrientDBConfig config)
Open a database specified by name using the username and password if needed, with specific
configuration
|
ODatabaseDocumentInternal |
OrientDBRemote.openNoAuthenticate(String iDbUrl,
String user) |
ODatabaseDocumentInternal |
OrientDBInternal.openNoAuthenticate(String iDbUrl,
String user) |
ODatabaseDocumentInternal |
OrientDBRemote.openNoAuthorization(String name) |
ODatabaseDocumentInternal |
OrientDBInternal.openNoAuthorization(String name) |
ODatabaseDocumentInternal |
OrientDBDistributed.poolOpen(String name,
String user,
String password,
ODatabasePoolInternal pool) |
ODatabaseDocumentInternal |
OrientDBEmbedded.poolOpen(String name,
String user,
String password,
ODatabasePoolInternal pool) |
ODatabaseDocumentInternal |
OrientDBInternal.poolOpen(String name,
String user,
String password,
ODatabasePoolInternal pool)
Internal api for request to open a database with a pool
|
Modifier and Type | Method and Description |
---|---|
void |
OSharedContextEmbedded.create(ODatabaseDocumentInternal database) |
abstract void |
OSharedContext.load(ODatabaseDocumentInternal oDatabaseDocumentInternal) |
void |
OSharedContextEmbedded.load(ODatabaseDocumentInternal database) |
void |
ODatabasePoolImpl.release(ODatabaseDocumentInternal database) |
void |
ODatabasePoolInternal.release(ODatabaseDocumentInternal database) |
abstract void |
OSharedContext.reload(ODatabaseDocumentInternal database) |
void |
OSharedContextEmbedded.reload(ODatabaseDocumentInternal database) |
void |
ODatabaseRecordThreadLocal.set(ODatabaseDocumentInternal value) |
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseDocumentAbstract
Document API entrypoint.
|
class |
ODatabaseDocumentEmbedded
Created by tglman on 27/06/16.
|
class |
ODatabaseDocumentRemote
Created by tglman on 30/06/16.
|
class |
ODatabaseDocumentTx
Deprecated.
|
class |
ODatabaseDocumentTxPooled
Pooled wrapper to the ODatabaseDocumentTx class.
|
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
ODatabaseDocumentTx.internal
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ODatabaseDocumentInternal |
ODatabaseDocumentAbstract.cleanOutRecord(ORID iRecord,
int iVersion) |
ODatabaseDocumentInternal |
ODatabaseDocumentTx.cleanOutRecord(ORID rid,
int version)
Deprecated.
|
ODatabaseDocumentInternal |
ODatabaseDocumentRemote.copy() |
ODatabaseDocumentInternal |
ODatabaseDocumentEmbedded.copy()
Returns a copy of current database if it's open.
|
static ODatabaseDocumentInternal |
ODatabaseDocumentTxInternal.getInternal(ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
static ODatabaseDocumentInternal |
ODatabaseDocumentTxInternal.getInternal(ODatabaseDocumentInternal db) |
void |
OSharedContextRemote.load(ODatabaseDocumentInternal database) |
void |
OSharedContextRemote.reload(ODatabaseDocumentInternal database) |
static ODatabaseDocumentTx |
ODatabaseDocumentTxInternal.wrap(ODatabaseDocumentInternal database) |
Constructor and Description |
---|
ODatabaseDocumentTx(ODatabaseDocumentInternal ref,
String baseUrl)
Deprecated.
|
OTransactionOptimisticClient(ODatabaseDocumentInternal iDatabase) |
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
OProxedResource.database |
Constructor and Description |
---|
OProxedResource(T iDelegate,
ODatabaseDocumentInternal iDatabase) |
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
ODatabaseTool.database |
protected ODatabaseDocumentInternal |
ODatabaseImpExpAbstract.database |
Modifier and Type | Method and Description |
---|---|
ODatabaseTool |
ODatabaseTool.setDatabase(ODatabaseDocumentInternal database) |
Constructor and Description |
---|
ODatabaseExport(ODatabaseDocumentInternal iDatabase,
OutputStream iOutputStream,
OCommandOutputListener iListener) |
ODatabaseExport(ODatabaseDocumentInternal iDatabase,
String iFileName,
OCommandOutputListener iListener) |
ODatabaseImpExpAbstract(ODatabaseDocumentInternal iDatabase,
String iFileName,
OCommandOutputListener iListener) |
ODatabaseImport(ODatabaseDocumentInternal database,
InputStream iStream,
OCommandOutputListener iListener) |
ODatabaseImport(ODatabaseDocumentInternal database,
String iFileName,
OCommandOutputListener iListener) |
Modifier and Type | Method and Description |
---|---|
void |
ViewManager.cleanUnusedViewIndexes(ODatabaseDocumentInternal db) |
void |
ViewManager.updateView(OView view,
ODatabaseDocumentInternal db) |
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
OIndexTxAware.database |
Modifier and Type | Method and Description |
---|---|
protected static ODatabaseDocumentInternal |
OIndexAbstract.getDatabase() |
protected static ODatabaseDocumentInternal |
OIndexManagerAbstract.getDatabase() |
protected ODatabaseDocumentInternal |
OIndexRemote.getDatabase() |
Modifier and Type | Method and Description |
---|---|
boolean |
OIndexManagerRemote.autoRecreateIndexesAfterCrash(ODatabaseDocumentInternal database) |
boolean |
OIndexManagerShared.autoRecreateIndexesAfterCrash(ODatabaseDocumentInternal database) |
abstract boolean |
OIndexManagerAbstract.autoRecreateIndexesAfterCrash(ODatabaseDocumentInternal database) |
static void |
OClassIndexManager.checkIndexesAfterCreate(ODocument document,
ODatabaseDocumentInternal database) |
static void |
OClassIndexManager.checkIndexesAfterDelete(ODocument iDocument,
ODatabaseDocumentInternal database) |
static void |
OClassIndexManager.checkIndexesAfterUpdate(ODocument iDocument,
ODatabaseDocumentInternal database) |
void |
OIndexManagerAbstract.create(ODatabaseDocumentInternal database) |
OIndex |
OIndexManagerRemote.createIndex(ODatabaseDocumentInternal database,
String iName,
String iType,
OIndexDefinition indexDefinition,
int[] clusterIdsToIndex,
OProgressListener progressListener,
ODocument metadata) |
OIndex |
OIndexManagerShared.createIndex(ODatabaseDocumentInternal database,
String iName,
String iType,
OIndexDefinition indexDefinition,
int[] clusterIdsToIndex,
OProgressListener progressListener,
ODocument metadata)
Create a new index with default algorithm.
|
abstract OIndex |
OIndexManagerAbstract.createIndex(ODatabaseDocumentInternal database,
String iName,
String iType,
OIndexDefinition indexDefinition,
int[] clusterIdsToIndex,
OProgressListener progressListener,
ODocument metadata) |
OIndex |
OIndexManagerRemote.createIndex(ODatabaseDocumentInternal database,
String iName,
String iType,
OIndexDefinition iIndexDefinition,
int[] iClusterIdsToIndex,
OProgressListener progressListener,
ODocument metadata,
String engine) |
OIndex |
OIndexManagerShared.createIndex(ODatabaseDocumentInternal database,
String iName,
String type,
OIndexDefinition indexDefinition,
int[] clusterIdsToIndex,
OProgressListener progressListener,
ODocument metadata,
String algorithm)
Create a new index.
|
abstract OIndex |
OIndexManagerAbstract.createIndex(ODatabaseDocumentInternal database,
String iName,
String iType,
OIndexDefinition indexDefinition,
int[] clusterIdsToIndex,
OProgressListener progressListener,
ODocument metadata,
String algorithm) |
void |
OIndexManagerRemote.dropIndex(ODatabaseDocumentInternal database,
String iIndexName) |
void |
OIndexManagerShared.dropIndex(ODatabaseDocumentInternal database,
String iIndexName) |
abstract void |
OIndexManagerAbstract.dropIndex(ODatabaseDocumentInternal database,
String iIndexName) |
OIndex |
OIndexManagerAbstract.getClassAutoShardingIndex(ODatabaseDocumentInternal database,
String className) |
OIndex |
OIndexManagerAbstract.getClassIndex(ODatabaseDocumentInternal database,
String className,
String indexName) |
Set<OIndex> |
OIndexManagerAbstract.getClassIndexes(ODatabaseDocumentInternal database,
String className) |
void |
OIndexManagerAbstract.getClassIndexes(ODatabaseDocumentInternal database,
String className,
Collection<OIndex> indexes) |
Set<OIndex> |
OIndexManagerAbstract.getClassInvolvedIndexes(ODatabaseDocumentInternal database,
String className,
Collection<String> fields) |
Set<OIndex> |
OIndexManagerAbstract.getClassInvolvedIndexes(ODatabaseDocumentInternal database,
String className,
String... fields) |
ODictionary<ORecord> |
OIndexManagerAbstract.getDictionary(ODatabaseDocumentInternal database) |
OIndex |
OIndexManagerAbstract.getIndex(ODatabaseDocumentInternal database,
String iName) |
Collection<? extends OIndex> |
OIndexManagerAbstract.getIndexes(ODatabaseDocumentInternal database) |
static boolean |
OIndexInternal.isLabelSecurityDefined(ODatabaseDocumentInternal database,
OSecurityInternal security,
String indexClass,
String propertyName) |
static boolean |
OIndexInternal.isReadRestrictedBySecurityPolicy(String indexClass,
ODatabaseDocumentInternal db,
OSecurityInternal security) |
OIndexManagerAbstract |
OIndexManagerAbstract.load(ODatabaseDocumentInternal database) |
OIndex |
OIndexManagerRemote.preProcessBeforeReturn(ODatabaseDocumentInternal database,
OIndex index) |
OIndex |
OIndexManagerShared.preProcessBeforeReturn(ODatabaseDocumentInternal database,
OIndex index) |
abstract OIndex |
OIndexManagerAbstract.preProcessBeforeReturn(ODatabaseDocumentInternal database,
OIndex index) |
static void |
OClassIndexManager.processIndexOnCreate(ODatabaseDocumentInternal database,
ODocument document,
List<OClassIndexManager.IndexChange> ops) |
static void |
OClassIndexManager.processIndexOnDelete(ODatabaseDocumentInternal database,
ODocument iDocument,
List<OClassIndexManager.IndexChange> changes) |
static void |
OClassIndexManager.processIndexOnUpdate(ODatabaseDocumentInternal database,
ODocument iDocument,
List<OClassIndexManager.IndexChange> changes) |
void |
OIndexManagerRemote.recreateIndexes(ODatabaseDocumentInternal database) |
void |
OIndexManagerShared.recreateIndexes(ODatabaseDocumentInternal database) |
abstract void |
OIndexManagerAbstract.recreateIndexes(ODatabaseDocumentInternal database) |
void |
OIndexManagerAbstract.setDefaultClusterName(ODatabaseDocumentInternal database,
String defaultClusterName) |
Constructor and Description |
---|
OIndexManagerProxy(OIndexManagerAbstract iDelegate,
ODatabaseDocumentInternal iDatabase) |
OIndexTxAware(ODatabaseDocumentInternal database,
OIndexInternal delegate) |
OIndexTxAwareDictionary(ODatabaseDocumentInternal iDatabase,
OIndexInternal delegate) |
OIndexTxAwareMultiValue(ODatabaseDocumentInternal database,
OIndexInternal delegate) |
OIndexTxAwareOneValue(ODatabaseDocumentInternal database,
OIndexInternal delegate) |
Modifier and Type | Method and Description |
---|---|
void |
OIntentMassiveInsert.begin(ODatabaseDocumentInternal iDatabase) |
void |
OIntentNoCache.begin(ODatabaseDocumentInternal iDatabase) |
void |
OIntentMassiveRead.begin(ODatabaseDocumentInternal iDatabase) |
void |
OIntent.begin(ODatabaseDocumentInternal iDatabase)
Activate the intent.
|
void |
OIntentMassiveInsert.end(ODatabaseDocumentInternal iDatabase) |
void |
OIntentNoCache.end(ODatabaseDocumentInternal iDatabase) |
void |
OIntentMassiveRead.end(ODatabaseDocumentInternal iDatabase) |
void |
OIntent.end(ODatabaseDocumentInternal iDatabase)
Activate the intent.
|
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
OIdentifiableIterator.database |
Modifier and Type | Method and Description |
---|---|
protected static void |
OIdentifiableIterator.checkForSystemClusters(ODatabaseDocumentInternal iDatabase,
int[] iClusterIds) |
Modifier and Type | Method and Description |
---|---|
protected ODatabaseDocumentInternal |
OMetadataDefault.getDatabase() |
Constructor and Description |
---|
OMetadataDefault(ODatabaseDocumentInternal databaseDocument) |
Modifier and Type | Method and Description |
---|---|
void |
OFunctionLibraryImpl.create(ODatabaseDocumentInternal db) |
OFunction |
OFunctionLibraryImpl.createFunction(ODatabaseDocumentInternal database,
String iName) |
void |
OFunctionLibraryImpl.load(ODatabaseDocumentInternal db) |
Constructor and Description |
---|
OFunctionLibraryProxy(OFunctionLibraryImpl iDelegate,
ODatabaseDocumentInternal iDatabase) |
Modifier and Type | Method and Description |
---|---|
protected ODatabaseDocumentInternal |
OPropertyImpl.getDatabase() |
protected ODatabaseDocumentInternal |
OClassImpl.getDatabase() |
Modifier and Type | Method and Description |
---|---|
void |
OSchemaRemote.acquireSchemaWriteLock(ODatabaseDocumentInternal database) |
void |
OSchemaShared.acquireSchemaWriteLock(ODatabaseDocumentInternal database) |
int |
OSchemaRemote.addBlobCluster(ODatabaseDocumentInternal database,
int clusterId) |
int |
OSchemaShared.addBlobCluster(ODatabaseDocumentInternal database,
int clusterId) |
protected OClass |
OClassEmbedded.addClusterIdInternal(ODatabaseDocumentInternal database,
int clusterId) |
protected OClass |
OViewEmbedded.addClusterIdInternal(ODatabaseDocumentInternal database,
int clusterId) |
protected void |
OClassEmbedded.addSuperClassInternal(ODatabaseDocumentInternal database,
OClass superClass) |
int |
OSchemaShared.countClasses(ODatabaseDocumentInternal database) |
int |
OSchemaShared.countViews(ODatabaseDocumentInternal database) |
void |
OSchemaShared.create(ODatabaseDocumentInternal database) |
OClass |
OSchemaShared.createAbstractClass(ODatabaseDocumentInternal database,
String className) |
OClass |
OSchemaShared.createAbstractClass(ODatabaseDocumentInternal database,
String iClassName,
OClass... superClasses) |
OClass |
OSchemaShared.createAbstractClass(ODatabaseDocumentInternal database,
String className,
OClass superClass) |
OClass |
OSchemaShared.createClass(ODatabaseDocumentInternal database,
String className) |
OClass |
OSchemaRemote.createClass(ODatabaseDocumentInternal database,
String className,
int[] clusterIds,
OClass... superClasses) |
OClass |
OSchemaEmbedded.createClass(ODatabaseDocumentInternal database,
String className,
int[] clusterIds,
OClass... superClasses) |
abstract OClass |
OSchemaShared.createClass(ODatabaseDocumentInternal database,
String className,
int[] clusterIds,
OClass... superClasses) |
OClass |
OSchemaRemote.createClass(ODatabaseDocumentInternal database,
String className,
int clusters,
OClass... superClasses) |
OClass |
OSchemaEmbedded.createClass(ODatabaseDocumentInternal database,
String className,
int clusters,
OClass... superClasses) |
abstract OClass |
OSchemaShared.createClass(ODatabaseDocumentInternal database,
String className,
int clusters,
OClass... superClasses) |
OClass |
OSchemaShared.createClass(ODatabaseDocumentInternal database,
String iClassName,
OClass... superClasses) |
OClass |
OSchemaShared.createClass(ODatabaseDocumentInternal database,
String iClassName,
OClass iSuperClass) |
OClass |
OSchemaShared.createClass(ODatabaseDocumentInternal database,
String className,
OClass superClass,
int[] clusterIds) |
protected OClass |
OSchemaEmbedded.createClassInternal(ODatabaseDocumentInternal database,
String className,
int[] clusterIdsToAdd,
List<OClass> superClasses) |
int |
OSchemaShared.createClusterIfNeeded(ODatabaseDocumentInternal database,
String nameOrId) |
protected int[] |
OSchemaEmbedded.createClusters(ODatabaseDocumentInternal database,
String className,
int minimumClusters) |
OView |
OSchemaRemote.createView(ODatabaseDocumentInternal database,
OViewConfig cfg) |
OView |
OSchemaEmbedded.createView(ODatabaseDocumentInternal database,
OViewConfig cfg) |
abstract OView |
OSchemaShared.createView(ODatabaseDocumentInternal database,
OViewConfig cfg) |
OView |
OSchemaRemote.createView(ODatabaseDocumentInternal database,
OViewConfig cfg,
ViewCreationListener listener) |
OView |
OSchemaEmbedded.createView(ODatabaseDocumentInternal database,
OViewConfig cfg,
ViewCreationListener listener) |
abstract OView |
OSchemaShared.createView(ODatabaseDocumentInternal database,
OViewConfig cfg,
ViewCreationListener listener) |
OView |
OSchemaRemote.createView(ODatabaseDocumentInternal database,
String name,
String statement,
Map<String,Object> metadata) |
OView |
OSchemaProxy.createView(ODatabaseDocumentInternal database,
String viewName,
String statement,
Map<String,Object> metadata) |
OView |
OSchemaEmbedded.createView(ODatabaseDocumentInternal database,
String viewName,
String statement,
Map<String,Object> metadata) |
OView |
OImmutableSchema.createView(ODatabaseDocumentInternal database,
String viewName,
String statement,
Map<String,Object> metadata) |
OView |
OSchema.createView(ODatabaseDocumentInternal database,
String viewName,
String statement,
Map<String,Object> metadata) |
abstract OView |
OSchemaShared.createView(ODatabaseDocumentInternal database,
String viewName,
String statement,
Map<String,Object> metadata) |
protected OClass |
OSchemaEmbedded.createViewInternal(ODatabaseDocumentInternal database,
OViewConfig cfg,
int[] clusterIdsToAdd) |
protected OClass |
OSchemaEmbedded.doCreateClass(ODatabaseDocumentInternal database,
String className,
int[] clusterIds,
int retry,
OClass... superClasses) |
protected void |
OSchemaEmbedded.doDropClass(ODatabaseDocumentInternal database,
String className) |
protected void |
OSchemaEmbedded.doDropView(ODatabaseDocumentInternal database,
String name) |
protected void |
OSchemaEmbedded.doRealCreateClass(ODatabaseDocumentInternal database,
String className,
List<OClass> superClassesList,
int[] clusterIds) |
protected void |
OSchemaEmbedded.doRealCreateView(ODatabaseDocumentInternal database,
OViewConfig config,
int[] clusterIds) |
void |
OSchemaRemote.dropClass(ODatabaseDocumentInternal database,
String className) |
void |
OSchemaEmbedded.dropClass(ODatabaseDocumentInternal database,
String className) |
abstract void |
OSchemaShared.dropClass(ODatabaseDocumentInternal database,
String className) |
protected void |
OSchemaEmbedded.dropClassInternal(ODatabaseDocumentInternal database,
String className) |
protected void |
OClassEmbedded.dropPropertyInternal(ODatabaseDocumentInternal database,
String iPropertyName) |
void |
OSchemaRemote.dropView(ODatabaseDocumentInternal database,
String name) |
void |
OSchemaEmbedded.dropView(ODatabaseDocumentInternal database,
String name) |
abstract void |
OSchemaShared.dropView(ODatabaseDocumentInternal database,
String viewName) |
protected void |
OSchemaEmbedded.dropViewInternal(ODatabaseDocumentInternal database,
String view) |
protected boolean |
OSchemaShared.executeThroughDistributedStorage(ODatabaseDocumentInternal database) |
void |
OSchemaShared.forceSnapshot(ODatabaseDocumentInternal database) |
Collection<OClass> |
OSchemaShared.getClasses(ODatabaseDocumentInternal database) |
Set<OClass> |
OSchemaShared.getClassesRelyOnCluster(ODatabaseDocumentInternal database,
String clusterName) |
protected int |
OSchemaShared.getClusterId(ODatabaseDocumentInternal database,
String stringValue) |
OClass |
OSchemaShared.getOrCreateClass(ODatabaseDocumentInternal database,
String iClassName) |
OClass |
OSchemaRemote.getOrCreateClass(ODatabaseDocumentInternal database,
String iClassName,
OClass... superClasses) |
OClass |
OSchemaEmbedded.getOrCreateClass(ODatabaseDocumentInternal database,
String iClassName,
OClass... superClasses) |
abstract OClass |
OSchemaShared.getOrCreateClass(ODatabaseDocumentInternal database,
String iClassName,
OClass... superClasses) |
OClass |
OSchemaShared.getOrCreateClass(ODatabaseDocumentInternal database,
String iClassName,
OClass superClass) |
Collection<OView> |
OSchemaShared.getViews(ODatabaseDocumentInternal database) |
Set<OView> |
OSchemaShared.getViewsRelyOnCluster(ODatabaseDocumentInternal database,
String clusterName) |
protected boolean |
OSchemaEmbedded.isRunLocal(ODatabaseDocumentInternal database) |
OSchemaShared |
OSchemaShared.load(ODatabaseDocumentInternal database) |
OImmutableSchema |
OSchemaShared.makeSnapshot(ODatabaseDocumentInternal database) |
void |
OSchemaShared.releaseSchemaWriteLock(ODatabaseDocumentInternal database) |
void |
OSchemaRemote.releaseSchemaWriteLock(ODatabaseDocumentInternal database,
boolean iSave) |
void |
OSchemaShared.releaseSchemaWriteLock(ODatabaseDocumentInternal database,
boolean iSave) |
void |
OSchemaShared.reload(ODatabaseDocumentInternal database)
Reloads the schema inside a storage's shared lock.
|
void |
OSchemaRemote.removeBlobCluster(ODatabaseDocumentInternal database,
String clusterName) |
void |
OSchemaShared.removeBlobCluster(ODatabaseDocumentInternal database,
String clusterName) |
protected OClass |
OClassEmbedded.removeClusterIdInternal(ODatabaseDocumentInternal database,
int clusterToRemove) |
void |
OSchemaShared.sendCommand(ODatabaseDocumentInternal database,
String command) |
protected void |
OClassEmbedded.setAbstractInternal(ODatabaseDocumentInternal database,
boolean isAbstract) |
protected void |
OClassImpl.setEncryptionInternal(ODatabaseDocumentInternal database,
String value) |
protected void |
OClassEmbedded.setNameInternal(ODatabaseDocumentInternal database,
String name) |
protected void |
OClassEmbedded.setOverSizeInternal(ODatabaseDocumentInternal database,
float overSize) |
protected void |
OClassEmbedded.setShortNameInternal(ODatabaseDocumentInternal database,
String iShortName) |
protected void |
OClassImpl.truncateClusterInternal(String clusterName,
ODatabaseDocumentInternal database) |
Constructor and Description |
---|
OImmutableSchema(OSchemaShared schemaShared,
ODatabaseDocumentInternal database) |
OSchemaProxy(OSchemaShared iDelegate,
ODatabaseDocumentInternal iDatabase) |
Constructor and Description |
---|
OSecurityProxy(OSecurityInternal security,
ODatabaseDocumentInternal session) |
Modifier and Type | Method and Description |
---|---|
protected ODatabaseDocumentInternal |
OSequence.getDatabase() |
Constructor and Description |
---|
OSequenceLibraryAbstract(OSequenceLibraryImpl iDelegate,
ODatabaseDocumentInternal iDatabase) |
OSequenceLibraryProxy(OSequenceLibraryImpl iDelegate,
ODatabaseDocumentInternal iDatabase) |
Constructor and Description |
---|
OLiveQueryMonitorEmbedded(int token,
ODatabaseDocumentInternal dbCopy) |
Modifier and Type | Method and Description |
---|---|
ODatabaseDocumentInternal |
ORecordAbstract.getDatabase() |
ODatabaseDocumentInternal |
ORecordAbstract.getDatabaseIfDefined() |
protected ODatabaseDocumentInternal |
ORecordAbstract.getDatabaseIfDefinedInternal() |
protected ODatabaseDocumentInternal |
ORecordAbstract.getDatabaseInternal() |
Modifier and Type | Method and Description |
---|---|
static ORecordAbstract |
ORecordInternal.fill(ORecord record,
ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty,
ODatabaseDocumentInternal db) |
protected ORecordAbstract |
ORecordAbstract.fill(ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty,
ODatabaseDocumentInternal db) |
ORecord |
ORecordFactoryManager.newInstance(byte iRecordType,
int cluster,
ODatabaseDocumentInternal database) |
ORecord |
ORecordFactoryManager.newInstance(int cluster,
ODatabaseDocumentInternal database) |
ORecord |
ORecordFactoryManager.ORecordFactory.newRecord(int cluster,
ODatabaseDocumentInternal database) |
protected void |
ORecordAbstract.setup(ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
protected void |
ODocument.autoConvertFieldsToClass(ODatabaseDocumentInternal database) |
static void |
ODocumentInternal.autoConvertValueToClass(ODatabaseDocumentInternal database,
ODocument doc) |
T |
ODocumentHelper.ODbRelatedCall.call(ODatabaseDocumentInternal database) |
protected void |
ODocument.checkClass(ODatabaseDocumentInternal database) |
static void |
ODocumentInternal.checkClass(ODocument doc,
ODatabaseDocumentInternal database) |
static boolean |
ODocumentHelper.compareBags(ODatabaseDocumentInternal iMyDb,
ORidBag myFieldValue,
ODatabaseDocumentInternal iOtherDb,
ORidBag otherFieldValue,
ODocumentHelper.RIDMapper ridMapper) |
static boolean |
ODocumentHelper.compareCollections(ODatabaseDocumentInternal iMyDb,
Collection<?> myFieldValue,
ODatabaseDocumentInternal iOtherDb,
Collection<?> otherFieldValue,
ODocumentHelper.RIDMapper ridMapper) |
static boolean |
ODocumentHelper.compareMaps(ODatabaseDocumentInternal iMyDb,
Map<Object,Object> myFieldValue,
ODatabaseDocumentInternal iOtherDb,
Map<Object,Object> otherFieldValue,
ODocumentHelper.RIDMapper ridMapper) |
static boolean |
ODocumentHelper.compareSets(ODatabaseDocumentInternal iMyDb,
Set<?> myFieldValue,
ODatabaseDocumentInternal iOtherDb,
Set<?> otherFieldValue,
ODocumentHelper.RIDMapper ridMapper) |
protected ORecordAbstract |
ODocument.fill(ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty,
ODatabaseDocumentInternal db) |
protected OImmutableClass |
ODocument.getImmutableSchemaClass(ODatabaseDocumentInternal database) |
static OImmutableClass |
ODocumentInternal.getImmutableSchemaClass(ODatabaseDocumentInternal database,
ODocument oDocument) |
static boolean |
ODocumentHelper.hasSameContentItem(Object iCurrent,
ODatabaseDocumentInternal iMyDb,
Object iOther,
ODatabaseDocumentInternal iOtherDb,
ODocumentHelper.RIDMapper ridMapper) |
static boolean |
ODocumentHelper.hasSameContentOf(ODocument iCurrent,
ODatabaseDocumentInternal iMyDb,
ODocument iOther,
ODatabaseDocumentInternal iOtherDb,
ODocumentHelper.RIDMapper ridMapper)
Makes a deep comparison field by field to check if the passed ODocument instance is identical
as identity and content to the current one.
|
static boolean |
ODocumentHelper.hasSameContentOf(ODocument iCurrent,
ODatabaseDocumentInternal iMyDb,
ODocument iOther,
ODatabaseDocumentInternal iOtherDb,
ODocumentHelper.RIDMapper ridMapper,
boolean iCheckAlsoIdentity)
Makes a deep comparison field by field to check if the passed ODocument instance is identical
in the content to the current one.
|
static <T> T |
ODocumentHelper.makeDbCall(ODatabaseDocumentInternal databaseRecord,
ODocumentHelper.ODbRelatedCall<T> function) |
protected void |
ODocument.setup(ODatabaseDocumentInternal db)
Internal.
|
protected void |
ORecordBytes.setup(ODatabaseDocumentInternal db) |
protected static void |
ODocument.validateFieldsSecurity(ODatabaseDocumentInternal internal,
ODocument iRecord) |
Constructor and Description |
---|
ORecordBytes(ODatabaseDocumentInternal iDatabase) |
ORecordBytes(ODatabaseDocumentInternal iDatabase,
byte[] iSource) |
ORecordFlat(ODatabaseDocumentInternal iDatabase)
Deprecated.
|
OViewDocument(ODatabaseDocumentInternal database,
int cluster) |
Modifier and Type | Method and Description |
---|---|
void |
OSchedulerImpl.create(ODatabaseDocumentInternal database) |
void |
OSchedulerImpl.load(ODatabaseDocumentInternal database) |
Constructor and Description |
---|
OSchedulerProxy(OSchedulerImpl iDelegate,
ODatabaseDocumentInternal iDatabase) |
Modifier and Type | Method and Description |
---|---|
Set<OSecurityResourceProperty> |
OSymmetricKeySecurity.getAllFilteredProperties(ODatabaseDocumentInternal database) |
Modifier and Type | Method and Description |
---|---|
ORecordSerializationDebug |
ORecordSerializerBinaryDebug.deserializeDebug(byte[] iSource,
ODatabaseDocumentInternal db) |
void |
ORecordSerializerBinaryV1.deserializeDebug(BytesContainer bytes,
ODatabaseDocumentInternal db,
ORecordSerializationDebug debugInfo,
OImmutableSchema schema) |
void |
ORecordSerializerNetworkV0.deserializeDebug(BytesContainer bytes,
ODatabaseDocumentInternal db,
ORecordSerializationDebug debugInfo,
OImmutableSchema schema) |
void |
ODocumentSerializer.deserializeDebug(BytesContainer bytes,
ODatabaseDocumentInternal db,
ORecordSerializationDebug debugInfo,
OImmutableSchema schema) |
void |
ORecordSerializerBinaryV0.deserializeDebug(BytesContainer bytes,
ODatabaseDocumentInternal db,
ORecordSerializationDebug debugInfo,
OImmutableSchema schema) |
Modifier and Type | Method and Description |
---|---|
static ODatabaseDocumentInternal |
OCommandExecutorToOStatementWrapper.getDatabase() |
Modifier and Type | Method and Description |
---|---|
static OStatement |
OSQLEngine.parse(String query,
ODatabaseDocumentInternal db) |
static List<OStatement> |
OSQLEngine.parseScript(InputStream script,
ODatabaseDocumentInternal db) |
static List<OStatement> |
OSQLEngine.parseScript(String script,
ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
void |
OResultInternal.bindToCache(ODatabaseDocumentInternal db) |
static OQueryStats |
OQueryStats.get(ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
static ODatabaseDocumentInternal |
OFunctionCall.getDatabase() |
static ODatabaseDocumentInternal |
SimpleNode.getDatabase() |
static ODatabaseDocumentInternal |
OMethodCall.getDatabase() |
Modifier and Type | Method and Description |
---|---|
static OExecutionPlan |
OExecutionPlanCache.get(String statement,
OCommandContext ctx,
ODatabaseDocumentInternal db)
returns an already prepared SQL execution plan, taking it from the cache if it exists or
creating a new one if it doesn't
|
static OStatement |
OStatementCache.get(String statement,
ODatabaseDocumentInternal db)
returns an already parsed 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
|
List<OBinaryCondition> |
OAndBlock.getIndexedFunctionConditions(OClass iSchemaClass,
ODatabaseDocumentInternal database) |
List<OBinaryCondition> |
OOrBlock.getIndexedFunctionConditions(OClass iSchemaClass,
ODatabaseDocumentInternal database) |
List<OBinaryCondition> |
OWhereClause.getIndexedFunctionConditions(OClass iSchemaClass,
ODatabaseDocumentInternal database) |
List<OBinaryCondition> |
OBinaryCondition.getIndexedFunctionConditions(OClass iSchemaClass,
ODatabaseDocumentInternal database) |
List<OBinaryCondition> |
OBooleanExpression.getIndexedFunctionConditions(OClass iSchemaClass,
ODatabaseDocumentInternal database) |
List<OBinaryCondition> |
ONotBlock.getIndexedFunctionConditions(OClass iSchemaClass,
ODatabaseDocumentInternal database) |
OExecutionPlan |
OExecutionPlanCache.getInternal(String statement,
OCommandContext ctx,
ODatabaseDocumentInternal db) |
static long |
OExecutionPlanCache.getLastInvalidation(ODatabaseDocumentInternal db) |
OBinaryCondition |
OBinaryCondition.isIndexedFunctionCondition(OClass iSchemaClass,
ODatabaseDocumentInternal database) |
static void |
OExecutionPlanCache.put(String statement,
OExecutionPlan plan,
ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
ODatabaseDocumentInternal |
OMicroTransaction.getDatabase() |
Modifier and Type | Method and Description |
---|---|
void |
OMicroTransaction.setDatabase(ODatabaseDocumentInternal database) |
Constructor and Description |
---|
OMicroTransaction(OAbstractPaginatedStorage storage,
ODatabaseDocumentInternal database)
Instantiates a new micro-transaction.
|
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
OTransactionAbstract.database |
Modifier and Type | Method and Description |
---|---|
ODatabaseDocumentInternal |
OTransactionAbstract.getDatabase() |
ODatabaseDocumentInternal |
OTransactionInternal.getDatabase()
Access to the database of the transaction
|
Modifier and Type | Method and Description |
---|---|
void |
OTransactionData.fill(OTransactionInternal transaction,
ODatabaseDocumentInternal database) |
OIndexInternal |
OTransactionIndexChanges.resolveAssociatedIndex(String indexName,
OIndexManagerAbstract indexManager,
ODatabaseDocumentInternal db) |
void |
OTransactionAbstract.setDatabase(ODatabaseDocumentInternal database) |
void |
OTransactionInternal.setDatabase(ODatabaseDocumentInternal database) |
static void |
OTransactionAbstract.updateCacheFromEntries(ODatabaseDocumentInternal database,
Iterable<? extends ORecordOperation> entries,
boolean updateStrategy) |
Constructor and Description |
---|
OTransactionAbstract(ODatabaseDocumentInternal iDatabase) |
OTransactionNoTx(ODatabaseDocumentInternal iDatabase,
Map<ORID,OTransactionAbstract.LockedRecordMetadata> noTxLocks) |
OTransactionOptimistic(ODatabaseDocumentInternal iDatabase) |
OTransactionRealAbstract(ODatabaseDocumentInternal database,
int id) |
Modifier and Type | Method and Description |
---|---|
static Calendar |
ODateHelper.getDatabaseCalendar(ODatabaseDocumentInternal db) |
static TimeZone |
ODateHelper.getDatabaseTimeZone(ODatabaseDocumentInternal db) |
static String |
ODateHelper.getDateFormat(ODatabaseDocumentInternal db) |
static DateFormat |
ODateHelper.getDateFormatInstance(ODatabaseDocumentInternal db) |
static String |
ODateHelper.getDateTimeFormat(ODatabaseDocumentInternal db) |
static DateFormat |
ODateHelper.getDateTimeFormatInstance(ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
protected Object |
OETLAbstractLookupTransformer.lookup(ODatabaseDocumentInternal db,
Object joinValue,
boolean iReturnRIDS) |
Modifier and Type | Method and Description |
---|---|
static ODatabaseDocumentInternal |
OGremlinHelper.getGraphDatabase(ODatabaseDocumentInternal iCurrentDatabase) |
Modifier and Type | Method and Description |
---|---|
OrientGraph |
OGremlinHelper.acquireGraph(ODatabaseDocumentInternal database) |
static Object |
OGremlinHelper.execute(ODatabaseDocumentInternal iDatabase,
String iText,
Map<Object,Object> iConfiguredParameters,
Map<Object,Object> iCurrentParameters,
List<Object> iResult,
OGremlinHelper.OGremlinCallback iBeforeExecution,
OGremlinHelper.OGremlinCallback iAfterExecution) |
static ODatabaseDocumentInternal |
OGremlinHelper.getGraphDatabase(ODatabaseDocumentInternal iCurrentDatabase) |
Modifier and Type | Method and Description |
---|---|
OrientBaseGraph |
OScriptGraphWrapper.reuse(ODatabaseDocumentInternal iDatabase) |
Constructor and Description |
---|
OrientJdbcDatabaseMetaData(OrientJdbcConnection iConnection,
ODatabaseDocumentInternal iDatabase) |
Modifier and Type | Method and Description |
---|---|
ODatabaseDocumentInternal |
OObjectDatabaseTx.getUnderlying() |
Constructor and Description |
---|
OObjectDatabaseTx(ODatabaseDocumentInternal iDatabase)
Constructor to wrap an existing database connect for object connections
|
Constructor and Description |
---|
OObjectIteratorClass(OObjectDatabaseTx iDatabase,
ODatabaseDocumentInternal iUnderlyingDatabase,
String iClusterName,
boolean iPolymorphic) |
OObjectIteratorCluster(OObjectDatabaseTx iDatabase,
ODatabaseDocumentInternal iUnderlyingDatabase,
int iClusterId) |
Constructor and Description |
---|
OMetadataObject(OMetadataInternal iUnderlying,
ODatabaseDocumentInternal database) |
Modifier and Type | Method and Description |
---|---|
OView |
OSchemaProxyObject.createView(ODatabaseDocumentInternal database,
String viewName,
String statement,
Map<String,Object> metadata) |
Modifier and Type | Method and Description |
---|---|
ODatabaseDocumentInternal |
OClientConnection.getDatabase() |
ODatabaseDocumentInternal |
OServer.openDatabase(String database) |
ODatabaseDocumentInternal |
OServer.openDatabase(String iDbUrl,
OToken iToken) |
ODatabaseDocumentInternal |
OServer.openDatabase(String iDbUrl,
String user,
String password) |
ODatabaseDocumentInternal |
OServer.openDatabase(String iDbUrl,
String user,
String password,
ONetworkProtocolData data) |
ODatabaseDocumentInternal |
OServer.openDatabase(String iDbUrl,
String user,
String password,
ONetworkProtocolData data,
boolean iBypassAccess) |
ODatabaseDocumentInternal |
OSystemDatabase.openSystemDatabase()
Opens the System Database and returns an ODatabaseDocumentInternal object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
OTokenHandler.getSignedBinaryToken(ODatabaseDocumentInternal db,
OSecurityUser user,
ONetworkProtocolData data) |
void |
OClientConnection.setDatabase(ODatabaseDocumentInternal database) |
void |
OPushManager.subscribeFunctions(ODatabaseDocumentInternal database,
ONetworkProtocolBinary protocol) |
void |
OPushManager.subscribeIndexManager(ODatabaseDocumentInternal database,
ONetworkProtocolBinary protocol) |
void |
OPushManager.subscribeSchema(ODatabaseDocumentInternal database,
ONetworkProtocolBinary protocol) |
void |
OPushManager.subscribeSequences(ODatabaseDocumentInternal database,
ONetworkProtocolBinary protocol) |
void |
OPushManager.subscribeStorageConfiguration(ODatabaseDocumentInternal database,
ONetworkProtocolBinary protocol) |
Modifier and Type | Method and Description |
---|---|
OUser |
OBinaryToken.getUser(ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
ODatabaseDocumentInternal |
ODistributedDatabase.getDatabaseInstance() |
Modifier and Type | Method and Description |
---|---|
void |
ODistributedTxContext.begin(ODatabaseDocumentInternal distributed,
boolean local) |
Set<ORecordId> |
ODistributedTxContext.cancel(ODistributedServerManager current,
ODatabaseDocumentInternal database) |
void |
ODistributedTxContext.commit(ODatabaseDocumentInternal database) |
Object |
ODistributedServerManager.executeOnLocalNode(ODistributedRequestId reqId,
ORemoteTask task,
ODatabaseDocumentInternal database) |
Set<ORecordId> |
ODistributedTxContext.rollback(ODatabaseDocumentInternal database) |
void |
ODistributedDatabase.unlockResourcesOfServer(ODatabaseDocumentInternal database,
String serverName) |
Modifier and Type | Class and Description |
---|---|
class |
ODatabaseDocumentDistributed
Created by tglman on 30/03/17.
|
class |
ODatabaseDocumentDistributedPooled
Created by tglman on 30/03/17.
|
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
ODistributedWorker.database |
Modifier and Type | Method and Description |
---|---|
ODatabaseDocumentInternal |
ODatabaseDocumentDistributed.copy() |
ODatabaseDocumentInternal |
ODatabaseDocumentDistributedPooled.copy() |
ODatabaseDocumentInternal |
ODistributedWorker.getDatabase() |
ODatabaseDocumentInternal |
ODistributedDatabaseImpl.getDatabaseInstance() |
Constructor and Description |
---|
OTransactionOptimisticDistributed(ODatabaseDocumentInternal database,
List<ORecordOperation> changes) |
Modifier and Type | Method and Description |
---|---|
void |
OSchemaDistributed.acquireSchemaWriteLock(ODatabaseDocumentInternal database) |
void |
OSharedContextDistributed.create(ODatabaseDocumentInternal database) |
OIndex |
OIndexManagerDistributed.createIndex(ODatabaseDocumentInternal database,
String iName,
String iType,
OIndexDefinition indexDefinition,
int[] clusterIdsToIndex,
OProgressListener progressListener,
ODocument metadata) |
OIndex |
OIndexManagerDistributed.createIndex(ODatabaseDocumentInternal database,
String iName,
String iType,
OIndexDefinition iIndexDefinition,
int[] iClusterIdsToIndex,
OProgressListener progressListener,
ODocument metadata,
String algorithm) |
OIndex |
OIndexManagerDistributed.distributedCreateIndex(ODatabaseDocumentInternal database,
String iName,
String iType,
OIndexDefinition iIndexDefinition,
int[] iClusterIdsToIndex,
OProgressListener progressListener,
ODocument metadata,
String engine) |
void |
OIndexManagerDistributed.distributedDropIndex(ODatabaseDocumentInternal database,
String iName) |
protected void |
OSchemaDistributed.doDropClass(ODatabaseDocumentInternal database,
String className) |
protected void |
OSchemaDistributed.doDropView(ODatabaseDocumentInternal database,
String name) |
protected void |
OSchemaDistributed.doRealCreateClass(ODatabaseDocumentInternal database,
String className,
List<OClass> superClassesList,
int[] clusterIds) |
protected void |
OSchemaDistributed.doRealCreateView(ODatabaseDocumentInternal database,
OViewConfig config,
int[] clusterIds) |
void |
OIndexManagerDistributed.dropIndex(ODatabaseDocumentInternal database,
String iIndexName) |
protected boolean |
OClassDistributed.isDistributedCommand(ODatabaseDocumentInternal database) |
protected boolean |
OSchemaDistributed.isRunLocal(ODatabaseDocumentInternal database) |
void |
OSharedContextDistributed.load(ODatabaseDocumentInternal database) |
OIndexManagerAbstract |
OIndexManagerDistributed.load(ODatabaseDocumentInternal database) |
void |
OSchemaDistributed.releaseSchemaWriteLock(ODatabaseDocumentInternal database,
boolean iSave) |
void |
OSharedContextDistributed.reload(ODatabaseDocumentInternal database) |
void |
OSchemaDistributed.sendCommand(ODatabaseDocumentInternal database,
String command) |
void |
OIndexManagerDistributed.sendCommand(ODatabaseDocumentInternal database,
String query) |
Constructor and Description |
---|
OBackgroundBackup(OSyncDatabaseTask oSyncDatabaseTask,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database,
File resultedBackupFile,
String finalBackupPath,
OModifiableBoolean incremental,
ODistributedDatabase dDatabase,
ODistributedRequestId requestId,
File completedFile) |
Modifier and Type | Method and Description |
---|---|
Object |
NodeOperationTask.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
Modifier and Type | Method and Description |
---|---|
static Object |
OCommandExecutorSQLHASyncCluster.replaceCluster(OHazelcastPlugin dManager,
ODatabaseDocumentInternal database,
OServer serverInstance,
String databaseName,
String clusterName) |
Modifier and Type | Method and Description |
---|---|
abstract Object |
OAbstractRemoteTask.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
Object |
ORemoteTask.execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
Modifier and Type | Method and Description |
---|---|
protected void |
OAutomaticBackup.exportDatabase(String dbURL,
String iPath,
ODatabaseDocumentInternal db) |
protected void |
OAutomaticBackup.fullBackupDatabase(String dbURL,
String iPath,
ODatabaseDocumentInternal db) |
protected void |
OAutomaticBackup.incrementalBackupDatabase(String dbURL,
String iPath,
ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
void |
ONetworkProtocolHttpAbstract.setDatabase(ODatabaseDocumentInternal db) |
void |
ONetworkHttpExecutor.setDatabase(ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
protected ODatabaseDocumentInternal |
OServerCommandAuthenticatedDbAbstract.getProfiledDatabaseInstance(OHttpRequest iRequest) |
protected ODatabaseDocumentInternal |
OServerCommandAuthenticatedDbAbstract.getProfiledDatabaseInstanceBasic(OHttpRequest iRequest) |
protected ODatabaseDocumentInternal |
OServerCommandAuthenticatedDbAbstract.getProfiledDatabaseInstanceToken(OHttpRequest iRequest) |
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
OServerCommandPostUploadSingleFile.database |
protected ODatabaseDocumentInternal |
OServerCommandPostImportDatabase.database |
Modifier and Type | Method and Description |
---|---|
protected void |
OServerCommandPostDatabase.sendDatabaseInfo(OHttpRequest iRequest,
OHttpResponse iResponse,
ODatabaseDocumentInternal db) |
Modifier and Type | Method and Description |
---|---|
byte[] |
OTokenHandlerImpl.getSignedBinaryToken(ODatabaseDocumentInternal db,
OSecurityUser user,
ONetworkProtocolData data) |
byte[] |
OrientTokenHandler.getSignedBinaryToken(ODatabaseDocumentInternal db,
OSecurityUser user,
ONetworkProtocolData data) |
OUser |
JsonWebToken.getUser(ODatabaseDocumentInternal db) |
Constructor and Description |
---|
OTransactionOptimisticProxy(ODatabaseDocumentInternal database,
int txId,
boolean usingLong,
List<ORecordOperationRequest> operations,
ODocument indexChanges,
short protocolVersion,
ORecordSerializer serializer) |
OTransactionOptimisticServer(ODatabaseDocumentInternal database,
int txId,
boolean usingLong,
List<ORecordOperationRequest> operations,
List<IndexChange> indexChanges) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.spatial.SpatialStrategy |
OSpatialStrategyFactory.createStrategy(org.locationtech.spatial4j.context.SpatialContext ctx,
ODatabaseDocumentInternal db,
OIndexDefinition indexDefinition,
ODocument metadata) |
Modifier and Type | Method and Description |
---|---|
protected ODatabaseDocumentInternal |
OSpatialFunctionAbstractIndexable.getDb() |
Modifier and Type | Field and Description |
---|---|
protected ODatabaseDocumentInternal |
OrientBaseGraph.database |
Modifier and Type | Method and Description |
---|---|
protected ODatabaseDocumentInternal |
OrientBaseGraph.getDatabase() |
Modifier and Type | Method and Description |
---|---|
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(ODatabaseDocumentInternal database) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(ODatabaseDocumentInternal database,
boolean autoCreateTx) |
OrientBaseGraph |
OrientGraphFactory.OrientGraphImplFactory.getGraph(ODatabaseDocumentInternal database,
String user,
String password,
OrientConfigurableGraph.Settings settings) |
OrientBaseGraph |
OrientBaseGraph.reuse(ODatabaseDocumentInternal iDatabase)
Reuses the underlying database avoiding to create and open it every time.
|
Constructor and Description |
---|
OrientBaseGraph(ODatabaseDocumentInternal iDatabase,
String iUserName,
String iUserPassword,
OrientConfigurableGraph.Settings iConfiguration)
Constructs a new object using an existent database instance.
|
OrientGraph(ODatabaseDocumentInternal iDatabase)
Creates a new Transactional Graph using an existent database instance.
|
OrientGraph(ODatabaseDocumentInternal iDatabase,
boolean iAutoStartTx)
Creates a new Transactional Graph using an existent database instance and the auto-start
setting to determine if auto start a transaction.
|
OrientGraph(ODatabaseDocumentInternal iDatabase,
String iUserName,
String iUserPasswd)
Creates a new Transactional Graph using an existent database instance.
|
OrientGraph(ODatabaseDocumentInternal iDatabase,
String iUser,
String iPassword,
OrientConfigurableGraph.Settings iConfiguration)
Creates a new Transactional Graph using an existent database instance.
|
OrientGraphNoTx(ODatabaseDocumentInternal iDatabase)
Constructs a new object using an existent database instance.
|
OrientGraphNoTx(ODatabaseDocumentInternal iDatabase,
String user,
String password) |
OrientGraphNoTx(ODatabaseDocumentInternal iDatabase,
String user,
String password,
OrientConfigurableGraph.Settings iConfiguration) |
OrientTransactionalGraph(ODatabaseDocumentInternal iDatabase)
Constructs a new object using an existent database instance.
|
OrientTransactionalGraph(ODatabaseDocumentInternal iDatabase,
boolean iAutoStartTx,
String iUserName,
String iUserPasswd) |
OrientTransactionalGraph(ODatabaseDocumentInternal iDatabase,
String iUserName,
String iUserPasswd,
OrientConfigurableGraph.Settings iConfiguration) |
Copyright © 2009–2020 OrientDB. All rights reserved.