| Modifier and Type | Method and Description |
|---|---|
ORID |
OLuceneTextOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneTextOperator.getEndRidRange(Object iLeft,
Object iRight) |
| Modifier and Type | Method and Description |
|---|---|
ORecordMetadata |
OStorageRemote.getRecordMetadata(ORID rid) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractMapCache<T extends Map<ORID,?>> |
| Modifier and Type | Method and Description |
|---|---|
Collection<ORID> |
ORecordCache.keys()
Keys of all stored in cache records
|
Collection<ORID> |
OAbstractMapCache.keys() |
| Modifier and Type | Method and Description |
|---|---|
void |
OLocalRecordCache.deleteRecord(ORID rid)
Removes record with specified identifier from both primary and secondary caches
|
void |
OAbstractRecordCache.deleteRecord(ORID rid)
Remove record entry
|
ORecord |
OLocalRecordCache.findRecord(ORID rid)
Looks up for record in cache by it's identifier.
|
ORecord |
OAbstractRecordCache.freeRecord(ORID rid)
Remove record with specified identifier
|
ORecord |
ORecordCache.get(ORID id)
Look up for record in cache by it's identifier
|
ORecord |
ORecordCacheSoftRefs.get(ORID rid) |
ORecord |
ORecordCacheWeakRefs.get(ORID rid) |
ORecord |
ORecordCache.remove(ORID id)
Remove record with specified identifier
|
ORecord |
ORecordCacheSoftRefs.remove(ORID rid) |
ORecord |
ORecordCacheWeakRefs.remove(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.delete(ORID iRid) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORID iRecordId) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORID iRecordId,
String iFetchPlan) |
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache) |
| Modifier and Type | Method and Description |
|---|---|
ODatabase<T> |
ODatabase.cleanOutRecord(ORID rid,
int version) |
ODatabase<T> |
ODatabase.delete(ORID iRID)
Deletes the entity with the received RID from the database.
|
ODatabase<T> |
ODatabase.delete(ORID iRID,
int iVersion)
Deletes the entity with the received RID from the database.
|
boolean |
OUserObject2RecordHandler.existsUserObjectByRID(ORID iRID)
Tells if e user object exists for a certain RecordId.
|
ORecordMetadata |
ODatabaseWrapperAbstract.getRecordMetadata(ORID rid) |
ORecordMetadata |
ODatabase.getRecordMetadata(ORID rid)
Deprecated.
|
boolean |
ODatabase.hide(ORID rid)
Hides records content by putting tombstone on the records position but does not delete record itself.
|
<RET extends T> |
ODatabase.load(ORID recordId)
Loads the entity by the Record ID.
|
<RET extends T> |
ODatabase.load(ORID iRecordId,
String iFetchPlan)
Loads the entity by the Record ID using a fetch plan.
|
<RET extends T> |
ODatabase.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache)
Loads the entity by the Record ID using a fetch plan and specifying if the cache must be ignored.
|
<RET extends T> |
ODatabase.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends T> |
ODatabase.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentInternal.loadIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
| Modifier and Type | Method and Description |
|---|---|
ODatabase<ORecord> |
ODatabaseDocumentTx.cleanOutRecord(ORID iRecord,
int iVersion) |
ODatabaseDocument |
ODatabaseDocumentTx.delete(ORID iRecord)
Deletes the record without checking the version.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.delete(ORID iRecord,
int iVersion)
Deletes the record checking the version.
|
ODatabaseDocument |
ODatabaseDocumentTx.delete(ORID iRecord,
ODatabase.OPERATION_MODE iMode)
Deletes the record without checking the version.
|
ORecordMetadata |
ODatabaseDocumentTx.getRecordMetadata(ORID rid) |
boolean |
ODatabaseDocumentTx.hide(ORID rid) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID recordId) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID iRecordId,
String iFetchPlan) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache)
Loads the entity by the Record ID using a fetch plan and specifying if the cache must be ignored.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentTx.loadIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OIdentifiable.getIdentity()
Returns the record identity.
|
ORID |
OPlaceholder.getIdentity() |
ORID |
ORecordOperation.getRID() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
ODatabaseImport.rewriteLinksInDocument(ODocument document,
OIndex<OIdentifiable> exportImportHashTable,
Set<ORID> brokenRids) |
protected void |
ODatabaseImport.rewriteLinksInDocument(ODocument document,
Set<ORID> brokenRids) |
| Modifier and Type | Field and Description |
|---|---|
static ORID |
OImportConvertersFactory.BROKEN_LINK |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ORID> |
OConverterData.brokenRids |
| Constructor and Description |
|---|
OConverterData(OIndex<OIdentifiable> exportImportHashTable,
Set<ORID> brokenRids) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OConcurrentCreateException.getActualRid() |
ORID |
OConcurrentCreateException.getExpectedRid() |
ORID |
OConcurrentModificationException.getRid() |
ORID |
ORecordNotFoundException.getRid() |
| Constructor and Description |
|---|
OConcurrentCreateException(ORID expectedRID,
ORID actualRid) |
OConcurrentModificationException(ORID iRID,
int iDatabaseVersion,
int iRecordVersion,
int iRecordOperation) |
ORecordNotFoundException(ORID iRID) |
ORecordNotFoundException(ORID iRID,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OFetchHelper.processRecordRidMap(ODocument record,
OFetchPlan iFetchPlan,
int iCurrentLevel,
int iLevelFromRoot,
int iFieldDepthLevel,
Map<ORID,Integer> parsedRecords,
String iFieldPathFromRoot,
OFetchContext iContext) |
protected static void |
OFetchHelper.removeParsedFromMap(Map<ORID,Integer> parsedRecords,
OIdentifiable d) |
| Modifier and Type | Class and Description |
|---|---|
class |
OContextualRecordId |
class |
OImmutableRecordId
Immutable ORID implementation.
|
class |
ORecordId |
| Modifier and Type | Method and Description |
|---|---|
ORID |
ORID.copy() |
ORID |
ORecordId.getIdentity() |
ORID |
ORecordId.nextRid() |
ORID |
ORID.nextRid()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ORecordId.copyFrom(ORID iSource) |
void |
OImmutableRecordId.copyFrom(ORID iSource) |
| Constructor and Description |
|---|
ORecordId(ORID parentRid)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ORID |
OIndexRemote.getIdentity() |
| Modifier and Type | Method and Description |
|---|---|
protected OIndex<?> |
OIndexManagerRemote.getRemoteIndexInstance(boolean isMultiValueIndex,
String type,
String name,
String algorithm,
Set<String> clustersToIndex,
OIndexDefinition indexDefinition,
ORID identity,
ODocument configuration) |
| Constructor and Description |
|---|
OIndexRemote(String iName,
String iWrappedType,
String algorithm,
ORID iRid,
OIndexDefinition iIndexDefinition,
ODocument iConfiguration,
Set<String> clustersToIndex) |
OIndexRemoteMultiValue(String iName,
String iWrappedType,
String algorithm,
ORID iRid,
OIndexDefinition iIndexDefinition,
ODocument iConfiguration,
Set<String> clustersToIndex) |
OIndexRemoteOneValue(String iName,
String iWrappedType,
String algorithm,
ORID iRid,
OIndexDefinition iIndexDefinition,
ODocument iConfiguration,
Set<String> clustersToIndex) |
| Modifier and Type | Field and Description |
|---|---|
protected ORID |
ORecordIteratorClusters.beginRange |
protected ORID |
ORecordIteratorClusters.endRange |
| Modifier and Type | Method and Description |
|---|---|
ORID |
ORecordIteratorClusters.getBeginRange() |
ORID |
ORecordIteratorClusters.getEndRange() |
| Modifier and Type | Method and Description |
|---|---|
Set<ORID> |
OIdentifiableIterator.getBrokenRIDs() |
| Modifier and Type | Method and Description |
|---|---|
ORecordIteratorClusters<REC> |
ORecordIteratorClusters.setRange(ORID iBegin,
ORID iEnd) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OFunction.getId() |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OSchema.getIdentity() |
ORID |
OImmutableSchema.getIdentity() |
ORID |
OSchemaShared.getIdentity() |
ORID |
OSchemaProxy.getIdentity() |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OSecurityShared.getRoleRID(String iRoleName) |
ORID |
OToken.getUserId() |
ORID |
OSecurityShared.getUserRID(String iUserName) |
| Modifier and Type | Method and Description |
|---|---|
OUser |
OSecurityNull.getUser(ORID iUserId) |
OUser |
OSecurityProxy.getUser(ORID iUserId) |
OUser |
OSecurity.getUser(ORID iUserId) |
OUser |
OSecurityShared.getUser(ORID iRecordId) |
| Constructor and Description |
|---|
OIdentity(ORID iRID) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
ORecordAbstract.getIdentity() |
ORID |
ORecord.getIdentity()
Returns the record identity as <cluster-id>:<cluster-position>
|
| Modifier and Type | Method and Description |
|---|---|
static ORecordAbstract |
ORecordInternal.fill(ORecord record,
ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty)
Internal only.
|
protected ORecordAbstract |
ORecordAbstract.fill(ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
ODocumentHelper.RIDMapper.map(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ODocumentHelper.deleteCrossRefs(ORID iRid,
ODocument iContent) |
protected ORecordAbstract |
ODocument.fill(ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty) |
ORID |
ODocumentHelper.RIDMapper.map(ORID rid) |
| Constructor and Description |
|---|
ODocument(ORID iRID)
Creates a new instance in memory linked by the Record Id to the persistent one.
|
ODocument(String iClassName,
ORID iRID)
Creates a new instance in memory of the specified class, linked by the Record Id to the persistent one.
|
ORecordBytes(ORID iRecordId) |
ORecordFlat(ODatabaseDocument iDatabase,
ORID iRID)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
OUser |
OSymmetricKeySecurity.getUser(ORID iUserId) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OStreamSerializerRID.deserialize(byte[] stream,
int startPosition) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OChainedIndexProxy.getIdentity() |
protected ORID[] |
OCommandExecutorSQLResultsetAbstract.getRange() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OCommandExecutorSQLSelect.checkForSystemClusters(ODatabaseDocumentInternal iDatabase,
ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
static List<ODocument> |
OFindReferenceHelper.findReferences(Set<ORID> iRecordIds,
String classList) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OSQLFilterCondition.getBeginRidRange() |
ORID |
OSQLFilterCondition.getEndRidRange() |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OQueryOperatorNotEquals2.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinorEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajor.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContains.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsText.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsAll.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorOr.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsValue.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinor.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIn.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsKey.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorTraverse.getBeginRidRange(Object iLeft,
Object iRight) |
abstract ORID |
OQueryOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajorEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNot.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMatches.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorAnd.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorLike.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorBetween.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorInstanceof.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIs.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals2.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinorEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajor.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContains.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsText.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsAll.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorOr.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsValue.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinor.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIn.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsKey.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorTraverse.getEndRidRange(Object iLeft,
Object iRight) |
abstract ORID |
OQueryOperator.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajorEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNot.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMatches.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorAnd.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorLike.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorBetween.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorInstanceof.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIs.getEndRidRange(Object iLeft,
Object iRight) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ORID> |
OQueryOperatorIn.addRangeResults(Iterable<?> ridCollection,
int ridSize) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OQueryOperatorMinus.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMultiply.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMod.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorPlus.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorDivide.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinus.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMultiply.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMod.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorPlus.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorDivide.getEndRidRange(Object iLeft,
Object iRight) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OMatchFilter.getRid(OCommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OSQLSynchQuery.getNextPageRID() |
| Modifier and Type | Method and Description |
|---|---|
ORID |
ORecordMetadata.getRecordId() |
ORID |
ORecordDuplicatedException.getRid() |
| Modifier and Type | Method and Description |
|---|---|
ORecordMetadata |
OStorage.getRecordMetadata(ORID rid) |
| Constructor and Description |
|---|
ORecordDuplicatedException(String message,
String indexName,
ORID iRid) |
ORecordMetadata(ORID recordId,
int recordVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAbstractPaginatedStorage.acquireReadLock(ORID rid) |
void |
OAbstractPaginatedStorage.acquireWriteLock(ORID rid) |
ORecordMetadata |
OAbstractPaginatedStorage.getRecordMetadata(ORID rid) |
void |
OAbstractPaginatedStorage.releaseReadLock(ORID rid) |
void |
OAbstractPaginatedStorage.releaseWriteLock(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
Set<ORID> |
ORecordOperationMetadata.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ORecordOperationMetadata.addRid(ORID rid) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ORID,ORecordOperation> |
OTransactionRealAbstract.allEntries |
protected HashMap<ORID,com.orientechnologies.orient.core.tx.OTransactionAbstract.LockedRecordMetadata> |
OTransactionAbstract.locks |
protected Map<ORID,List<OTransactionRealAbstract.OTransactionRecordIndexOperation>> |
OTransactionRealAbstract.recordIndexOperations |
protected Map<ORID,ORID> |
OTransactionRealAbstract.updatedRids |
protected Map<ORID,ORID> |
OTransactionRealAbstract.updatedRids |
| Modifier and Type | Method and Description |
|---|---|
HashMap<ORID,OStorage.LOCKING_STRATEGY> |
OTransaction.getLockedRecords() |
HashMap<ORID,OStorage.LOCKING_STRATEGY> |
OTransactionAbstract.getLockedRecords() |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OTransaction.getRecord(ORID iRid) |
ORecord |
OTransactionNoTx.getRecord(ORID rid) |
ORecord |
OTransactionRealAbstract.getRecord(ORID rid) |
ORecordOperation |
OTransaction.getRecordEntry(ORID rid) |
ORecordOperation |
OTransactionNoTx.getRecordEntry(ORID rid) |
ORecordOperation |
OTransactionRealAbstract.getRecordEntry(ORID rid) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY lockingStrategy) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY lockingStrategy) |
ORecord |
OTransaction.loadRecordIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.loadRecordIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.loadRecordIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.reloadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.reloadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.reloadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.reloadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransactionNoTx.reloadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransactionOptimistic.reloadRecord(ORID rid,
ORecord passedRecord,
String fetchPlan,
boolean ignoreCache,
boolean force) |
void |
OTransaction.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.
|
void |
OTransactionNoTx.updateIdentityAfterCommit(ORID oldRid,
ORID newRid) |
void |
OTransactionRealAbstract.updateIdentityAfterCommit(ORID oldRid,
ORID newRid) |
| Constructor and Description |
|---|
ODocumentWrapper(ORID iRID) |
| Modifier and Type | Method and Description |
|---|---|
void |
OChannelBinary.writeRID(ORID iRID) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OGraphMLReader.mapId(Map<String,ORID> vertexMappedIdMap,
String vertexId,
ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OGraphMLReader.mapId(Map<String,ORID> vertexMappedIdMap,
String vertexId,
ORID rid) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ORID,Float> |
OSQLFunctionPathFinder.distance |
protected Map<ORID,OrientVertex> |
OSQLFunctionPathFinder.predecessors |
| Modifier and Type | Method and Description |
|---|---|
List<ORID> |
OSQLFunctionShortestPath.execute(Object iThis,
OIdentifiable iCurrentRecord,
Object iCurrentResult,
Object[] iParams,
OCommandContext iContext) |
protected List<ORID> |
OSQLFunctionShortestPath.walkLeft(com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath.OShortestPathContext ctx) |
protected List<ORID> |
OSQLFunctionShortestPath.walkRight(com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath.OShortestPathContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected ORID |
OrientRowId.rid |
| Constructor and Description |
|---|
OrientRowId(ORID rid) |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<ORID,ODocument> |
ODatabasePojoAbstract.rid2Records |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OObjectDatabaseTx.getIdentity(Object iPojo)
Returns the object unique identity.
|
ORID |
ODatabasePojoAbstract.getIdentity(Object iPojo)
Returns the object unique identity.
|
| Modifier and Type | Method and Description |
|---|---|
ODatabase<Object> |
OObjectDatabaseTx.cleanOutRecord(ORID iRID,
int iVersion) |
ODatabase<T> |
ODatabasePojoAbstract.cleanOutRecord(ORID iRID,
int iVersion) |
ODatabaseObject |
OObjectDatabaseTx.delete(ORID iRID) |
ODatabase<T> |
ODatabasePojoAbstract.delete(ORID iRID) |
ODatabaseObject |
OObjectDatabaseTx.delete(ORID iRID,
int iVersion) |
ODatabase<T> |
ODatabasePojoAbstract.delete(ORID iRID,
int iVersion) |
boolean |
ODatabasePojoAbstract.existsUserObjectByRID(ORID iRID) |
ODocument |
ODatabasePojoAbstract.getRecordById(ORID iRecordId) |
boolean |
OObjectDatabaseTx.hide(ORID rid) |
<RET> RET |
OObjectDatabaseTx.load(ORID recordId) |
<RET> RET |
OObjectDatabaseTx.load(ORID iRecordId,
String iFetchPlan) |
<RET> RET |
OObjectDatabaseTx.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache) |
<RET> RET |
OObjectDatabaseTx.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET> RET |
OObjectDatabaseTx.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<ORID> |
OObjectProxyMethodHandler.orphans |
| Modifier and Type | Method and Description |
|---|---|
static ORID |
OObjectEntitySerializer.getRid(javassist.util.proxy.Proxy proxiedObject)
Method that given a proxied entity returns the associated ODocument RID
|
| Modifier and Type | Method and Description |
|---|---|
Set<ORID> |
OObjectProxyMethodHandler.getOrphans() |
| Modifier and Type | Method and Description |
|---|---|
static void |
OObjectEntitySerializer.setIdField(Class<?> iClass,
Object iObject,
ORID iValue) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OSchemaProxyObject.getIdentity() |
| Modifier and Type | Method and Description |
|---|---|
static String |
OObjectSerializerHelper.setObjectID(ORID iIdentity,
Object iPojo) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OBinaryToken.getUserId() |
| Modifier and Type | Method and Description |
|---|---|
void |
OBinaryToken.setUserRid(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ODistributedDatabase.forceLockRecord(ORID record,
ODistributedRequestId requestId)
Force the locking of a record.
|
ORawBuffer |
ODistributedDatabase.getRecordIfLocked(ORID iRecord)
Returns the locked record for read-only purpose.
|
void |
ODistributedTxContext.lock(ORID rid) |
void |
ODistributedTxContext.lock(ORID rid,
long timeout) |
boolean |
ODistributedDatabase.lockRecord(ORID record,
ODistributedRequestId requestId,
long timeout)
Locks the record to be sure distributed transactions never work concurrently against the same records in the meanwhile the
transaction is executed and the OCompleteTxTask is not arrived.
|
void |
ODistributedDatabase.replaceRecordContentIfLocked(ORID rid,
byte[] bytes)
Replace the record content if it is locked.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<ORID,ODistributedDatabaseImpl.ODistributedLock> |
ODistributedDatabaseImpl.lockManager |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ODistributedDatabaseImpl.forceLockRecord(ORID rid,
ODistributedRequestId requestId) |
ORawBuffer |
ODistributedDatabaseImpl.getRecordIfLocked(ORID rid) |
ORecordMetadata |
ODistributedStorage.getRecordMetadata(ORID rid) |
void |
ODistributedTxContextImpl.lock(ORID rid) |
void |
ODistributedTxContextImpl.lock(ORID rid,
long timeout) |
boolean |
ODistributedDatabaseImpl.lockRecord(ORID rid,
ODistributedRequestId requestId,
long timeout) |
void |
ODistributedDatabaseImpl.replaceRecordContentIfLocked(ORID rid,
byte[] bytes) |
| Modifier and Type | Field and Description |
|---|---|
protected ORID |
ODistributedRecordLockedException.rid |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OPossibleDuplicatedRecordException.getRid() |
ORID |
ODistributedRecordLockedException.getRid() |
| Constructor and Description |
|---|
ODistributedRecordLockedException(String localNodeName,
ORID iRid,
ODistributedRequestId iLockingRequestId,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ONetworkProtocolBinary.cleanOutRecord(ODatabaseDocument iDatabase,
ORID rid,
int version) |
protected int |
ONetworkProtocolBinary.deleteRecord(ODatabaseDocument iDatabase,
ORID rid,
int version) |
protected int |
ONetworkProtocolBinary.hideRecord(ODatabaseDocument iDatabase,
ORID rid) |
| Modifier and Type | Field and Description |
|---|---|
protected ORID |
OServerCommandPostUploadSingleFile.fileRID |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OServerCommandPostUploadSingleFile.processFileContent(OHttpRequest iRequest,
ORID iContentResult,
HashMap<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OHttpMultipartFileToRecordContentParser.parse(OHttpRequest iRequest,
Map<String,String> headers,
OHttpMultipartContentInputStream in,
ODatabaseDocument database) |
| Modifier and Type | Method and Description |
|---|---|
OUser |
OSecurityServerUser.getUser(ORID iUserId) |
| Modifier and Type | Field and Description |
|---|---|
ORID |
OrientJwtPayload.userRid |
| Modifier and Type | Method and Description |
|---|---|
ORID |
JsonWebToken.getUserId() |
ORID |
OrientJwtPayload.getUserRid() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrientJwtPayload.setUserRid(ORID userRid) |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OTransactionOptimisticProxy.getRecord(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OrientElement.getIdentity()
(Blueprints Extension) Returns the record's identity.
|
ORID |
OrientExtendedVertex.getIdentity() |
ORID |
OrientVertex.moveTo(String iClassName,
String iClusterName)
Moves current vertex to another class/cluster.
|
ORID |
OrientVertex.moveToClass(String iClassName)
Moves current vertex to another class.
|
ORID |
OrientVertex.moveToCluster(String iClusterName)
Moves current vertex to another cluster.
|
Copyright © 2009–2025 OrientDB. All rights reserved.