Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Enum Classes
  • Annotation Interfaces
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Terminally Deprecated Elements
    Element
    Description
    com.orientechnologies.orient.core.record.impl.ODocument.load(String)
    com.orientechnologies.orient.core.record.impl.ODocument.load(String, boolean)
    com.orientechnologies.orient.core.record.impl.ODocument.reload(String, boolean)
    com.orientechnologies.orient.core.record.impl.ODocument.save()
    com.orientechnologies.orient.core.record.impl.ODocument.save(String)
    com.orientechnologies.orient.core.record.impl.ODocument.save(String, boolean)
    com.orientechnologies.orient.core.record.impl.ODocument.toStream()
    com.orientechnologies.orient.core.record.ORecord.delete()
    com.orientechnologies.orient.core.record.ORecord.getDatabase()
    com.orientechnologies.orient.core.record.ORecord.load()
    com.orientechnologies.orient.core.record.ORecord.reload()
    com.orientechnologies.orient.core.record.ORecord.reload(String, boolean, boolean)
    com.orientechnologies.orient.core.record.ORecord.save()
    com.orientechnologies.orient.core.record.ORecord.save(boolean)
    com.orientechnologies.orient.core.record.ORecord.save(String)
    com.orientechnologies.orient.core.record.ORecord.save(String, boolean)
    com.orientechnologies.orient.core.record.ORecordAbstract.reload()
    com.orientechnologies.orient.core.record.ORecordAbstract.reload(String)
    com.orientechnologies.orient.core.record.ORecordAbstract.reload(String, boolean)
    com.orientechnologies.orient.core.record.ORecordAbstract.reload(String, boolean, boolean)
    com.orientechnologies.orient.core.record.ORecordAbstract.save()
    com.orientechnologies.orient.core.record.ORecordAbstract.save(boolean)
    com.orientechnologies.orient.core.record.ORecordAbstract.save(String)
    com.orientechnologies.orient.core.record.ORecordAbstract.save(String, boolean)
    com.orientechnologies.orient.core.serialization.OSerializableStream
    com.orientechnologies.orient.core.serialization.OSerializableStream.fromStream(byte[])
    com.orientechnologies.orient.core.serialization.OSerializableStream.toStream()
  • Deprecated Interfaces
    Interface
    Description
    com.orientechnologies.orient.core.record.ORecordListener
    com.orientechnologies.orient.core.serialization.OSerializableStream
    com.orientechnologies.orient.server.handler.OServerHandler
  • Deprecated Classes
    Class
    Description
    com.orientechnologies.common.types.OBinary
    com.orientechnologies.orient.core.dictionary.ODictionary
    com.orientechnologies.orient.core.index.OIndexFullText
    com.orientechnologies.orient.core.serialization.OMemoryStream
    use OByteArrayOutputStream instead.
    com.orientechnologies.orient.object.dictionary.ODictionaryWrapper
    com.orientechnologies.orient.server.handler.OServerHandlerAbstract
    com.orientechnologies.orient.server.handler.OServerHandlerHelper
    com.orientechnologies.orient.server.plugin.livequery.OLiveQueryPlugin
  • Deprecated Enum Classes
    Enum Class
    Description
    com.orientechnologies.orient.core.metadata.security.ORestrictedOperation
    com.orientechnologies.orient.core.metadata.security.OSecurityRole.ALLOW_MODES
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    com.orientechnologies.orient.core.annotation.OAccess
    com.orientechnologies.orient.core.annotation.OAfterDeserialization
    com.orientechnologies.orient.core.annotation.OAfterSerialization
    com.orientechnologies.orient.core.annotation.OBeforeDeserialization
    com.orientechnologies.orient.core.annotation.OBeforeSerialization
  • Deprecated Fields
    Field
    Description
    com.orientechnologies.orient.core.metadata.schema.OImmutableClass.EDGE_CLASS_NAME
    com.orientechnologies.orient.core.metadata.schema.OImmutableClass.VERTEX_CLASS_NAME
    com.orientechnologies.orient.core.metadata.security.OSecurity.IDENTITY_CLASSNAME
    com.orientechnologies.orient.core.metadata.security.OSecurityShared.ALLOW_ALL_FIELD
    com.orientechnologies.orient.core.metadata.security.OSecurityShared.ALLOW_DELETE_FIELD
    com.orientechnologies.orient.core.metadata.security.OSecurityShared.ALLOW_READ_FIELD
    com.orientechnologies.orient.core.metadata.security.OSecurityShared.ALLOW_UPDATE_FIELD
    com.orientechnologies.orient.core.record.OEdge.DIRECITON_IN
    com.orientechnologies.orient.core.record.OEdge.DIRECITON_OUT
    com.orientechnologies.orient.server.OTokenHandler.TOKEN_HANDLER_NAME
  • Deprecated Methods
    Method
    Description
    com.orientechnologies.agent.OEnterpriseAgent.installDistributedCommands()
    com.orientechnologies.lucene.index.OLuceneIndexNotUnique.get(Object)
    com.orientechnologies.orient.core.config.IndexEngineData.getApiVersion()
    com.orientechnologies.orient.core.config.IndexEngineData.getDurableInNonTxMode()
    com.orientechnologies.orient.core.config.OStorageConfigurationImpl.fromStream(byte[])
    because method uses native encoding use OStorageConfigurationImpl.fromStream(byte[], int, int, Charset) instead.
    com.orientechnologies.orient.core.config.OStorageConfigurationImpl.toStream()
    because method uses native encoding use OStorageConfigurationImpl.toStream(Charset) instead.
    com.orientechnologies.orient.core.db.document.ODatabaseDocument.browseClass(String)
    com.orientechnologies.orient.core.db.document.ODatabaseDocument.browseClass(String, boolean)
    com.orientechnologies.orient.core.db.document.ODatabaseDocument.browseCluster(String)
    com.orientechnologies.orient.core.db.document.ODatabaseDocument.browseCluster(String, Class<REC>)
    com.orientechnologies.orient.core.db.document.ODatabaseDocument.browseCluster(String, Class<REC>, long, long)
    com.orientechnologies.orient.core.db.document.ODatabaseDocument.getRecordType()
    com.orientechnologies.orient.core.db.document.ODatabaseDocumentAbstract.getDictionary()
    com.orientechnologies.orient.core.db.document.ODatabaseDocumentAbstract.setCurrentDatabaseInThreadLocal()
    com.orientechnologies.orient.core.db.ODatabase.getClusterRecordSizeById(int)
    com.orientechnologies.orient.core.db.ODatabase.getClusterRecordSizeByName(String)
    com.orientechnologies.orient.core.db.ODatabase.getConflictStrategy()
    com.orientechnologies.orient.core.db.ODatabase.getDictionary()
    Manual indexes are prohibited and will be removed
    com.orientechnologies.orient.core.db.ODatabase.getProperties()
    use ODatabase.getConfiguration() instead if you use >=3.0 API.
    com.orientechnologies.orient.core.db.ODatabase.getProperty(String)
    use ODatabase.getConfiguration() instead if you use >=3.0 API.
    com.orientechnologies.orient.core.db.ODatabase.getRecordMetadata(ORID)
    com.orientechnologies.orient.core.db.ODatabase.registerListener(ODatabaseListener)
    com.orientechnologies.orient.core.db.ODatabase.setConflictStrategy(ORecordConflictStrategy)
    com.orientechnologies.orient.core.db.ODatabase.setConflictStrategy(String)
    com.orientechnologies.orient.core.db.ODatabase.setProperty(String, Object)
    use OrientDBConfig.builder().setConfig(propertyName, propertyValue).build(); instead if you use >=3.0 API.
    com.orientechnologies.orient.core.db.ODatabase.setStatus(ODatabase.STATUS)
    com.orientechnologies.orient.core.db.ODatabase.unregisterListener(ODatabaseListener)
    com.orientechnologies.orient.core.db.ODatabaseLifecycleListener.onCreateClass(ODatabaseInternal, OClass)
    com.orientechnologies.orient.core.db.ODatabaseLifecycleListener.onDropClass(ODatabaseInternal, OClass)
    com.orientechnologies.orient.core.db.ODatabaseListener.onCorruptionRepairDatabase(ODatabase, String, String)
    com.orientechnologies.orient.core.db.ODatabaseListener.onCreate(ODatabase)
    com.orientechnologies.orient.core.db.ODatabaseListener.onDelete(ODatabase)
    com.orientechnologies.orient.core.db.ODatabaseListener.onOpen(ODatabase)
    com.orientechnologies.orient.core.id.ORID.nextRid()
    com.orientechnologies.orient.core.index.OIndex.clear()
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndex.count(Object)
    Use index.getInternal().getRids(key).count() instead. This API only for internal use !.
    com.orientechnologies.orient.core.index.OIndex.cursor()
    Use index.getInternal().stream() instead. This API only for internal use !
    com.orientechnologies.orient.core.index.OIndex.descCursor()
    Use index.getInternal().descStream() instead. This API only for internal use !
    com.orientechnologies.orient.core.index.OIndex.flush()
    com.orientechnologies.orient.core.index.OIndex.get(Object)
    Use OIndexInternal.getRids(Object) instead, but only as internal (not public) API.
    com.orientechnologies.orient.core.index.OIndex.getFirstKey()
    Use index.getInternal().stream().findFirst().map(pair->pair.first) instead. This API only for internal use !
    com.orientechnologies.orient.core.index.OIndex.getKeySize()
    Use index.getInternal().getRids(key).distinct().count() instead. This API only for internal use !.
    com.orientechnologies.orient.core.index.OIndex.getLastKey()
    Use index.getInternal().descStream().findFirst().map(pair->pair.first) instead. This API only for internal use !
    com.orientechnologies.orient.core.index.OIndex.getRebuildVersion()
    com.orientechnologies.orient.core.index.OIndex.getSize()
    Use OIndexInternal.size() instead. This API only for internal use !.
    com.orientechnologies.orient.core.index.OIndex.isRebuilding()
    com.orientechnologies.orient.core.index.OIndex.iterateEntries(Collection<?>, boolean)
    Use OIndexInternal.streamEntries(Collection, boolean) instead. This API only for internal use !
    com.orientechnologies.orient.core.index.OIndex.iterateEntriesBetween(Object, boolean, Object, boolean, boolean)
    Use OIndexInternal.streamEntriesBetween(Object, boolean, Object, boolean, boolean) instead. This API only * for internal use !
    com.orientechnologies.orient.core.index.OIndex.iterateEntriesMajor(Object, boolean, boolean)
    Use OIndexInternal.streamEntriesMajor(Object, boolean, boolean) instead. This API only for internal use !
    com.orientechnologies.orient.core.index.OIndex.iterateEntriesMinor(Object, boolean, boolean)
    Use OIndexInternal.streamEntriesMinor(Object, boolean, boolean) instead. This API only for internal use !
    com.orientechnologies.orient.core.index.OIndex.keyCursor()
    Use index.getInternal().keyStream() instead. This API only for internal use !
    com.orientechnologies.orient.core.index.OIndexAbstract.clear()
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexAbstract.count(Object)
    com.orientechnologies.orient.core.index.OIndexAbstract.cursor()
    com.orientechnologies.orient.core.index.OIndexAbstract.descCursor()
    com.orientechnologies.orient.core.index.OIndexAbstract.flush()
    com.orientechnologies.orient.core.index.OIndexAbstract.getFirstKey()
    com.orientechnologies.orient.core.index.OIndexAbstract.getKeySize()
    com.orientechnologies.orient.core.index.OIndexAbstract.getLastKey()
    com.orientechnologies.orient.core.index.OIndexAbstract.getRebuildVersion()
    com.orientechnologies.orient.core.index.OIndexAbstract.getSize()
    com.orientechnologies.orient.core.index.OIndexAbstract.isRebuilding()
    com.orientechnologies.orient.core.index.OIndexAbstract.iterateEntries(Collection<?>, boolean)
    com.orientechnologies.orient.core.index.OIndexAbstract.iterateEntriesBetween(Object, boolean, Object, boolean, boolean)
    com.orientechnologies.orient.core.index.OIndexAbstract.iterateEntriesMajor(Object, boolean, boolean)
    com.orientechnologies.orient.core.index.OIndexAbstract.iterateEntriesMinor(Object, boolean, boolean)
    com.orientechnologies.orient.core.index.OIndexAbstract.keyCursor()
    com.orientechnologies.orient.core.index.OIndexManager.areIndexed(String, String...)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.areIndexed(String, Collection<String>)
     
    com.orientechnologies.orient.core.index.OIndexManager.autoRecreateIndexesAfterCrash()
    com.orientechnologies.orient.core.index.OIndexManager.createIndex(String, String, OIndexDefinition, int[], OProgressListener, ODocument)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.createIndex(String, String, OIndexDefinition, int[], OProgressListener, ODocument, String)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.dropIndex(String)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.existsIndex(String)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.getClassAutoShardingIndex(String)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.getClassIndex(String, String)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.getClassIndexes(String)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.getClassIndexes(String, Collection<OIndex>)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.getClassInvolvedIndexes(String, String...)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.getClassInvolvedIndexes(String, Collection<String>)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.getClassUniqueIndex(String)
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.getConfiguration()
    com.orientechnologies.orient.core.index.OIndexManager.getDefaultClusterName()
    com.orientechnologies.orient.core.index.OIndexManager.getDictionary()
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.getIndexes()
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.recreateIndexes()
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexManager.removeClassPropertyIndex(OIndex)
    com.orientechnologies.orient.core.index.OIndexManager.setDefaultClusterName(String)
    com.orientechnologies.orient.core.index.OIndexManager.waitTillIndexRestore()
    Manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.index.OIndexMultiValues.get(Object)
    com.orientechnologies.orient.core.index.OIndexOneValue.get(Object)
    com.orientechnologies.orient.core.index.OIndexRemoteMultiValue.get(Object)
    com.orientechnologies.orient.core.index.OIndexRemoteOneValue.get(Object)
    com.orientechnologies.orient.core.index.OSessionIndexManager.getConfiguration()
    com.orientechnologies.orient.core.metadata.function.OFunction.execute(Object...)
    com.orientechnologies.orient.core.metadata.function.OFunction.execute(Map<Object, Object>)
    com.orientechnologies.orient.core.metadata.function.OFunction.executeInContext(OCommandContext, Object...)
    com.orientechnologies.orient.core.metadata.function.OFunction.executeInContext(OCommandContext, Map<String, Object>)
    com.orientechnologies.orient.core.metadata.OSessionMetadata.getIndexManager()
    com.orientechnologies.orient.core.metadata.schema.OClass.getAllBaseClasses()
    com.orientechnologies.orient.core.metadata.schema.OClass.getBaseClasses()
    com.orientechnologies.orient.core.metadata.schema.OClass.getSuperClass()
    com.orientechnologies.orient.core.metadata.schema.OClass.setSuperClass(OClass)
    com.orientechnologies.orient.core.metadata.schema.OClassAbstractDelegate.getAllBaseClasses()
    com.orientechnologies.orient.core.metadata.schema.OClassAbstractDelegate.getBaseClasses()
    com.orientechnologies.orient.core.metadata.schema.OClassAbstractDelegate.getSuperClass()
    com.orientechnologies.orient.core.metadata.schema.OClassAbstractDelegate.setSuperClass(OClass)
    com.orientechnologies.orient.core.metadata.schema.OClassImpl.getAllBaseClasses()
    com.orientechnologies.orient.core.metadata.schema.OClassImpl.getBaseClasses()
    com.orientechnologies.orient.core.metadata.schema.OClassImpl.getSuperClass()
    com.orientechnologies.orient.core.metadata.schema.OClassImpl.setSuperClass(OClass)
    com.orientechnologies.orient.core.metadata.schema.OImmutableClass.getAllBaseClasses()
    com.orientechnologies.orient.core.metadata.schema.OImmutableClass.getBaseClasses()
    com.orientechnologies.orient.core.metadata.schema.OImmutableClass.getSuperClass()
    com.orientechnologies.orient.core.metadata.schema.OImmutableClass.setSuperClass(OClass)
    com.orientechnologies.orient.core.metadata.schema.OProperty.dropIndexes()
    Use SQL command instead.
    com.orientechnologies.orient.core.metadata.schema.OProperty.getIndex()
    Use OClass.getInvolvedIndexes(String...) instead.
    com.orientechnologies.orient.core.metadata.schema.OProperty.getIndexes()
    Use OClass.getInvolvedIndexes(String...) instead.
    com.orientechnologies.orient.core.metadata.schema.OProperty.isIndexed()
    Use OClass.areIndexed(String...) instead.
    com.orientechnologies.orient.core.metadata.schema.OPropertyAbstractDelegate.dropIndexes()
    com.orientechnologies.orient.core.metadata.schema.OPropertyAbstractDelegate.getIndex()
    com.orientechnologies.orient.core.metadata.schema.OPropertyAbstractDelegate.getIndexes()
    com.orientechnologies.orient.core.metadata.schema.OPropertyAbstractDelegate.isIndexed()
    com.orientechnologies.orient.core.metadata.schema.OPropertyImpl.dropIndexes()
    Use SQL command instead.
    com.orientechnologies.orient.core.metadata.schema.OPropertyImpl.dropIndexesInternal()
    by OPropertyImpl.dropIndexes()
    com.orientechnologies.orient.core.metadata.schema.OPropertyImpl.getIndex()
    Use OClass.getInvolvedIndexes(String...) instead.
    com.orientechnologies.orient.core.metadata.schema.OPropertyImpl.getIndexes()
    Use OClass.getInvolvedIndexes(String...) instead.
    com.orientechnologies.orient.core.metadata.schema.OPropertyImpl.isIndexed()
    Use OClass.areIndexed(String...) instead.
    com.orientechnologies.orient.core.metadata.schema.OType.asString(Object)
    com.orientechnologies.orient.core.metadata.schema.OType.getJavaTypes()
    com.orientechnologies.orient.core.metadata.security.OImmutableRole.allow(String, int)
    com.orientechnologies.orient.core.metadata.security.OImmutableRole.hasRule(String)
    com.orientechnologies.orient.core.metadata.security.OImmutableUser.allow(String, int)
    com.orientechnologies.orient.core.metadata.security.OImmutableUser.checkIfAllowed(String, int)
    com.orientechnologies.orient.core.metadata.security.OImmutableUser.isRuleDefined(String)
    com.orientechnologies.orient.core.metadata.security.ORole.addRule(String, int)
    com.orientechnologies.orient.core.metadata.security.ORole.allow(String, int)
    com.orientechnologies.orient.core.metadata.security.ORole.getMode()
    com.orientechnologies.orient.core.metadata.security.ORole.getRules()
    com.orientechnologies.orient.core.metadata.security.ORole.grant(String, int)
    com.orientechnologies.orient.core.metadata.security.ORole.hasRule(String)
    com.orientechnologies.orient.core.metadata.security.ORole.revoke(String, int)
    com.orientechnologies.orient.core.metadata.security.ORole.save()
    com.orientechnologies.orient.core.metadata.security.ORole.setMode(OSecurityRole.ALLOW_MODES)
    com.orientechnologies.orient.core.metadata.security.OSecurity.allowRole(ODocument, ORestrictedOperation, String)
    com.orientechnologies.orient.core.metadata.security.OSecurity.allowUser(ODocument, ORestrictedOperation, String)
    com.orientechnologies.orient.core.metadata.security.OSecurity.authenticate(OToken)
    com.orientechnologies.orient.core.metadata.security.OSecurity.authenticate(String, String)
    com.orientechnologies.orient.core.metadata.security.OSecurity.denyRole(ODocument, ORestrictedOperation, String)
    com.orientechnologies.orient.core.metadata.security.OSecurity.denyUser(ODocument, ORestrictedOperation, String)
    com.orientechnologies.orient.core.metadata.security.OSecurity.isAllowed(Set<OIdentifiable>, Set<OIdentifiable>)
    com.orientechnologies.orient.core.metadata.security.OSecurityInternal.allowIdentity(ODatabaseSession, ODocument, String, OIdentifiable)
    com.orientechnologies.orient.core.metadata.security.OSecurityInternal.allowRole(ODatabaseSession, ODocument, ORestrictedOperation, String)
    com.orientechnologies.orient.core.metadata.security.OSecurityInternal.allowUser(ODatabaseSession, ODocument, ORestrictedOperation, String)
    com.orientechnologies.orient.core.metadata.security.OSecurityInternal.denyRole(ODatabaseSession, ODocument, ORestrictedOperation, String)
    com.orientechnologies.orient.core.metadata.security.OSecurityInternal.denyUser(ODatabaseSession, ODocument, ORestrictedOperation, String)
    com.orientechnologies.orient.core.metadata.security.OSecurityInternal.disallowIdentity(ODatabaseSession, ODocument, String, OIdentifiable)
    com.orientechnologies.orient.core.metadata.security.OSecurityRole.addRule(String, int)
    com.orientechnologies.orient.core.metadata.security.OSecurityRole.allow(String, int)
    com.orientechnologies.orient.core.metadata.security.OSecurityRole.grant(String, int)
    com.orientechnologies.orient.core.metadata.security.OSecurityRole.hasRule(String)
    com.orientechnologies.orient.core.metadata.security.OSecurityRole.revoke(String, int)
    com.orientechnologies.orient.core.metadata.security.OSecurityUser.allow(String, int)
    com.orientechnologies.orient.core.metadata.security.OSecurityUser.checkIfAllowed(String, int)
    com.orientechnologies.orient.core.metadata.security.OSecurityUser.isRuleDefined(String)
    com.orientechnologies.orient.core.metadata.security.OUser.allow(String, int)
    com.orientechnologies.orient.core.metadata.security.OUser.checkIfAllowed(String, int)
    com.orientechnologies.orient.core.metadata.security.OUser.isRuleDefined(String)
    com.orientechnologies.orient.core.metadata.security.OUser.save()
    com.orientechnologies.orient.core.metadata.sequence.OSessionSequenceLibrary.dropSequence(String)
    com.orientechnologies.orient.core.record.impl.ODocument.fields(Map<String, Object>)
    com.orientechnologies.orient.core.record.impl.ODocument.fromString(String)
    com.orientechnologies.orient.core.record.impl.ODocument.getOwners()
    com.orientechnologies.orient.core.record.impl.ODocument.load(String)
    com.orientechnologies.orient.core.record.impl.ODocument.load(String, boolean)
    com.orientechnologies.orient.core.record.impl.ODocument.placeholder()
    com.orientechnologies.orient.core.record.impl.ODocument.reload(String, boolean)
    com.orientechnologies.orient.core.record.impl.ODocument.save()
    com.orientechnologies.orient.core.record.impl.ODocument.save(String)
    com.orientechnologies.orient.core.record.impl.ODocument.save(String, boolean)
    com.orientechnologies.orient.core.record.impl.ODocument.toStream()
    com.orientechnologies.orient.core.record.ORecord.delete()
    com.orientechnologies.orient.core.record.ORecord.getDatabase()
    com.orientechnologies.orient.core.record.ORecord.load()
    com.orientechnologies.orient.core.record.ORecord.reload()
    com.orientechnologies.orient.core.record.ORecord.reload(String, boolean, boolean)
    com.orientechnologies.orient.core.record.ORecord.save()
    com.orientechnologies.orient.core.record.ORecord.save(boolean)
    com.orientechnologies.orient.core.record.ORecord.save(String)
    com.orientechnologies.orient.core.record.ORecord.save(String, boolean)
    com.orientechnologies.orient.core.record.ORecordAbstract.delete()
    com.orientechnologies.orient.core.record.ORecordAbstract.load()
    com.orientechnologies.orient.core.record.ORecordAbstract.reload()
    com.orientechnologies.orient.core.record.ORecordAbstract.reload(String)
    com.orientechnologies.orient.core.record.ORecordAbstract.reload(String, boolean)
    com.orientechnologies.orient.core.record.ORecordAbstract.reload(String, boolean, boolean)
    com.orientechnologies.orient.core.record.ORecordAbstract.save()
    com.orientechnologies.orient.core.record.ORecordAbstract.save(boolean)
    com.orientechnologies.orient.core.record.ORecordAbstract.save(String)
    com.orientechnologies.orient.core.record.ORecordAbstract.save(String, boolean)
    com.orientechnologies.orient.core.schedule.OCronExpression.clone()
    com.orientechnologies.orient.core.serialization.OSerializableStream.fromStream(byte[])
    com.orientechnologies.orient.core.serialization.OSerializableStream.toStream()
    com.orientechnologies.orient.core.sql.parser.CharStream.getColumn()
    com.orientechnologies.orient.core.sql.parser.CharStream.getLine()
    com.orientechnologies.orient.core.sql.parser.JavaCharStream.getColumn()
    com.orientechnologies.orient.core.sql.parser.JavaCharStream.getLine()
    com.orientechnologies.orient.core.tx.OTransaction.lockingStrategy(OIdentifiable)
    com.orientechnologies.orient.core.tx.OTransaction.lockRecord(OIdentifiable, OStorage.LOCKING_STRATEGY)
    com.orientechnologies.orient.core.tx.OTransaction.unlockRecord(OIdentifiable)
    com.orientechnologies.orient.object.db.OObjectDatabaseTx.getDictionary()
    com.orientechnologies.orient.object.metadata.OMetadataObject.getIndexManager()
    com.orientechnologies.orient.server.network.protocol.http.OHttpResponseAbstract.setHeader(String)
    com.orientechnologies.security.auditing.ODefaultAuditing.getClusterName(String)
    org.apache.tinkerpop.gremlin.orientdb.OGraph.classNameToLabel(String)
    org.apache.tinkerpop.gremlin.orientdb.OGraph.getIndexedEdges(OIndex, Iterator<Object>)
    org.apache.tinkerpop.gremlin.orientdb.OGraph.getIndexedKeys(Class<? extends Element>, String)
    org.apache.tinkerpop.gremlin.orientdb.OGraph.getIndexedVertices(OIndex, Iterator<Object>)
    org.apache.tinkerpop.gremlin.orientdb.OGraph.labelToClassName(String, String)
  • Deprecated Constructors
    Constructor
    Description
    com.orientechnologies.orient.core.hook.ODocumentHookAbstract()
    com.orientechnologies.orient.core.iterator.OIdentifiableIterator(ODatabaseDocumentInternal, OStorage.LOCKING_STRATEGY)
    usage of this constructor may lead to deadlocks.
    com.orientechnologies.orient.core.iterator.ORecordIteratorClass(ODatabaseDocumentInternal, String, boolean, OStorage.LOCKING_STRATEGY)
    com.orientechnologies.orient.core.iterator.ORecordIteratorClassDescendentOrder(ODatabaseDocumentInternal, ODatabaseDocumentInternal, String, boolean, OStorage.LOCKING_STRATEGY)
    com.orientechnologies.orient.core.iterator.ORecordIteratorCluster(ODatabaseDocumentInternal, int, long, long, OStorage.LOCKING_STRATEGY)
    com.orientechnologies.orient.core.iterator.ORecordIteratorClusters(ODatabaseDocumentInternal, int[], OStorage.LOCKING_STRATEGY)
    com.orientechnologies.orient.core.iterator.ORecordIteratorClusters(ODatabaseDocumentInternal, OStorage.LOCKING_STRATEGY)
    com.orientechnologies.orient.core.record.impl.ODocument(byte[])
    com.orientechnologies.orient.jdbc.OrientDataSource(OrientDB)
  • Deprecated Enum Constants
    Enum Constant
    Description
    com.orientechnologies.orient.core.config.OGlobalConfiguration.CLIENT_CHANNEL_MIN_POOL
    com.orientechnologies.orient.core.config.OGlobalConfiguration.DB_POOL_IDLE_CHECK_DELAY
    com.orientechnologies.orient.core.config.OGlobalConfiguration.DB_POOL_IDLE_TIMEOUT
    com.orientechnologies.orient.core.config.OGlobalConfiguration.ENVIRONMENT_ALLOW_JVM_SHUTDOWN
    com.orientechnologies.orient.core.config.OGlobalConfiguration.OAUTH2_SECRETKEY
    com.orientechnologies.orient.core.config.OGlobalConfiguration.PAGINATED_STORAGE_LOWEST_FREELIST_BOUNDARY
    com.orientechnologies.orient.core.config.OGlobalConfiguration.RECORD_DOWNSIZING_ENABLED
    com.orientechnologies.orient.core.config.OGlobalConfiguration.SERVER_BACKWARD_COMPATIBILITY
    com.orientechnologies.orient.core.config.OGlobalConfiguration.STORAGE_ENCRYPTION_METHOD
    com.orientechnologies.orient.core.config.OGlobalConfiguration.USE_WAL
    WAL can not be disabled because that is very unsafe for consistency and durability
    com.orientechnologies.orient.core.metadata.schema.OClass.INDEX_TYPE.DICTIONARY
    can be used only as manual index and manual indexes are deprecated and will be removed
    com.orientechnologies.orient.core.metadata.security.OSecurityRole.ALLOW_MODES.ALLOW_ALL_BUT
    com.orientechnologies.orient.core.metadata.security.OSecurityRole.ALLOW_MODES.DENY_ALL_BUT
    com.orientechnologies.orient.core.storage.OCluster.ATTRIBUTES.ENCRYPTION
    com.orientechnologies.orient.core.storage.OStorage.LOCKING_STRATEGY.KEEP_EXCLUSIVE_LOCK
    com.orientechnologies.orient.core.storage.OStorage.LOCKING_STRATEGY.KEEP_SHARED_LOCK
    com.orientechnologies.orient.core.storage.OStorage.STATUS.OPENING

Copyright © 2009–2023 OrientDB. All rights reserved.