Uses of Interface
com.orientechnologies.orient.core.id.ORID
Packages that use ORID
Package
Description
Contains the Storage interface and the basic implementations.
Contains all the class involved on the "local" implementation of the OStorage interface.
-
Uses of ORID in com.orientechnologies.lucene.collections
Methods in com.orientechnologies.lucene.collections that return types with arguments of type ORIDModifier and TypeMethodDescriptionLuceneIndexTransformer.transformToStream(OLuceneResultSet resultSet, Object key) -
Uses of ORID in com.orientechnologies.lucene.engine
Methods in com.orientechnologies.lucene.engine that return types with arguments of type ORIDModifier and TypeMethodDescriptionOLuceneCrossClassIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OLuceneIndexEngineAbstract.descStream(IndexEngineValuesTransformer valuesTransformer) OLuceneCrossClassIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneFullTextIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneCrossClassIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneFullTextIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneCrossClassIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneFullTextIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneCrossClassIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) OLuceneIndexEngineAbstract.stream(IndexEngineValuesTransformer valuesTransformer) Methods in com.orientechnologies.lucene.engine with parameters of type ORIDModifier and TypeMethodDescriptionvoidOLuceneCrossClassIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) voidOLuceneFullTextIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) booleanOLuceneCrossClassIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOLuceneFullTextIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOLuceneCrossClassIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOLuceneFullTextIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Method parameters in com.orientechnologies.lucene.engine with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanOLuceneCrossClassIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOLuceneFullTextIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of ORID in com.orientechnologies.lucene.index
Methods in com.orientechnologies.lucene.index that return types with arguments of type ORIDModifier and TypeMethodDescriptionOLuceneIndexNotUnique.descStream()OLuceneIndexNotUnique.getRidsIgnoreTx(Object key) OLuceneIndexNotUnique.stream()OLuceneIndexNotUnique.streamEntries(Collection<?> keys, boolean ascSortOrder) OLuceneIndexNotUnique.streamEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) OLuceneIndexNotUnique.streamEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) OLuceneIndexNotUnique.streamEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) -
Uses of ORID in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type ORIDModifier and TypeMethodDescriptionORemoteClient.getRecordMetadata(ORemoteClientSession session, ORID rid) -
Uses of ORID in com.orientechnologies.orient.client.remote.db.document
Methods in com.orientechnologies.orient.client.remote.db.document with parameters of type ORIDModifier and TypeMethodDescriptionODatabaseDocumentRemote.getRecordMetadata(ORID rid) <RET extends ORecord>
RET<RET extends ORecord>
RETvoid -
Uses of ORID in com.orientechnologies.orient.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that return ORIDModifier and TypeMethodDescriptionOLockRecordRequest.getIdentity()OUnlockRecordRequest.getIdentity()OCommandRequest.OQuery.getNextPageRID()OCommit37Response.ODeletedRecordResponse.getRid()OGetRecordMetadataRequest.getRid()Methods in com.orientechnologies.orient.client.remote.message that return types with arguments of type ORIDModifier and TypeMethodDescriptionOBeginTransactionResponse.getUpdatedIds()OBeginTransactionResponse.getUpdatedIds()Constructors in com.orientechnologies.orient.client.remote.message with parameters of type ORIDModifierConstructorDescriptionOLockRecordRequest(ORID identity, OStorage.LOCKING_STRATEGY lockingStrategy, long timeout) OQuery(String text, int limit, String fetchPlan, Map<Object, Object> parameters, ORID nextPageRID, Map<Object, Object> previousQueryParams) OUnlockRecordRequest(ORID identity) Constructor parameters in com.orientechnologies.orient.client.remote.message with type arguments of type ORIDModifierConstructorDescriptionOBeginTransactionResponse(int txId, Map<ORID, ORID> updatedIds) OBeginTransactionResponse(int txId, Map<ORID, ORID> updatedIds) -
Uses of ORID in com.orientechnologies.orient.client.remote.message.tx
Methods in com.orientechnologies.orient.client.remote.message.tx that return ORIDModifier and TypeMethodDescriptionORecordOperation38Response.getId()ORecordOperationRequest.getId()ORecordOperation38Response.getOldId()ORecordOperationRequest.getOldId()Methods in com.orientechnologies.orient.client.remote.message.tx with parameters of type ORIDModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructors in com.orientechnologies.orient.client.remote.message.tx with parameters of type ORIDModifierConstructorDescriptionORecordOperation38Response(byte type, byte recordType, ORID id, ORID oldId, byte[] record, int version, boolean contentChanged) ORecordOperationRequest(byte type, byte recordType, ORID id, ORID oldId, byte[] record, int version, boolean contentChanged) -
Uses of ORID in com.orientechnologies.orient.client.remote.metadata.security
Methods in com.orientechnologies.orient.client.remote.metadata.security that return ORIDModifier and TypeMethodDescriptionOSecurityRemote.getRoleRID(ODatabaseSession session, String iRoleName) OSecurityRemote.getUserRID(ODatabaseSession session, String userName) Methods in com.orientechnologies.orient.client.remote.metadata.security with parameters of type ORIDModifier and TypeMethodDescriptionOSecurityRemote.getUser(ODatabaseSession session, ORID iRecordId) -
Uses of ORID in com.orientechnologies.orient.core.cache
Classes in com.orientechnologies.orient.core.cache with type parameters of type ORIDMethods in com.orientechnologies.orient.core.cache that return types with arguments of type ORIDModifier and TypeMethodDescriptionOAbstractMapCache.keys()ORecordCache.keys()Keys of all stored in cache recordsMethods in com.orientechnologies.orient.core.cache with parameters of type ORIDModifier and TypeMethodDescriptionvoidOLocalRecordCache.deleteRecord(ORID rid) Removes record with specified identifier from both primary and secondary cachesOLocalRecordCache.findRecord(ORID rid) Looks up for record in cache by it's identifier.OLocalRecordCache.freeRecord(ORID rid) Remove record with specified identifierLook up for record in cache by it's identifierRemove record with specified identifier -
Uses of ORID in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type ORIDModifier and TypeMethodDescriptionODatabaseDocumentInternal.cleanOutRecord(ORID rid, int version) Deletes the entity with the received RID from the database.Deletes the entity with the received RID from the database.booleanOUserObject2RecordHandler.existsUserObjectByRID(ORID iRID) Tells if e user object exists for a certain RecordId.ODatabase.getRecordMetadata(ORID rid) Deprecated.ODatabaseWrapperAbstract.getRecordMetadata(ORID rid) <RET extends T>
RETLoads the entity by the Record ID.<RET extends T>
RETLoads the entity by the Record ID using a fetch plan.<RET extends T>
RETLoads the entity by the Record ID using a fetch plan and specifying if the cache must be ignored.<RET extends ORecord>
RETODatabaseDocumentInternal.loadIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) <RET extends T>
RETPessimistic lock a record.<RET extends T>
RETPessimistic lock a record.voidPessimistic unlockMethod parameters in com.orientechnologies.orient.core.db with type arguments of type ORIDModifier and TypeMethodDescriptionvoidODatabaseDocumentInternal.setDefaultTransactionMode(Map<ORID, OTransactionAbstract.LockedRecordMetadata> noTxLocks) -
Uses of ORID in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document with parameters of type ORIDModifier and TypeMethodDescriptionODatabaseDocumentAbstract.cleanOutRecord(ORID iRecord, int iVersion) Deletes the record without checking the version.Deletes the record checking the version.ODatabaseDocumentEmbedded.getRecordMetadata(ORID rid) <RET extends ORecord>
RET<RET extends ORecord>
RET<RET extends ORecord>
RETLoads the entity by the Record ID using a fetch plan and specifying if the cache must be ignored.<RET extends ORecord>
RETODatabaseDocumentAbstract.loadIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) <RET extends ORecord>
RET<RET extends ORecord>
RETprotected voidODatabaseDocumentAbstract.pessimisticLockChecks(ORID recordId) voidMethod parameters in com.orientechnologies.orient.core.db.document with type arguments of type ORIDModifier and TypeMethodDescriptionvoidODatabaseDocumentAbstract.setDefaultTransactionMode(Map<ORID, OTransactionAbstract.LockedRecordMetadata> noTxLocks) -
Uses of ORID in com.orientechnologies.orient.core.db.object
Methods in com.orientechnologies.orient.core.db.object that return ORID -
Uses of ORID in com.orientechnologies.orient.core.db.record
Methods in com.orientechnologies.orient.core.db.record that return ORIDModifier and TypeMethodDescriptionOIdentifiable.getIdentity()Returns the record identity.ORecordOperation.getRID() -
Uses of ORID in com.orientechnologies.orient.core.db.tool
Method parameters in com.orientechnologies.orient.core.db.tool with type arguments of type ORIDModifier and TypeMethodDescriptionprotected static voidODatabaseImport.doRewriteLinksInDocument(ODatabaseSession session, ODocument document, Set<ORID> brokenRids) protected static voidODatabaseImport.rewriteLinksInDocument(ODatabaseSession session, ODocument document, Set<ORID> brokenRids) -
Uses of ORID in com.orientechnologies.orient.core.db.tool.importer
Fields in com.orientechnologies.orient.core.db.tool.importer declared as ORIDFields in com.orientechnologies.orient.core.db.tool.importer with type parameters of type ORIDConstructor parameters in com.orientechnologies.orient.core.db.tool.importer with type arguments of type ORID -
Uses of ORID in com.orientechnologies.orient.core.exception
Methods in com.orientechnologies.orient.core.exception that return ORIDModifier and TypeMethodDescriptionOConcurrentCreateException.getActualRid()OConcurrentCreateException.getExpectedRid()OConcurrentModificationException.getRid()ORecordNotFoundException.getRid()Constructors in com.orientechnologies.orient.core.exception with parameters of type ORIDModifierConstructorDescriptionOConcurrentCreateException(ORID expectedRID, ORID actualRid) OConcurrentModificationException(ORID iRID, int iDatabaseVersion, int iRecordVersion, int iRecordOperation) ORecordNotFoundException(ORID iRID) ORecordNotFoundException(ORID iRID, String message) -
Uses of ORID in com.orientechnologies.orient.core.fetch
Method parameters in com.orientechnologies.orient.core.fetch with type arguments of type ORIDModifier and TypeMethodDescriptionstatic voidOFetchHelper.processRecordRidMap(ODocument record, OFetchPlan iFetchPlan, int iCurrentLevel, int iLevelFromRoot, int iFieldDepthLevel, Map<ORID, Integer> parsedRecords, String iFieldPathFromRoot, OFetchContext iContext) protected static voidOFetchHelper.removeParsedFromMap(Map<ORID, Integer> parsedRecords, OIdentifiable d) -
Uses of ORID in com.orientechnologies.orient.core.id
Classes in com.orientechnologies.orient.core.id that implement ORIDModifier and TypeClassDescriptionclassclassImmutable ORID implementation.classMethods in com.orientechnologies.orient.core.id that return ORIDModifier and TypeMethodDescriptionORID.copy()ORecordId.getIdentity()ORecordId.nextRid()ORID.nextRid()Deprecated.Methods in com.orientechnologies.orient.core.id with parameters of type ORIDModifier and TypeMethodDescriptionvoidvoidstatic voidORecordId.serialize(ORID id, DataOutput output) Constructors in com.orientechnologies.orient.core.id with parameters of type ORID -
Uses of ORID in com.orientechnologies.orient.core.index
Fields in com.orientechnologies.orient.core.index declared as ORIDMethods in com.orientechnologies.orient.core.index that return ORIDMethods in com.orientechnologies.orient.core.index that return types with arguments of type ORIDModifier and TypeMethodDescriptionOIndexOneValue.calculateTxIndexEntry(Object key, ORID backendValue, OTransactionIndexChanges indexChanges) IndexStreamSecurityDecorator.decorateRidStream(OIndex originalIndex, Stream<ORID> stream) IndexStreamSecurityDecorator.decorateStream(OIndex originalIndex, Stream<ORawPair<Object, ORID>> stream) OIndexInternal.descStream()OIndexMultiValues.descStream()OIndexOneValue.descStream()Deprecated.OIndexInternal.getRidsIgnoreTx(Object key) OIndexMultiValues.getRidsIgnoreTx(Object key) OIndexOneValue.getRidsIgnoreTx(Object key) OIndexDictionary.getUniqueValidator()abstract IndexEngineValidator<Object,ORID> OIndexOneValue.getUniqueValidator()OIndexUnique.getUniqueValidator()OIndexInternal.stream()OIndexMultiValues.stream()OIndexOneValue.stream()OIndexInternal.streamEntries(Collection<?> keys, boolean ascSortOrder) Returns stream which presents data associated with passed in keys.OIndexMultiValues.streamEntries(Collection<?> keys, boolean ascSortOrder) OIndexOneValue.streamEntries(Collection<?> keys, boolean ascSortOrder) OIndexInternal.streamEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) Returns stream which presents subset of index data between passed in keys.OIndexMultiValues.streamEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) OIndexOneValue.streamEntriesBetween(Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, boolean ascOrder) OIndexInternal.streamEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) Returns stream which presents subset of data which associated with key which is greater than passed in key.OIndexMultiValues.streamEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) OIndexOneValue.streamEntriesMajor(Object fromKey, boolean fromInclusive, boolean ascOrder) OIndexInternal.streamEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) Returns stream which presents subset of data which associated with key which is less than passed in key.OIndexMultiValues.streamEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) OIndexOneValue.streamEntriesMinor(Object toKey, boolean toInclusive, boolean ascOrder) Methods in com.orientechnologies.orient.core.index with parameters of type ORIDModifier and TypeMethodDescriptionOIndexOneValue.calculateTxIndexEntry(Object key, ORID backendValue, OTransactionIndexChanges indexChanges) protected OIndexOIndexManagerRemote.getRemoteIndexInstance(boolean isMultiValueIndex, String type, String name, String algorithm, Set<String> clustersToIndex, OIndexDefinition indexDefinition, ORID identity, ODocument configuration) Method parameters in com.orientechnologies.orient.core.index with type arguments of type ORIDModifier and TypeMethodDescriptionIndexStreamSecurityDecorator.decorateRidStream(OIndex originalIndex, Stream<ORID> stream) IndexStreamSecurityDecorator.decorateStream(OIndex originalIndex, Stream<ORawPair<Object, ORID>> stream) Constructors in com.orientechnologies.orient.core.index with parameters of type ORIDModifierConstructorDescriptionOIndexRemote(String iName, String iWrappedType, String algorithm, ORID iRid, OIndexDefinition iIndexDefinition, ODocument iConfiguration, Set<String> clustersToIndex, String database) OIndexRemoteMultiValue(String iName, String iWrappedType, String algorithm, ORID iRid, OIndexDefinition iIndexDefinition, ODocument iConfiguration, Set<String> clustersToIndex, String database) OIndexRemoteOneValue(String iName, String iWrappedType, String algorithm, ORID iRid, OIndexDefinition iIndexDefinition, ODocument iConfiguration, Set<String> clustersToIndex, String database) -
Uses of ORID in com.orientechnologies.orient.core.index.comparator
Method parameters in com.orientechnologies.orient.core.index.comparator with type arguments of type ORID -
Uses of ORID in com.orientechnologies.orient.core.index.engine
Methods in com.orientechnologies.orient.core.index.engine that return types with arguments of type ORIDModifier and TypeMethodDescriptionOBaseIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OBaseIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OBaseIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OBaseIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OBaseIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) IndexEngineValuesTransformer.transformFromValue(Object value) Methods in com.orientechnologies.orient.core.index.engine with parameters of type ORIDModifier and TypeMethodDescriptionvoidOBaseIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) voidOIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) voidOV1IndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) booleanOBaseIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOMultiValueIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOBaseIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Puts the given value under the given key into this index engine.booleanOSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Method parameters in com.orientechnologies.orient.core.index.engine with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanOBaseIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Puts the given value under the given key into this index engine.booleanOSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of ORID in com.orientechnologies.orient.core.index.engine.v1
Methods in com.orientechnologies.orient.core.index.engine.v1 that return types with arguments of type ORIDModifier and TypeMethodDescriptionOCellBTreeMultiValueIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OCellBTreeSingleValueIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OCellBTreeMultiValueIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeSingleValueIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeMultiValueIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeSingleValueIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeMultiValueIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeSingleValueIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OCellBTreeMultiValueIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) OCellBTreeSingleValueIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) Methods in com.orientechnologies.orient.core.index.engine.v1 with parameters of type ORIDModifier and TypeMethodDescriptionvoidOCellBTreeMultiValueIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) voidOCellBTreeSingleValueIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) booleanOCellBTreeMultiValueIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOCellBTreeSingleValueIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOCellBTreeMultiValueIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOCellBTreeSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Method parameters in com.orientechnologies.orient.core.index.engine.v1 with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanOCellBTreeMultiValueIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOCellBTreeSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of ORID in com.orientechnologies.orient.core.index.iterator
Methods in com.orientechnologies.orient.core.index.iterator that return types with arguments of type ORIDModifier and TypeMethodDescriptionComparator<? super ORawPair<Object,ORID>> PureTxBetweenIndexBackwardSpliterator.getComparator()Comparator<? super ORawPair<Object,ORID>> PureTxBetweenIndexForwardSpliterator.getComparator()Comparator<? super ORawPair<Object,ORID>> PureTxMultiValueBetweenIndexBackwardSplititerator.getComparator()Comparator<? super ORawPair<Object,ORID>> PureTxMultiValueBetweenIndexForwardSpliterator.getComparator()PureTxBetweenIndexBackwardSpliterator.trySplit()PureTxBetweenIndexForwardSpliterator.trySplit()PureTxMultiValueBetweenIndexBackwardSplititerator.trySplit()PureTxMultiValueBetweenIndexForwardSpliterator.trySplit()Method parameters in com.orientechnologies.orient.core.index.iterator with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanPureTxBetweenIndexBackwardSpliterator.tryAdvance(Consumer<? super ORawPair<Object, ORID>> action) booleanPureTxBetweenIndexForwardSpliterator.tryAdvance(Consumer<? super ORawPair<Object, ORID>> action) booleanPureTxMultiValueBetweenIndexBackwardSplititerator.tryAdvance(Consumer<? super ORawPair<Object, ORID>> action) booleanPureTxMultiValueBetweenIndexForwardSpliterator.tryAdvance(Consumer<? super ORawPair<Object, ORID>> action) Constructor parameters in com.orientechnologies.orient.core.index.iterator with type arguments of type ORID -
Uses of ORID in com.orientechnologies.orient.core.index.multivalue
Methods in com.orientechnologies.orient.core.index.multivalue that return types with arguments of type ORIDConstructors in com.orientechnologies.orient.core.index.multivalue with parameters of type ORIDModifierConstructorDescriptionOMultivalueIndexKeyUpdaterImpl(ORID identity, String valueContainerAlgorithm, int binaryFormatVersion, String indexName, OAbstractPaginatedStorage storage) -
Uses of ORID in com.orientechnologies.orient.core.iterator
Fields in com.orientechnologies.orient.core.iterator declared as ORIDModifier and TypeFieldDescriptionprotected ORIDORecordIteratorClusters.beginRangeprotected ORIDORecordIteratorClusters.endRangeFields in com.orientechnologies.orient.core.iterator with type parameters of type ORIDModifier and TypeFieldDescriptionOIdentifiableIterator.brokenRIDsSet of RIDs of records which were indicated as broken during cluster iteration.static final OEmptyIterator<ORID>OEmptyIterator.IDENTIFIABLE_INSTANCEMethods in com.orientechnologies.orient.core.iterator that return ORIDModifier and TypeMethodDescriptionORecordIteratorClusters.getBeginRange()ORecordIteratorClusters.getEndRange()Methods in com.orientechnologies.orient.core.iterator that return types with arguments of type ORIDMethods in com.orientechnologies.orient.core.iterator with parameters of type ORIDModifier and TypeMethodDescription -
Uses of ORID in com.orientechnologies.orient.core.metadata.function
Methods in com.orientechnologies.orient.core.metadata.function that return ORID -
Uses of ORID in com.orientechnologies.orient.core.metadata.schema
Methods in com.orientechnologies.orient.core.metadata.schema that return ORIDModifier and TypeMethodDescriptionOImmutableSchema.getIdentity()OSchema.getIdentity()OSchemaShared.getIdentity()OSessionSchema.getIdentity() -
Uses of ORID in com.orientechnologies.orient.core.metadata.security
Methods in com.orientechnologies.orient.core.metadata.security that return ORIDModifier and TypeMethodDescriptionOImmutableSecurityPolicy.getIdentity()OSecurityPolicy.getIdentity()OSecurityPolicyImpl.getIdentity()OSecurityShared.getRoleRID(ODatabaseSession session, String iRoleName) OToken.getUserId()OSecurityShared.getUserRID(ODatabaseSession session, String userName) Methods in com.orientechnologies.orient.core.metadata.security with parameters of type ORID -
Uses of ORID in com.orientechnologies.orient.core.metadata.security.binary
Methods in com.orientechnologies.orient.core.metadata.security.binary that return ORIDMethods in com.orientechnologies.orient.core.metadata.security.binary with parameters of type ORID -
Uses of ORID in com.orientechnologies.orient.core.metadata.security.jwt
Methods in com.orientechnologies.orient.core.metadata.security.jwt that return ORID -
Uses of ORID in com.orientechnologies.orient.core.record
Methods in com.orientechnologies.orient.core.record that return ORIDModifier and TypeMethodDescriptionORecord.getIdentity()Returns the record identity as <cluster-id>:<cluster-position>ORecordAbstract.getIdentity()Methods in com.orientechnologies.orient.core.record with parameters of type ORIDModifier and TypeMethodDescriptionprotected ORecordAbstractprotected ORecordAbstractORecordAbstract.fill(ORID iRid, int iVersion, byte[] iBuffer, boolean iDirty, ODatabaseDocumentInternal db) static ORecordAbstractInternal only.static ORecordAbstractORecordInternal.fill(ORecord record, ORID iRid, int iVersion, byte[] iBuffer, boolean iDirty, ODatabaseDocumentInternal db) -
Uses of ORID in com.orientechnologies.orient.core.record.impl
Methods in com.orientechnologies.orient.core.record.impl that return ORIDModifier and TypeMethodDescriptionOEdgeDelegate.getIdentity()OVertexDelegate.getIdentity()protected static ORIDOVertexDocument.moveTo(String iClassName, String iClusterName, OVertex toMove, ODatabaseSession db) Methods in com.orientechnologies.orient.core.record.impl with parameters of type ORIDModifier and TypeMethodDescriptionprotected static booleanOVertexDocument.checkDeletedInTx(ORID id) protected ORecordAbstractprotected ORecordAbstractODocument.fill(ORID iRid, int iVersion, byte[] iBuffer, boolean iDirty, ODatabaseDocumentInternal db) Constructors in com.orientechnologies.orient.core.record.impl with parameters of type ORIDModifierConstructorDescriptionCreates a new instance in memory linked by the Record Id to the persistent one.Creates a new instance in memory of the specified class, linked by the Record Id to the persistent one.ORecordBytes(ORID iRecordId) -
Uses of ORID in com.orientechnologies.orient.core.security.symmetrickey
Methods in com.orientechnologies.orient.core.security.symmetrickey with parameters of type ORIDModifier and TypeMethodDescriptionOSymmetricKeySecurity.getUser(ODatabaseSession session, ORID iUserId) -
Uses of ORID in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return types with arguments of type ORID -
Uses of ORID in com.orientechnologies.orient.core.serialization.serializer.stream
Methods in com.orientechnologies.orient.core.serialization.serializer.stream that return ORIDModifier and TypeMethodDescriptionOStreamSerializerRID.deserialize(byte[] stream, int startPosition) -
Uses of ORID in com.orientechnologies.orient.core.sharding.auto
Methods in com.orientechnologies.orient.core.sharding.auto that return types with arguments of type ORIDModifier and TypeMethodDescriptionOAutoShardingIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OAutoShardingIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAutoShardingIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAutoShardingIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAutoShardingIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) Methods in com.orientechnologies.orient.core.sharding.auto with parameters of type ORIDModifier and TypeMethodDescriptionvoidOAutoShardingIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) booleanOAutoShardingIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOAutoShardingIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Method parameters in com.orientechnologies.orient.core.sharding.auto with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanOAutoShardingIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of ORID in com.orientechnologies.orient.core.sql.executor
Fields in com.orientechnologies.orient.core.sql.executor with type parameters of type ORIDMethods in com.orientechnologies.orient.core.sql.executor that return ORIDMethods in com.orientechnologies.orient.core.sql.executor that return types with arguments of type ORIDModifier and TypeMethodDescriptionOResult.getIdentity()OResultInternal.getIdentity()ORidSet.iterator()OAllIndexStream.start(OCommandContext ctx) OBetweenIndexStream.start(OCommandContext ctx) OExactIndexStream.start(OCommandContext ctx) OIndexStream.start(OCommandContext ctx) OMajorIndexStream.start(OCommandContext ctx) OMinorIndexStream.start(OCommandContext ctx) ONullIndexStream.start(OCommandContext ctx) Methods in com.orientechnologies.orient.core.sql.executor with parameters of type ORIDMethod parameters in com.orientechnologies.orient.core.sql.executor with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanORidSet.addAll(Collection<? extends ORID> c) protected abstract voidAbstractTraverseStep.fetchNextEntryPoints(OExecutionStream toFetch, OCommandContext ctx, List<OResult> entryPoints, Set<ORID> traversed) protected voidBreadthFirstTraverseStep.fetchNextEntryPoints(OExecutionStream nextN, OCommandContext ctx, List<OResult> entryPoints, Set<ORID> traversed) protected voidDepthFirstTraverseStep.fetchNextEntryPoints(OExecutionStream nextN, OCommandContext ctx, List<OResult> entryPoints, Set<ORID> traversed) protected abstract voidAbstractTraverseStep.fetchNextResults(OCommandContext ctx, List<OResult> results, List<OResult> entryPoints, Set<ORID> traversed) protected voidBreadthFirstTraverseStep.fetchNextResults(OCommandContext ctx, List<OResult> results, List<OResult> entryPoints, Set<ORID> traversed) protected voidDepthFirstTraverseStep.fetchNextResults(OCommandContext ctx, List<OResult> results, List<OResult> entryPoints, Set<ORID> traversed) -
Uses of ORID in com.orientechnologies.orient.core.sql.functions.graph
Fields in com.orientechnologies.orient.core.sql.functions.graph with type parameters of type ORIDModifier and TypeFieldDescriptionOSQLFunctionPathFinder.distanceOSQLFunctionPathFinder.predecessorsMethods in com.orientechnologies.orient.core.sql.functions.graph that return types with arguments of type ORIDModifier and TypeMethodDescriptionOSQLFunctionShortestPath.execute(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParams, OCommandContext iContext) OSQLFunctionShortestPath.walkLeft(com.orientechnologies.orient.core.sql.functions.graph.OSQLFunctionShortestPath.OShortestPathContext ctx) OSQLFunctionShortestPath.walkRight(com.orientechnologies.orient.core.sql.functions.graph.OSQLFunctionShortestPath.OShortestPathContext ctx) -
Uses of ORID in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage that return ORIDModifier and TypeMethodDescriptionORecordMetadata.getRecordId()ORecordDuplicatedException.getRid()OStorageRecordOperation.getRID()Methods in com.orientechnologies.orient.core.storage that return types with arguments of type ORIDModifier and TypeMethodDescriptionOStorage.getIndexDescStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OStorage.getIndexStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OStorage.getIndexValues(int indexId, Object key) OStorageTransaction.getLockedRecords()OStorage.iterateIndexEntriesBetween(int indexId, Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OStorage.iterateIndexEntriesMajor(int indexId, Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OStorage.iterateIndexEntriesMinor(int indexId, Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) Methods in com.orientechnologies.orient.core.storage with parameters of type ORIDModifier and TypeMethodDescriptionvoidOStorage.acquireReadLock(ORID rid, long timeout) voidOStorage.acquireWriteLock(ORID rid, long timeout) OStorage.getRecordMetadata(ORID rid) OStorage.getRecordStatus(ORID rid) booleanvoidOStorage.releaseReadLock(ORID rid) voidOStorage.releaseWriteLock(ORID rid) voidOAllocationTransaction.updateIdentityAfterCommit(ORID oldRID, ORID rid) voidOStorageTransaction.updateIdentityAfterCommit(ORID oldRID, ORID rid) Constructors in com.orientechnologies.orient.core.storage with parameters of type ORIDModifierConstructorDescriptionORecordDuplicatedException(String message, String indexName, ORID iRid, Object key) ORecordMetadata(ORID recordId, int recordVersion) -
Uses of ORID in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local that return types with arguments of type ORIDModifier and TypeMethodDescriptionOAbstractPaginatedStorage.getIndexDescStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OAbstractPaginatedStorage.getIndexStream(int indexId, IndexEngineValuesTransformer valuesTransformer) OAbstractPaginatedStorage.getIndexValues(int indexId, Object key) OAbstractPaginatedStorage.iterateIndexEntriesBetween(int indexId, Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAbstractPaginatedStorage.iterateIndexEntriesMajor(int indexId, Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OAbstractPaginatedStorage.iterateIndexEntriesMinor(int indexId, Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type ORIDModifier and TypeMethodDescriptionfinal voidOAbstractPaginatedStorage.acquireReadLock(ORID rid) voidOAbstractPaginatedStorage.acquireReadLock(ORID rid, long timeout) final voidOAbstractPaginatedStorage.acquireWriteLock(ORID rid) voidOAbstractPaginatedStorage.acquireWriteLock(ORID rid, long timeout) final ORecordMetadataOAbstractPaginatedStorage.getRecordMetadata(ORID rid) OAbstractPaginatedStorage.getRecordStatus(ORID rid) booleanfinal voidOAbstractPaginatedStorage.releaseReadLock(ORID rid) final voidOAbstractPaginatedStorage.releaseWriteLock(ORID rid) -
Uses of ORID in com.orientechnologies.orient.core.storage.impl.local.paginated
Methods in com.orientechnologies.orient.core.storage.impl.local.paginated that return types with arguments of type ORIDMethods in com.orientechnologies.orient.core.storage.impl.local.paginated with parameters of type ORID -
Uses of ORID in com.orientechnologies.orient.core.storage.index.engine
Methods in com.orientechnologies.orient.core.storage.index.engine that return types with arguments of type ORIDModifier and TypeMethodDescriptionOHashTableIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) ORemoteIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OSBTreeIndexEngine.descStream(IndexEngineValuesTransformer valuesTransformer) OHashTableIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) ORemoteIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OSBTreeIndexEngine.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OHashTableIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) ORemoteIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OSBTreeIndexEngine.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OHashTableIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) ORemoteIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OSBTreeIndexEngine.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OHashTableIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) ORemoteIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) OSBTreeIndexEngine.stream(IndexEngineValuesTransformer valuesTransformer) Methods in com.orientechnologies.orient.core.storage.index.engine with parameters of type ORIDModifier and TypeMethodDescriptionvoidOHashTableIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) voidORemoteIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) voidOSBTreeIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) booleanOHashTableIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanORemoteIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOSBTreeIndexEngine.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOHashTableIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanORemoteIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOSBTreeIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Method parameters in com.orientechnologies.orient.core.storage.index.engine with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanOHashTableIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanORemoteIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOSBTreeIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of ORID in com.orientechnologies.orient.core.storage.index.sbtree.multivalue
Methods in com.orientechnologies.orient.core.storage.index.sbtree.multivalue that return types with arguments of type ORIDModifier and TypeMethodDescriptionOCellBTreeMultiValue.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) OCellBTreeMultiValue.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) OCellBTreeMultiValue.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) Methods in com.orientechnologies.orient.core.storage.index.sbtree.multivalue with parameters of type ORIDModifier and TypeMethodDescriptionvoidOCellBTreeMultiValue.put(OAtomicOperation atomicOperation, K key, ORID value) booleanOCellBTreeMultiValue.remove(OAtomicOperation atomicOperation, K key, ORID value) -
Uses of ORID in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2
Fields in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2 with type parameters of type ORIDMethods in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2 that return types with arguments of type ORIDModifier and TypeMethodDescriptionCellBTreeMultiValueV2NullBucket.getValues()CellBTreeMultiValueV2.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) CellBTreeMultiValueV2.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) CellBTreeMultiValueV2.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) Methods in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2 with parameters of type ORIDModifier and TypeMethodDescriptionlonglongCellBTreeMultiValueV2Bucket.appendNewLeafEntry(int index, ORID value) booleanCellBTreeMultiValueV2Bucket.createMainLeafEntry(int index, byte[] serializedKey, ORID value, long mId) voidCellBTreeMultiValueV2.put(OAtomicOperation atomicOperation, K pk, ORID value) booleanCellBTreeMultiValueV2.remove(OAtomicOperation atomicOperation, K k, ORID value) intCellBTreeMultiValueV2Bucket.removeLeafEntry(int entryIndex, ORID value) intCellBTreeMultiValueV2NullBucket.removeValue(ORID rid) Constructor parameters in com.orientechnologies.orient.core.storage.index.sbtree.multivalue.v2 with type arguments of type ORID -
Uses of ORID in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue
Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue that return ORIDModifier and TypeMethodDescriptionOCellBTreeSingleValue.remove(OAtomicOperation atomicOperation, K key) Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue that return types with arguments of type ORIDModifier and TypeMethodDescriptionOCellBTreeSingleValue.allEntries()OCellBTreeSingleValue.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) OCellBTreeSingleValue.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) OCellBTreeSingleValue.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue with parameters of type ORIDModifier and TypeMethodDescriptionvoidOCellBTreeSingleValue.put(OAtomicOperation atomicOperation, K key, ORID value) booleanOCellBTreeSingleValue.validatedPut(OAtomicOperation atomicOperation, K key, ORID value, IndexEngineValidator<K, ORID> validator) Method parameters in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanOCellBTreeSingleValue.validatedPut(OAtomicOperation atomicOperation, K key, ORID value, IndexEngineValidator<K, ORID> validator) -
Uses of ORID in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1
Fields in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 declared as ORIDMethods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 that return ORIDModifier and TypeMethodDescriptionCellBTreeBucketSingleValueV1.getValue(int entryIndex, int keyLen) CellBTreeBucketSingleValueV1.getValue(int entryIndex, OEncryption encryption, OBinarySerializer<K> keySerializer) Obtains the value stored under the given entry index in this bucket.CellBTreeNullBucketSingleValueV1.getValue()CellBTreeSingleValueV1.remove(OAtomicOperation atomicOperation, K k) Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 that return types with arguments of type ORIDModifier and TypeMethodDescriptionCellBTreeSingleValueV1.allEntries()CellBTreeSingleValueV1.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) CellBTreeSingleValueV1.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) CellBTreeSingleValueV1.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 with parameters of type ORIDModifier and TypeMethodDescriptionvoidCellBTreeSingleValueV1.put(OAtomicOperation atomicOperation, K key, ORID value) voidbooleanCellBTreeSingleValueV1.validatedPut(OAtomicOperation atomicOperation, K key, ORID value, IndexEngineValidator<K, ORID> validator) Method parameters in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanCellBTreeSingleValueV1.validatedPut(OAtomicOperation atomicOperation, K key, ORID value, IndexEngineValidator<K, ORID> validator) Constructors in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v1 with parameters of type ORID -
Uses of ORID in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3
Fields in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 declared as ORIDMethods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 that return ORIDModifier and TypeMethodDescriptionCellBTreeSingleValueBucketV3.getValue(int entryIndex, OBinarySerializer<K> keySerializer) Obtains the value stored under the given entry index in this bucket.CellBTreeSingleValueV3NullBucket.getValue()CellBTreeSingleValueV3.remove(OAtomicOperation atomicOperation, K key) Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 that return types with arguments of type ORIDModifier and TypeMethodDescriptionCellBTreeSingleValueV3.allEntries()Comparator<? super ORawPair<K,ORID>> SpliteratorBackward.getComparator()CellBTreeSingleValueV3.iterateEntriesBetween(K keyFrom, boolean fromInclusive, K keyTo, boolean toInclusive, boolean ascSortOrder) CellBTreeSingleValueV3.iterateEntriesMajor(K key, boolean inclusive, boolean ascSortOrder) CellBTreeSingleValueV3.iterateEntriesMinor(K key, boolean inclusive, boolean ascSortOrder) SpliteratorBackward.trySplit()Methods in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 with parameters of type ORIDModifier and TypeMethodDescriptionvoidCellBTreeSingleValueV3.put(OAtomicOperation atomicOperation, K key, ORID value) voidbooleanCellBTreeSingleValueV3.validatedPut(OAtomicOperation atomicOperation, K key, ORID value, IndexEngineValidator<K, ORID> validator) Method parameters in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 with type arguments of type ORIDModifier and TypeMethodDescriptionvoidSpliteratorBackward.setCacheIterator(Iterator<ORawPair<K, ORID>> cacheIterator) booleanSpliteratorBackward.tryAdvance(Consumer<? super ORawPair<K, ORID>> action) booleanCellBTreeSingleValueV3.validatedPut(OAtomicOperation atomicOperation, K key, ORID value, IndexEngineValidator<K, ORID> validator) Constructors in com.orientechnologies.orient.core.storage.index.sbtree.singlevalue.v3 with parameters of type ORIDModifierConstructorDescriptionCellBTreeSingleValueEntryV3(int leftChild, int rightChild, K key, ORID value) -
Uses of ORID in com.orientechnologies.orient.core.storage.ridbag.sbtree
Methods in com.orientechnologies.orient.core.storage.ridbag.sbtree that return types with arguments of type ORIDConstructor parameters in com.orientechnologies.orient.core.storage.ridbag.sbtree with type arguments of type ORIDModifierConstructorDescriptionOMixedIndexRIDContainer(long fileId, Set<ORID> embeddedSet, OIndexRIDContainerSBTree tree) -
Uses of ORID in com.orientechnologies.orient.core.tx
Fields in com.orientechnologies.orient.core.tx with type parameters of type ORIDModifier and TypeFieldDescriptionprotected Map<ORID,ORecordOperation> OTransactionOptimistic.allEntriesprotected Map<ORID,OTransactionAbstract.LockedRecordMetadata> OTransactionAbstract.locksprotected Map<ORID,List<OTransactionRecordIndexOperation>> OTransactionOptimistic.recordIndexOperationsOTransactionOptimistic.updatedRidsOTransactionOptimistic.updatedRidsMethods in com.orientechnologies.orient.core.tx that return ORIDMethods in com.orientechnologies.orient.core.tx that return types with arguments of type ORIDModifier and TypeMethodDescriptionOTransactionAbstract.getInternalLocks()OTransactionAbstract.getLockedRecords()OTransactionInternal.getLockedRecords()OTransactionOptimistic.getLockedRecords()OTransactionOptimistic.getNoTxLocks()OTransactionOptimistic.getUpdatedRids()OTransactionOptimistic.getUpdatedRids()Methods in com.orientechnologies.orient.core.tx with parameters of type ORIDModifier and TypeMethodDescriptionOptional<com.orientechnologies.orient.core.tx.OTxIndexChangesList.Node>OTxIndexChangesList.getFirstNode(ORID rid, OTransactionIndexChanges.OPERATION op) Resolves a record with the given RID in the context of this transaction.OTransaction.getRecordEntry(ORID rid) OTransactionInternal.getRecordEntry(ORID currentRid) Extract a single change from a specified record id.OTransactionNoTx.getRecordEntry(ORID rid) OTransactionOptimistic.getRecordEntry(ORID ridPar) OTransaction.loadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache) OTransactionNoTx.loadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache) OTransactionOptimistic.loadRecord(ORID rid, ORecord record, String fetchPlan, boolean ignoreCache) OTransactionOptimistic.loadRecord(ORID rid, ORecord iRecord, String fetchPlan, boolean ignoreCache, boolean iUpdateCache) OTransaction.loadRecordIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) OTransactionNoTx.loadRecordIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) OTransactionOptimistic.loadRecordIfVersionIsNotLatest(ORID rid, int recordVersion, String fetchPlan, boolean ignoreCache) OTransaction.reloadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache) OTransaction.reloadRecord(ORID iRid, ORecord iRecord, String iFetchPlan, boolean ignoreCache, boolean force) OTransactionNoTx.reloadRecord(ORID rid, ORecord record, String fetchPlan, boolean ignoreCache) OTransactionNoTx.reloadRecord(ORID rid, ORecord record, String fetchPlan, boolean ignoreCache, boolean force) OTransactionOptimistic.reloadRecord(ORID rid, ORecord iRecord, String fetchPlan, boolean ignoreCache) OTransactionOptimistic.reloadRecord(ORID rid, ORecord passedRecord, String fetchPlan, boolean ignoreCache, boolean force) voidOTransactionAbstract.trackLockedRecord(ORID rid, OStorage.LOCKING_STRATEGY lockingStrategy) OTransactionAbstract.trackUnlockRecord(ORID rid) voidOTransaction.updateIdentityAfterCommit(ORID oldRid, ORID newRid) When commit in transaction is performed all new records will change their identity, but index values will contain stale links, to fix them given method will be called for each entry.voidOTransactionInternal.updateIdentityAfterCommit(ORID oldRID, ORID rid) Notify the transaction for the rid change, the changed will be tracked inside the transaction and used for remapping links.voidOTransactionNoTx.updateIdentityAfterCommit(ORID oldRid, ORID newRid) voidOTransactionOptimistic.updateIdentityAfterCommit(ORID oldRid, ORID newRid) Method parameters in com.orientechnologies.orient.core.tx with type arguments of type ORIDModifier and TypeMethodDescriptionprotected voidOTransactionAbstract.setLocks(Map<ORID, OTransactionAbstract.LockedRecordMetadata> locks) voidOTransactionOptimistic.setNoTxLocks(Map<ORID, OTransactionAbstract.LockedRecordMetadata> noTxLocks) Constructors in com.orientechnologies.orient.core.tx with parameters of type ORIDModifierConstructorDescriptionOTransactionDataChange(byte type, byte recordType, ORID id, Optional<byte[]> record, int version, boolean contentChanged) Constructor parameters in com.orientechnologies.orient.core.tx with type arguments of type ORIDModifierConstructorDescriptionOTransactionNoTx(ODatabaseDocumentInternal iDatabase, Map<ORID, OTransactionAbstract.LockedRecordMetadata> noTxLocks) -
Uses of ORID in com.orientechnologies.orient.enterprise.channel.binary
Methods in com.orientechnologies.orient.enterprise.channel.binary with parameters of type ORID -
Uses of ORID in com.orientechnologies.orient.jdbc
Fields in com.orientechnologies.orient.jdbc declared as ORIDConstructors in com.orientechnologies.orient.jdbc with parameters of type ORID -
Uses of ORID in com.orientechnologies.orient.object.db
Methods in com.orientechnologies.orient.object.db that return ORIDModifier and TypeMethodDescriptionOObjectDatabaseTx.getIdentity(Object iPojo) Returns the object unique identity.Methods in com.orientechnologies.orient.object.db with parameters of type ORIDModifier and TypeMethodDescriptionbooleanOObjectDatabaseTx.existsUserObjectByRID(ORID iRID) <RET> RET<RET> RET<RET> RET<RET> RET<RET> RETvoid -
Uses of ORID in com.orientechnologies.orient.object.enhancement
Fields in com.orientechnologies.orient.object.enhancement with type parameters of type ORIDMethods in com.orientechnologies.orient.object.enhancement that return ORIDModifier and TypeMethodDescriptionstatic ORIDOObjectEntitySerializer.getRid(javassist.util.proxy.Proxy proxiedObject) Method that given a proxied entity returns the associated ODocument RIDMethods in com.orientechnologies.orient.object.enhancement that return types with arguments of type ORIDMethods in com.orientechnologies.orient.object.enhancement with parameters of type ORIDModifier and TypeMethodDescriptionstatic voidOObjectEntitySerializer.setIdField(Class<?> iClass, Object iObject, ORID iValue) -
Uses of ORID in com.orientechnologies.orient.object.metadata.schema
Methods in com.orientechnologies.orient.object.metadata.schema that return ORID -
Uses of ORID in com.orientechnologies.orient.object.serialization
Methods in com.orientechnologies.orient.object.serialization with parameters of type ORIDModifier and TypeMethodDescriptionstatic StringOObjectSerializerHelper.setObjectID(ORID iIdentity, Object iPojo) -
Uses of ORID in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed with parameters of type ORIDModifier and TypeMethodDescriptionODistributedTxContext.acquirePromise(ORID rid, int version, boolean force) -
Uses of ORID in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return types with arguments of type ORIDModifier and TypeMethodDescriptionONewDistributedTxContextImpl.getPromisedRids()ODistributedDatabaseImpl.getRecordPromiseManager()OLocalKeySource.getRids()Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ORIDModifier and TypeMethodDescriptionODDLContextImpl.acquirePromise(ORID rid, int version, boolean force) ONewDistributedTxContextImpl.acquirePromise(ORID rid, int version, boolean force) -
Uses of ORID in com.orientechnologies.orient.server.distributed.impl.lock
Method parameters in com.orientechnologies.orient.server.distributed.impl.lock with type arguments of type ORIDModifier and TypeMethodDescriptionvoidOLockManager.lock(SortedSet<ORID> rids, SortedSet<OTransactionUniqueKey> indexKeys, OTransactionId txId, OnLocksAcquired acquired) voidOLockManagerImpl.lock(SortedSet<ORID> rids, SortedSet<OTransactionUniqueKey> indexKeys, OTransactionId transactionId, OnLocksAcquired acquired) -
Uses of ORID in com.orientechnologies.orient.server.distributed.impl.task
Methods in com.orientechnologies.orient.server.distributed.impl.task that return types with arguments of type ORIDModifier and TypeMethodDescriptionOLockKeySource.getRids()OTransactionPhase1Task.getRids()OTransactionPhase2Task.getRids()Method parameters in com.orientechnologies.orient.server.distributed.impl.task with type arguments of type ORIDModifier and TypeMethodDescriptionstatic voidOTransactionPhase1Task.mapRid(Set<ORID> set, ORecordOperation operation) Constructor parameters in com.orientechnologies.orient.server.distributed.impl.task with type arguments of type ORIDModifierConstructorDescriptionOTransactionPhase2Task(ODistributedRequestId firstPhaseId, boolean success, SortedSet<ORID> rids, SortedSet<OTransactionUniqueKey> uniqueIndexKeys, OTransactionIdPromise transactionId) -
Uses of ORID in com.orientechnologies.orient.server.distributed.impl.task.transaction
Methods in com.orientechnologies.orient.server.distributed.impl.task.transaction that return ORIDModifier and TypeMethodDescriptionOTxConcurrentCreation.getActualRid()OTxConcurrentCreation.getExpectedRid()OTxRecordLockTimeout.getLockedId()Methods in com.orientechnologies.orient.server.distributed.impl.task.transaction with parameters of type ORIDModifier and TypeMethodDescriptionvoidOTxConcurrentCreation.setActualRid(ORID actualRid) voidOTxConcurrentCreation.setExpectedRid(ORID expectedRid) Constructors in com.orientechnologies.orient.server.distributed.impl.task.transaction with parameters of type ORIDModifierConstructorDescriptionOTxConcurrentCreation(ORID actualRid, ORID expectedRid) OTxRecordLockTimeout(String node, ORID lockedId) -
Uses of ORID in com.orientechnologies.orient.server.distributed.task
Fields in com.orientechnologies.orient.server.distributed.task declared as ORIDMethods in com.orientechnologies.orient.server.distributed.task that return ORIDConstructors in com.orientechnologies.orient.server.distributed.task with parameters of type ORIDModifierConstructorDescriptionODistributedRecordLockedException(String localNodeName, ORID iRid) ODistributedRecordLockedException(String localNodeName, ORID iRid, ODistributedRequestId iLockingRequestId, long timeout) -
Uses of ORID in com.orientechnologies.orient.server.network.protocol.http.command.post
Fields in com.orientechnologies.orient.server.network.protocol.http.command.post declared as ORIDMethods in com.orientechnologies.orient.server.network.protocol.http.command.post with parameters of type ORIDModifier and TypeMethodDescriptionprotected voidOServerCommandPostUploadSingleFile.processFileContent(OHttpRequest iRequest, ORID iContentResult, HashMap<String, String> headers) -
Uses of ORID in com.orientechnologies.orient.server.network.protocol.http.multipart
Methods in com.orientechnologies.orient.server.network.protocol.http.multipart that return ORIDModifier and TypeMethodDescriptionOHttpMultipartFileToRecordContentParser.parse(OHttpRequest iRequest, Map<String, String> headers, OHttpMultipartContentInputStream in, ODatabaseDocument database) -
Uses of ORID in com.orientechnologies.orient.server.token
Fields in com.orientechnologies.orient.server.token declared as ORIDMethods in com.orientechnologies.orient.server.token that return ORIDMethods in com.orientechnologies.orient.server.token with parameters of type ORID -
Uses of ORID in com.orientechnologies.orient.server.tx
Fields in com.orientechnologies.orient.server.tx with type parameters of type ORIDModifier and TypeFieldDescriptionOTransactionOptimisticServer.deletedRecordprotected Map<ORID,ORecordOperation> OTransactionOptimisticServer.oldTxEntriesprotected final Map<ORID,ORecordOperation> OTransactionOptimisticServer.tempEntriesMethods in com.orientechnologies.orient.server.tx that return types with arguments of type ORIDMethods in com.orientechnologies.orient.server.tx with parameters of type ORIDModifier and TypeMethodDescriptionMethod parameters in com.orientechnologies.orient.server.tx with type arguments of type ORID -
Uses of ORID in com.orientechnologies.spatial.engine
Methods in com.orientechnologies.spatial.engine that return types with arguments of type ORIDModifier and TypeMethodDescriptionOLuceneSpatialIndexEngineDelegator.descStream(IndexEngineValuesTransformer valuesTransformer) OLuceneSpatialIndexEngineAbstract.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineDelegator.iterateEntriesBetween(Object rangeFrom, boolean fromInclusive, Object rangeTo, boolean toInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineAbstract.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineDelegator.iterateEntriesMajor(Object fromKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineAbstract.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineDelegator.iterateEntriesMinor(Object toKey, boolean isInclusive, boolean ascSortOrder, IndexEngineValuesTransformer transformer) OLuceneSpatialIndexEngineAbstract.stream(IndexEngineValuesTransformer valuesTransformer) OLuceneSpatialIndexEngineDelegator.stream(IndexEngineValuesTransformer valuesTransformer) Methods in com.orientechnologies.spatial.engine with parameters of type ORIDModifier and TypeMethodDescriptionvoidOLuceneGeoSpatialIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) voidOLuceneLegacySpatialIndexEngine.put(OAtomicOperation atomicOperation, Object key, ORID value) voidOLuceneSpatialIndexEngineDelegator.put(OAtomicOperation atomicOperation, Object key, ORID value) booleanOLuceneSpatialIndexEngineAbstract.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOLuceneSpatialIndexEngineDelegator.remove(OAtomicOperation atomicOperation, Object key, ORID value) booleanOLuceneGeoSpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOLuceneLegacySpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOLuceneSpatialIndexEngineDelegator.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) Method parameters in com.orientechnologies.spatial.engine with type arguments of type ORIDModifier and TypeMethodDescriptionbooleanOLuceneGeoSpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOLuceneLegacySpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) booleanOLuceneSpatialIndexEngineDelegator.validatedPut(OAtomicOperation atomicOperation, Object key, ORID value, IndexEngineValidator<Object, ORID> validator) -
Uses of ORID in org.apache.tinkerpop.gremlin.orientdb
Methods in org.apache.tinkerpop.gremlin.orientdb that return ORIDModifier and TypeMethodDescriptionprotected static ORIDOrientGraph.createRecordId(Object id) OrientElement.getIdentity()OrientElement.id()Methods in org.apache.tinkerpop.gremlin.orientdb with parameters of type ORID