Uses of Class
com.orientechnologies.orient.core.id.ORecordId
Packages that use ORecordId
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 ORecordId in com.orientechnologies.orient.client.remote
Methods in com.orientechnologies.orient.client.remote with parameters of type ORecordIdModifier and TypeMethodDescription<T extends OBinaryResponse>
TOStorageRemote.asyncNetworkOperationNoRetry(OBinaryAsyncRequest<T> request, int mode, ORecordId recordId, ORecordCallback<T> callback, String errorMessage) <T extends OBinaryResponse>
TOStorageRemote.asyncNetworkOperationRetry(OBinaryAsyncRequest<T> request, int mode, ORecordId recordId, ORecordCallback<T> callback, String errorMessage, int retry) booleanOStorageRemote.cleanOutRecord(ORecordId recordId, int recordVersion, int iMode, ORecordCallback<Boolean> callback) OStorageRemote.createRecord(ORecordId iRid, byte[] iContent, int iRecordVersion, byte iRecordType, int iMode, ORecordCallback<Long> iCallback) OStorageRemote.deleteRecord(ORecordId iRid, int iVersion, int iMode, ORecordCallback<Boolean> iCallback) OStorageRemote.readRecord(ORecordId iRid, String iFetchPlan, boolean iIgnoreCache, boolean prefetchRecords, ORecordCallback<ORawBuffer> iCallback) OStorageRemote.readRecordIfVersionIsNotLatest(ORecordId rid, String fetchPlan, boolean ignoreCache, int recordVersion) OStorageRemote.updateRecord(ORecordId iRid, boolean updateContent, byte[] iContent, int iVersion, byte iRecordType, int iMode, ORecordCallback<Integer> iCallback) -
Uses of ORecordId in com.orientechnologies.orient.client.remote.db.document
Methods in com.orientechnologies.orient.client.remote.db.document with parameters of type ORecordIdModifier and TypeMethodDescription<RET extends ORecord>
RETODatabaseDocumentRemote.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, boolean loadTombstones, OStorage.LOCKING_STRATEGY lockingStrategy, RecordReader recordReader) This method is internal, it can be subject to signature change or be removed, do not use. -
Uses of ORecordId in com.orientechnologies.orient.client.remote.message
Methods in com.orientechnologies.orient.client.remote.message that return ORecordIdModifier and TypeMethodDescriptionOCommit37Response.OCreatedRecordResponse.getCreatedRid()OCommitResponse.OCreatedRecordResponse.getCreatedRid()OCommit37Response.OCreatedRecordResponse.getCurrentRid()OCommitResponse.OCreatedRecordResponse.getCurrentRid()OCreateRecordResponse.getIdentity()OCleanOutRecordRequest.getRecordId()OCommit37Response.OUpdatedRecordResponse.getRid()OCommitResponse.OUpdatedRecordResponse.getRid()OCreateRecordRequest.getRid()ODeleteRecordRequest.getRid()OReadRecordIfVersionIsNotLatestRequest.getRid()OReadRecordRequest.getRid()OUpdateRecordRequest.getRid()Constructors in com.orientechnologies.orient.client.remote.message with parameters of type ORecordIdModifierConstructorDescriptionOCleanOutRecordRequest(int recordVersion, ORecordId recordId) OCreatedRecordResponse(ORecordId currentRid, ORecordId createdRid, int version) OCreatedRecordResponse(ORecordId currentRid, ORecordId createdRid) OCreateRecordRequest(byte[] iContent, ORecordId iRid, byte iRecordType) OCreateRecordRequest(ORecord iContent, ORecordId iRid, byte iRecordType) OCreateRecordResponse(ORecordId identity, int version, Map<UUID, OBonsaiCollectionPointer> changedIds) ODeleteRecordRequest(ORecordId iRid, int iVersion) OReadRecordIfVersionIsNotLatestRequest(ORecordId rid, int recordVersion, String fetchPlan, boolean ignoreCache) OReadRecordRequest(boolean iIgnoreCache, ORecordId iRid, String iFetchPlan, boolean iLoadTumbstone) OUpdatedRecordResponse(ORecordId rid, int version) OUpdatedRecordResponse(ORecordId rid, int version) OUpdateRecordRequest(ORecordId iRid, byte[] iContent, int iVersion, boolean updateContent, byte iRecordType) OUpdateRecordRequest(ORecordId iRid, ORecord iContent, int iVersion, boolean updateContent, byte iRecordType) -
Uses of ORecordId in com.orientechnologies.orient.client.remote.message.push
Methods in com.orientechnologies.orient.client.remote.message.push that return ORecordIdModifier and TypeMethodDescriptionOStorageConfigurationPayload.getIndexMgrRecordId()OStorageConfigurationPayload.getSchemaRecordId() -
Uses of ORecordId in com.orientechnologies.orient.core.conflict
Methods in com.orientechnologies.orient.core.conflict with parameters of type ORecordIdModifier and TypeMethodDescriptionprotected voidOVersionRecordConflictStrategy.checkVersions(ORecordId rid, int iRecordVersion, int iDatabaseVersion) byte[]OAutoMergeRecordConflictStrategy.onUpdate(OStorage storage, byte iRecordType, ORecordId rid, int iRecordVersion, byte[] iRecordContent, AtomicInteger iDatabaseVersion) byte[]OContentRecordConflictStrategy.onUpdate(OStorage storage, byte iRecordType, ORecordId rid, int iRecordVersion, byte[] iRecordContent, AtomicInteger iDatabaseVersion) byte[]ORecordConflictStrategy.onUpdate(OStorage storage, byte iRecordType, ORecordId rid, int iRecordVersion, byte[] iRecordContent, AtomicInteger iDatabaseVersion) byte[]OVersionRecordConflictStrategy.onUpdate(OStorage storage, byte iRecordType, ORecordId rid, int iRecordVersion, byte[] iRecordContent, AtomicInteger iDatabaseVersion) -
Uses of ORecordId in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type ORecordIdModifier and TypeMethodDescription<RET extends ORecord>
RETODatabaseDocumentInternal.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, boolean loadTombstones, OStorage.LOCKING_STRATEGY lockingStrategy, RecordReader recordReader) -
Uses of ORecordId in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document with parameters of type ORecordIdModifier and TypeMethodDescriptionprotected voidODatabaseDocumentAbstract.checkRecordClass(OClass recordClass, String iClusterName, ORecordId rid) abstract <RET extends ORecord>
RETODatabaseDocumentAbstract.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, boolean loadTombstones, OStorage.LOCKING_STRATEGY lockingStrategy, RecordReader recordReader) This method is internal, it can be subject to signature change or be removed, do not use.<RET extends ORecord>
RETODatabaseDocumentEmbedded.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, boolean loadTombstones, OStorage.LOCKING_STRATEGY lockingStrategy, RecordReader recordReader) This method is internal, it can be subject to signature change or be removed, do not use.<RET extends ORecord>
RETODatabaseDocumentTx.executeReadRecord(ORecordId rid, ORecord iRecord, int recordVersion, String fetchPlan, boolean ignoreCache, boolean iUpdateCache, boolean loadTombstones, OStorage.LOCKING_STRATEGY lockingStrategy, RecordReader recordReader) Deprecated.LatestVersionRecordReader.readRecord(OStorage storage, ORecordId rid, String fetchPlan, boolean ignoreCache, int recordVersion) RecordReader.readRecord(OStorage storage, ORecordId rid, String fetchPlan, boolean ignoreCache, int recordVersion) SimpleRecordReader.readRecord(OStorage storage, ORecordId rid, String fetchPlan, boolean ignoreCache, int recordVersion) -
Uses of ORecordId in com.orientechnologies.orient.core.db.record
Constructors in com.orientechnologies.orient.core.db.record with parameters of type ORecordId -
Uses of ORecordId in com.orientechnologies.orient.core.db.record.ridbag
Methods in com.orientechnologies.orient.core.db.record.ridbag with parameters of type ORecordId -
Uses of ORecordId in com.orientechnologies.orient.core.id
Subclasses of ORecordId in com.orientechnologies.orient.core.idModifier and TypeClassDescriptionclassclassImmutable ORID implementation.Fields in com.orientechnologies.orient.core.id declared as ORecordIdMethods in com.orientechnologies.orient.core.id that return ORecordIdModifier and TypeMethodDescriptionORecordId.copy()static ORecordIdORecordId.deserialize(DataInput input) OImmutableRecordId.fromStream(byte[] iBuffer) OImmutableRecordId.fromStream(OMemoryStream iStream) OImmutableRecordId.fromStream(InputStream iStream) ORecordId.fromStream(byte[] iBuffer) ORecordId.fromStream(OMemoryStream iStream) ORecordId.fromStream(InputStream iStream) Constructors in com.orientechnologies.orient.core.id with parameters of type ORecordId -
Uses of ORecordId in com.orientechnologies.orient.core.iterator
Fields in com.orientechnologies.orient.core.iterator declared as ORecordId -
Uses of ORecordId in com.orientechnologies.orient.core.metadata.function
Constructors in com.orientechnologies.orient.core.metadata.function with parameters of type ORecordId -
Uses of ORecordId in com.orientechnologies.orient.core.record
Fields in com.orientechnologies.orient.core.record declared as ORecordIdMethods in com.orientechnologies.orient.core.record with parameters of type ORecordIdModifier and TypeMethodDescriptionprotected ORecordAbstractORecordAbstract.setIdentity(ORecordId iIdentity) static ORecordAbstractORecordInternal.setIdentity(ORecord record, ORecordId iIdentity) Internal only. -
Uses of ORecordId in com.orientechnologies.orient.core.serialization.serializer.binary.impl
Methods in com.orientechnologies.orient.core.serialization.serializer.binary.impl that return ORecordIdModifier and TypeMethodDescriptionOLinkSerializer.deserialize(byte[] stream, int startPosition) OLinkSerializer.deserializeNativeObject(byte[] stream, int startPosition) -
Uses of ORecordId in com.orientechnologies.orient.core.serialization.serializer.record.binary
Fields in com.orientechnologies.orient.core.serialization.serializer.record.binary declared as ORecordIdModifier and TypeFieldDescriptionprotected static final ORecordIdHelperClasses.NULL_RECORD_IDprotected static final ORecordIdORecordSerializerNetworkV37.NULL_RECORD_IDMethods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return ORecordIdModifier and TypeMethodDescriptionstatic ORecordIdHelperClasses.readOptimizedLink(BytesContainer bytes, boolean justRunThrough) static ORecordIdODocumentSerializerDelta.readOptimizedLink(BytesContainer bytes) Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type ORecordIdModifier and TypeMethodDescriptionORecordSerializerBinary.getBinaryResult(ODatabaseSession db, byte[] bytes, ORecordId id) Constructors in com.orientechnologies.orient.core.serialization.serializer.record.binary with parameters of type ORecordIdModifierConstructorDescriptionOResultBinary(ODatabaseSession db, byte[] bytes, int offset, int fieldLength, ODocumentSerializer serializer, ORecordId id) -
Uses of ORecordId in com.orientechnologies.orient.core.sql.executor
Constructor parameters in com.orientechnologies.orient.core.sql.executor with type arguments of type ORecordIdModifierConstructorDescriptionFetchFromRidsStep(Collection<ORecordId> rids, OCommandContext ctx, boolean profilingEnabled) -
Uses of ORecordId in com.orientechnologies.orient.core.sql.parser
Methods in com.orientechnologies.orient.core.sql.parser that return ORecordIdModifier and TypeMethodDescriptionORid.toRecordId(OIdentifiable target, OCommandContext ctx) ORid.toRecordId(OResult target, OCommandContext ctx) -
Uses of ORecordId in com.orientechnologies.orient.core.storage
Methods in com.orientechnologies.orient.core.storage with parameters of type ORecordIdModifier and TypeMethodDescriptionvoidbooleanOStorage.cleanOutRecord(ORecordId recordId, int recordVersion, int iMode, ORecordCallback<Boolean> callback) OStorage.deleteRecord(ORecordId iRecordId, int iVersion, int iMode, ORecordCallback<Boolean> iCallback) OStorage.readRecord(ORecordId iRid, String iFetchPlan, boolean iIgnoreCache, boolean prefetchRecords, ORecordCallback<ORawBuffer> iCallback) OStorage.readRecordIfVersionIsNotLatest(ORecordId rid, String fetchPlan, boolean ignoreCache, int recordVersion) -
Uses of ORecordId in com.orientechnologies.orient.core.storage.impl.local
Methods in com.orientechnologies.orient.core.storage.impl.local that return types with arguments of type ORecordIdModifier and TypeMethodDescriptionOAbstractPaginatedStorage.getRidsGroupedByCluster(Collection<ORecordId> rids) Methods in com.orientechnologies.orient.core.storage.impl.local with parameters of type ORecordIdModifier and TypeMethodDescriptionfinal booleanOAbstractPaginatedStorage.cleanOutRecord(ORecordId recordId, int recordVersion, int iMode, ORecordCallback<Boolean> callback) OAbstractPaginatedStorage.createRecord(ORecordId rid, byte[] content, int recordVersion, byte recordType, ORecordCallback<Long> callback) final OStorageOperationResult<Boolean>OAbstractPaginatedStorage.deleteRecord(ORecordId rid, int version, int mode, ORecordCallback<Boolean> callback) OAbstractPaginatedStorage.readRecord(ORecordId rid, String iFetchPlan, boolean iIgnoreCache, boolean prefetchRecords, ORecordCallback<ORawBuffer> iCallback) OAbstractPaginatedStorage.readRecordIfVersionIsNotLatest(ORecordId rid, String fetchPlan, boolean ignoreCache, int recordVersion) final OStorageOperationResult<Integer>OAbstractPaginatedStorage.updateRecord(ORecordId rid, boolean updateContent, byte[] content, int version, byte recordType, int mode, ORecordCallback<Integer> callback) Method parameters in com.orientechnologies.orient.core.storage.impl.local with type arguments of type ORecordIdModifier and TypeMethodDescriptionOAbstractPaginatedStorage.getRidsGroupedByCluster(Collection<ORecordId> rids) -
Uses of ORecordId in com.orientechnologies.orient.core.storage.ridbag
Methods in com.orientechnologies.orient.core.storage.ridbag with parameters of type ORecordIdModifier and TypeMethodDescriptionvoidORemoteTreeRidBag.setRecordAndField(ORecordId id, String fieldName) -
Uses of ORecordId in com.orientechnologies.orient.enterprise.channel.binary
Methods in com.orientechnologies.orient.enterprise.channel.binary that return ORecordId -
Uses of ORecordId in com.orientechnologies.orient.object.serialization
Methods in com.orientechnologies.orient.object.serialization that return ORecordIdModifier and TypeMethodDescriptionstatic ORecordIdOObjectSerializerHelper.getObjectID(ODatabaseObject iDb, Object iPojo) -
Uses of ORecordId in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return types with arguments of type ORecordIdModifier and TypeMethodDescriptionODistributedTxContext.cancel(ODistributedServerManager current, ODatabaseDocumentInternal database) ODistributedTxContext.rollback(ODatabaseDocumentInternal database) -
Uses of ORecordId in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return types with arguments of type ORecordIdModifier and TypeMethodDescriptionODDLContextImpl.cancel(ODistributedServerManager current, ODatabaseDocumentInternal database) ONewDistributedTxContextImpl.cancel(ODistributedServerManager current, ODatabaseDocumentInternal database) ODDLContextImpl.rollback(ODatabaseDocumentInternal database) ONewDistributedTxContextImpl.rollback(ODatabaseDocumentInternal database) Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ORecordIdModifier and TypeMethodDescriptionvoidODistributedStorageEventListener.onAfterRecordLock(ORecordId rid) voidODistributedStorageEventListener.onAfterRecordUnlock(ORecordId rid) -
Uses of ORecordId in com.orientechnologies.orient.server.distributed.impl.task.transaction
Methods in com.orientechnologies.orient.server.distributed.impl.task.transaction that return ORecordIdModifier and TypeMethodDescriptionOTxConcurrentModification.getRecordId()OTxUniqueIndex.getRecordId()Methods in com.orientechnologies.orient.server.distributed.impl.task.transaction with parameters of type ORecordIdModifier and TypeMethodDescriptionvoidOTxConcurrentModification.setRecordId(ORecordId recordId) voidOTxUniqueIndex.setRecordId(ORecordId recordId) Constructors in com.orientechnologies.orient.server.distributed.impl.task.transaction with parameters of type ORecordIdModifierConstructorDescriptionOTxConcurrentModification(ORecordId recordId, int version) OTxUniqueIndex(ORecordId recordId, String index, Object key) -
Uses of ORecordId in com.orientechnologies.orient.server.network.protocol.http.command
Methods in com.orientechnologies.orient.server.network.protocol.http.command with parameters of type ORecordIdModifier and TypeMethodDescriptionprotected StringOServerCommandDocumentAbstract.bindToFields(OHttpRequest iRequest, Map<String, String> iFields, ORecordId iRid) -
Uses of ORecordId in com.orientechnologies.orient.server.tx
Fields in com.orientechnologies.orient.server.tx with type parameters of type ORecordIdModifier and TypeFieldDescriptionOTransactionOptimisticServer.createdRecordsOTransactionOptimisticServer.updatedRecordsMethods in com.orientechnologies.orient.server.tx that return types with arguments of type ORecordIdModifier and TypeMethodDescriptionOTransactionOptimisticProxy.getCreatedRecords()OTransactionOptimisticServer.getCreatedRecords()OTransactionOptimisticProxy.getUpdatedRecords()OTransactionOptimisticServer.getUpdatedRecords()