| Modifier and Type | Method and Description |
|---|---|
boolean |
OLuceneFullTextIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OLuceneFullTextIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
void |
OLuceneIndexNotUnique.doPut(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
| 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) |
OPaginatedCluster.RECORD_STATUS |
OStorageRemote.getRecordStatus(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OCommit37Response.ODeletedRecordResponse.getRid() |
ORID |
OGetRecordMetadataRequest.getRid() |
| Modifier and Type | Method and Description |
|---|---|
Map<ORID,ORID> |
OBeginTransactionResponse.getUpdatedIds() |
Map<ORID,ORID> |
OBeginTransactionResponse.getUpdatedIds() |
| Constructor and Description |
|---|
ODeletedRecordResponse(ORID rid) |
OGetRecordMetadataRequest(ORID rid) |
| Constructor and Description |
|---|
OBeginTransactionResponse(int txId,
Map<ORID,ORID> updatedIds) |
OBeginTransactionResponse(int txId,
Map<ORID,ORID> updatedIds) |
OFetchTransactionResponse(int txId,
Iterable<ORecordOperation> operations,
Map<String,OTransactionIndexChanges> indexChanges,
Map<ORID,ORID> updatedRids) |
OFetchTransactionResponse(int txId,
Iterable<ORecordOperation> operations,
Map<String,OTransactionIndexChanges> indexChanges,
Map<ORID,ORID> updatedRids) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
ORecordOperationRequest.getId() |
ORID |
ORecordOperationRequest.getOldId() |
| Modifier and Type | Method and Description |
|---|---|
void |
ORecordOperationRequest.setId(ORID id) |
void |
ORecordOperationRequest.setOldId(ORID oldId) |
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractMapCache<T extends Map<ORID,?>> |
| Modifier and Type | Method and Description |
|---|---|
Collection<ORID> |
OAbstractMapCache.keys() |
Collection<ORID> |
ORecordCache.keys()
Keys of all stored in cache records
|
| 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 |
ORecordCacheSoftRefs.get(ORID rid) |
ORecord |
ORecordCacheWeakRefs.get(ORID rid) |
ORecord |
ORecordCache.get(ORID id)
Look up for record in cache by it's identifier
|
ORecord |
ORecordCacheSoftRefs.remove(ORID rid) |
ORecord |
ORecordCacheWeakRefs.remove(ORID rid) |
ORecord |
ORecordCache.remove(ORID id)
Remove record with specified identifier
|
| Modifier and Type | Method and Description |
|---|---|
ODatabase<ORecord> |
OScriptDocumentDatabaseWrapper.delete(ORID iRid)
Deprecated.
|
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORID iRecordId)
Deprecated.
|
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORID iRecordId,
String iFetchPlan)
Deprecated.
|
<RET extends ORecord> |
OScriptDocumentDatabaseWrapper.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ODatabaseDocumentInternal |
ODatabaseDocumentInternal.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 |
ODatabaseDocumentInternal.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 |
|---|---|
ODatabaseDocumentInternal |
ODatabaseDocumentAbstract.cleanOutRecord(ORID iRecord,
int iVersion) |
ODatabaseDocumentInternal |
ODatabaseDocumentTx.cleanOutRecord(ORID rid,
int version)
Deprecated.
|
ODatabaseDocument |
ODatabaseDocumentAbstract.delete(ORID iRecord)
Deletes the record without checking the version.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.delete(ORID iRID)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentAbstract.delete(ORID iRecord,
int iVersion)
Deletes the record checking the version.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.delete(ORID iRID,
int iVersion)
Deprecated.
|
ODatabaseDocument |
ODatabaseDocumentAbstract.delete(ORID iRecord,
ODatabase.OPERATION_MODE iMode)
Deprecated.
|
ORecordMetadata |
ODatabaseDocumentAbstract.getRecordMetadata(ORID rid) |
ORecordMetadata |
ODatabaseDocumentTx.getRecordMetadata(ORID rid)
Deprecated.
|
boolean |
ODatabaseDocumentAbstract.hide(ORID rid) |
boolean |
ODatabaseDocumentTx.hide(ORID rid)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentAbstract.load(ORID recordId) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID recordId)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentAbstract.load(ORID iRecordId,
String iFetchPlan) |
<RET extends ORecord> |
ODatabaseDocumentTx.load(ORID iRecordId,
String iFetchPlan)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentAbstract.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)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentAbstract.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 iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentAbstract.load(ORID iRecordId,
String iFetchPlan,
boolean iIgnoreCache,
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> |
ODatabaseDocumentAbstract.loadIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
<RET extends ORecord> |
ODatabaseDocumentTx.loadIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ORID |
OPlaceholder.getIdentity() |
ORID |
OIdentifiable.getIdentity()
Returns the record identity.
|
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 |
ORID.nextRid()
Deprecated.
|
ORID |
ORecordId.nextRid() |
| Modifier and Type | Method and Description |
|---|---|
void |
OImmutableRecordId.copyFrom(ORID iSource) |
void |
ORecordId.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 |
|---|---|
Collection<ORID> |
OIndexMultiValues.get(Object key) |
| Modifier and Type | Method and Description |
|---|---|
void |
OIndexDictionary.doPut(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
void |
OIndexMultiValues.doPut(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
void |
OIndexInternal.doPut(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
void |
OIndexUnique.doPut(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
boolean |
OIndexAbstract.doRemove(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
boolean |
OIndexMultiValues.doRemove(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
boolean |
OIndexInternal.doRemove(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
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,
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) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OSingleValueIndexEngine.get(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ORID> |
OMultiValueIndexEngine.get(Object key) |
Collection<ORID> |
OBaseIndexEngine.ValuesTransformer.transformFromValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
OV1IndexEngine.put(OAtomicOperation atomicOperation,
Object key,
ORID value) |
boolean |
OMultiValueIndexEngine.remove(OAtomicOperation atomicOperation,
Object key,
ORID value) |
boolean |
OIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator)
Puts the given value under the given key into this index engine.
|
boolean |
OSingleValueIndexEngine.validatedPut(Object key,
OAtomicOperation atomicOperation,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator)
Puts the given value under the given key into this index engine.
|
boolean |
OSingleValueIndexEngine.validatedPut(Object key,
OAtomicOperation atomicOperation,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OCellBTreeSingleValueIndexEngine.get(Object key) |
| Modifier and Type | Method and Description |
|---|---|
List<ORID> |
OCellBTreeMultiValueIndexEngine.get(Object key) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeMultiValueIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
ORID value) |
void |
OCellBTreeSingleValueIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
ORID value) |
boolean |
OCellBTreeMultiValueIndexEngine.remove(OAtomicOperation atomicOperation,
Object key,
ORID value) |
boolean |
OCellBTreeSingleValueIndexEngine.validatedPut(Object key,
OAtomicOperation atomicOperation,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OCellBTreeSingleValueIndexEngine.validatedPut(Object key,
OAtomicOperation atomicOperation,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Field and Description |
|---|---|
protected ORID |
ORecordIteratorClusters.beginRange |
protected ORID |
ORecordIteratorClusters.endRange |
| Modifier and Type | Field and Description |
|---|---|
static OEmptyIterator<ORID> |
OEmptyIterator.IDENTIFIABLE_INSTANCE |
| 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 |
OSchemaProxy.getIdentity() |
ORID |
OSchema.getIdentity() |
ORID |
OSchemaShared.getIdentity() |
ORID |
OImmutableSchema.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 |
OSecurity.getUser(ORID iUserId) |
OUser |
OSecurityProxy.getUser(ORID iUserId) |
OUser |
OSecurityShared.getUser(ORID iRecordId) |
| Constructor and Description |
|---|
OIdentity(ORID iRID) |
| 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 |
|---|---|
ORID |
ORecordAbstract.getIdentity() |
ORID |
ORecord.getIdentity()
Returns the record identity as <cluster-id>:<cluster-position>
|
ORID |
OVertex.moveTo(String iClassName,
String iClusterName) |
| Modifier and Type | Method and Description |
|---|---|
static ORecordAbstract |
ORecordInternal.fill(ORecord record,
ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty)
Internal only.
|
static ORecordAbstract |
ORecordInternal.fill(ORecord record,
ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty,
ODatabaseDocumentInternal db) |
protected ORecordAbstract |
ORecordAbstract.fill(ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty) |
protected ORecordAbstract |
ORecordAbstract.fill(ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty,
ODatabaseDocumentInternal db) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OEdgeDelegate.getIdentity() |
ORID |
OVertexDelegate.getIdentity() |
ORID |
ODocumentHelper.RIDMapper.map(ORID rid) |
ORID |
OVertexDocument.moveTo(String iClassName,
String iClusterName) |
ORID |
OVertexDelegate.moveTo(String iClassName,
String iClusterName) |
| 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) |
protected ORecordAbstract |
ODocument.fill(ORID iRid,
int iVersion,
byte[] iBuffer,
boolean iDirty,
ODatabaseDocumentInternal db) |
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 |
OResultBinary.getId() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ORID> |
OResultBinary.getIdentity() |
| Modifier and Type | Method and Description |
|---|---|
void |
OResultBinary.setId(ORID id) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OStreamSerializerRID.deserialize(byte[] stream,
int startPosition) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OAutoShardingIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OAutoShardingIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OChainedIndexProxy.getIdentity() |
protected ORID[] |
OCommandExecutorSQLResultsetAbstract.getRange() |
| Modifier and Type | Method and Description |
|---|---|
static List<ODocument> |
OFindReferenceHelper.findReferences(Set<ORID> iRecordIds,
String classList) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ORID> |
ORidSet.negatives |
| Modifier and Type | Method and Description |
|---|---|
ORID |
ORidSetIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Optional<ORID> |
OResult.getIdentity() |
Optional<ORID> |
OResultInternal.getIdentity() |
Iterator<ORID> |
ORidSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ORidSet.add(ORID identifiable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ORidSet.addAll(Collection<? extends ORID> c) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OSQLFilterCondition.getBeginRidRange() |
ORID |
OSQLFilterCondition.getEndRidRange() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ORID,Float> |
OSQLFunctionPathFinder.distance |
protected Map<ORID,OVertex> |
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.core.sql.functions.graph.OSQLFunctionShortestPath.OShortestPathContext ctx) |
protected List<ORID> |
OSQLFunctionShortestPath.walkRight(com.orientechnologies.orient.core.sql.functions.graph.OSQLFunctionShortestPath.OShortestPathContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OQueryOperatorMajorEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorOr.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNot.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorAnd.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorTraverse.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsValue.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinor.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorInstanceof.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajor.getBeginRidRange(Object iLeft,
Object iRight) |
abstract ORID |
OQueryOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIn.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMatches.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals2.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorBetween.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContains.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinorEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsKey.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsAll.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsText.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIs.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorLike.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajorEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorOr.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNot.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorAnd.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorTraverse.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsValue.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinor.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorInstanceof.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajor.getEndRidRange(Object iLeft,
Object iRight) |
abstract ORID |
OQueryOperator.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIn.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMatches.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals2.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorBetween.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContains.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinorEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsKey.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsAll.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsText.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIs.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorLike.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 |
OQueryOperatorPlus.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMod.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinus.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorDivide.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMultiply.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorPlus.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMod.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinus.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorDivide.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMultiply.getEndRidRange(Object iLeft,
Object iRight) |
| 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 |
|---|---|
ORecord |
OBasicTransaction.getRecord(ORID rid)
Resolves a record with the given RID in the context of this transaction.
|
ORecordMetadata |
OStorage.getRecordMetadata(ORID rid) |
OPaginatedCluster.RECORD_STATUS |
OStorage.getRecordStatus(ORID rid) |
| Constructor and Description |
|---|
ORecordDuplicatedException(String message,
String indexName,
ORID iRid,
Object key) |
ORecordMetadata(ORID recordId,
int recordVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAbstractPaginatedStorage.acquireReadLock(ORID rid) |
void |
OAbstractPaginatedStorage.acquireWriteLock(ORID rid) |
ORecord |
OMicroTransaction.getRecord(ORID rid) |
ORecordOperation |
OMicroTransaction.getRecordEntry(ORID currentRid) |
ORecordMetadata |
OAbstractPaginatedStorage.getRecordMetadata(ORID rid) |
OPaginatedCluster.RECORD_STATUS |
OAbstractPaginatedStorage.getRecordStatus(ORID rid) |
boolean |
OAbstractPaginatedStorage.isDeleted(ORID rid) |
void |
OAbstractPaginatedStorage.putRidIndexEntry(int indexId,
Object key,
ORID value) |
void |
OAbstractPaginatedStorage.releaseReadLock(ORID rid) |
void |
OAbstractPaginatedStorage.releaseWriteLock(ORID rid) |
boolean |
OAbstractPaginatedStorage.removeRidIndexEntry(int indexId,
Object key,
ORID value) |
void |
OMicroTransaction.updateIdentityAfterCommit(ORID oldRID,
ORID rid) |
void |
OMicroTransaction.updateIdentityAfterRecordCommit(ORID oldRid,
ORID newRid)
Updates the record identity after its successful commit.
|
boolean |
OAbstractPaginatedStorage.validatedPutIndexValue(int indexId,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator)
Puts the given value under the given key into this storage for the index with the given index id.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
OAbstractPaginatedStorage.serializeDeltaContent(OutputStream stream,
OCommandOutputListener outputListener,
SortedSet<ORID> sortedRids,
OLogSequenceNumber lsn) |
boolean |
OAbstractPaginatedStorage.validatedPutIndexValue(int indexId,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator)
Puts the given value under the given key into this storage for the index with the given index id.
|
| Constructor and Description |
|---|
OBackgroundDelta(OAbstractPaginatedStorage storage,
OCommandOutputListener outputListener,
SortedSet<ORID> sortedRids,
OLogSequenceNumber lsn,
OLogSequenceNumber endLsn) |
| Modifier and Type | Method and Description |
|---|---|
Set<ORID> |
ORecordOperationMetadata.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ORecordOperationMetadata.addRid(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OHashTableIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OSBTreeIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
ORemoteIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OHashTableIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OSBTreeIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
ORemoteIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
List<ORID> |
OCellBTreeMultiValue.get(K key) |
OCellBTreeMultiValue.OCellBTreeCursor<K,ORID> |
OCellBTreeMultiValue.iterateEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
boolean ascSortOrder) |
OCellBTreeMultiValue.OCellBTreeCursor<K,ORID> |
OCellBTreeMultiValue.iterateEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder) |
OCellBTreeMultiValue.OCellBTreeCursor<K,ORID> |
OCellBTreeMultiValue.iterateEntriesMinor(K key,
boolean inclusive,
boolean ascSortOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeMultiValue.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
boolean |
OCellBTreeMultiValue.remove(OAtomicOperation atomicOperation,
K key,
ORID value) |
| Modifier and Type | Method and Description |
|---|---|
List<ORID> |
OCellBTreeMultiValueV1.get(K key) |
OCellBTreeMultiValue.OCellBTreeCursor<K,ORID> |
OCellBTreeMultiValueV1.iterateEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
boolean ascSortOrder) |
OCellBTreeMultiValue.OCellBTreeCursor<K,ORID> |
OCellBTreeMultiValueV1.iterateEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder) |
OCellBTreeMultiValue.OCellBTreeCursor<K,ORID> |
OCellBTreeMultiValueV1.iterateEntriesMinor(K key,
boolean inclusive,
boolean ascSortOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeMultiValueV1.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
boolean |
OCellBTreeMultiValueV1.remove(OAtomicOperation atomicOperation,
K key,
ORID value) |
| Modifier and Type | Field and Description |
|---|---|
List<ORID> |
CellBTreeMultiValueV2Bucket.LeafEntry.values |
| Modifier and Type | Method and Description |
|---|---|
List<ORID> |
CellBTreeMultiValueV2.get(K key) |
List<ORID> |
CellBTreeMultiValueV2NullBucket.getValues() |
OCellBTreeMultiValue.OCellBTreeCursor<K,ORID> |
CellBTreeMultiValueV2.iterateEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
boolean ascSortOrder) |
OCellBTreeMultiValue.OCellBTreeCursor<K,ORID> |
CellBTreeMultiValueV2.iterateEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder) |
OCellBTreeMultiValue.OCellBTreeCursor<K,ORID> |
CellBTreeMultiValueV2.iterateEntriesMinor(K key,
boolean inclusive,
boolean ascSortOrder) |
| Modifier and Type | Method and Description |
|---|---|
long |
CellBTreeMultiValueV2NullBucket.addValue(ORID rid) |
long |
CellBTreeMultiValueV2Bucket.appendNewLeafEntry(int index,
ORID value) |
boolean |
CellBTreeMultiValueV2Bucket.createMainLeafEntry(int index,
byte[] serializedKey,
ORID value,
long mId) |
void |
CellBTreeMultiValueV2.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
boolean |
CellBTreeMultiValueV2.remove(OAtomicOperation atomicOperation,
K key,
ORID value) |
int |
CellBTreeMultiValueV2Bucket.removeLeafEntry(int entryIndex,
ORID value) |
int |
CellBTreeMultiValueV2NullBucket.removeValue(ORID rid) |
| Constructor and Description |
|---|
LeafEntry(byte[] key,
long mId,
List<ORID> values,
int entriesCount) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OCellBTreeSingleValue.get(K key) |
ORID |
OCellBTreeSingleValue.remove(OAtomicOperation atomicOperation,
K key) |
| Modifier and Type | Method and Description |
|---|---|
OCellBTreeSingleValue.OSBTreeCursor<K,ORID> |
OCellBTreeSingleValue.iterateEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
boolean ascSortOrder) |
OCellBTreeSingleValue.OSBTreeCursor<K,ORID> |
OCellBTreeSingleValue.iterateEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder) |
OCellBTreeSingleValue.OSBTreeCursor<K,ORID> |
OCellBTreeSingleValue.iterateEntriesMinor(K key,
boolean inclusive,
boolean ascSortOrder) |
| Modifier and Type | Method and Description |
|---|---|
void |
OCellBTreeSingleValue.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
boolean |
OCellBTreeSingleValue.validatedPut(OAtomicOperation atomicOperation,
K key,
ORID value,
OBaseIndexEngine.Validator<K,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OCellBTreeSingleValue.validatedPut(OAtomicOperation atomicOperation,
K key,
ORID value,
OBaseIndexEngine.Validator<K,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
Set<ORID> |
OMixedIndexRIDContainer.getEmbeddedSet() |
| Constructor and Description |
|---|
OMixedIndexRIDContainer(long fileId,
Set<ORID> embeddedSet,
OIndexRIDContainerSBTree tree) |
| 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<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> |
OTransactionAbstract.getLockedRecords() |
HashMap<ORID,OStorage.LOCKING_STRATEGY> |
OTransaction.getLockedRecords() |
Map<ORID,ORID> |
OTransactionRealAbstract.getUpdatedRids() |
Map<ORID,ORID> |
OTransactionRealAbstract.getUpdatedRids() |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OTransactionNoTx.getRecord(ORID rid) |
ORecord |
OTransactionRealAbstract.getRecord(ORID rid) |
ORecordOperation |
OTransactionNoTx.getRecordEntry(ORID rid) |
ORecordOperation |
OTransactionInternal.getRecordEntry(ORID currentRid)
Extract a single change from a specified record id.
|
ORecordOperation |
OTransaction.getRecordEntry(ORID rid) |
ORecordOperation |
OTransactionRealAbstract.getRecordEntry(ORID rid) |
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.loadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean iUpdateCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransaction.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 |
OTransactionNoTx.loadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean loadTombstone,
OStorage.LOCKING_STRATEGY iLockingStrategy)
Deprecated.
|
ORecord |
OTransaction.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 |
OTransactionNoTx.loadRecordIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.loadRecordIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.loadRecordIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.reloadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransaction.reloadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionOptimistic.reloadRecord(ORID rid,
ORecord iRecord,
String fetchPlan,
boolean ignoreCache) |
ORecord |
OTransactionNoTx.reloadRecord(ORID rid,
ORecord record,
String fetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransaction.reloadRecord(ORID iRid,
ORecord iRecord,
String iFetchPlan,
boolean ignoreCache,
boolean force) |
ORecord |
OTransactionOptimistic.reloadRecord(ORID rid,
ORecord passedRecord,
String fetchPlan,
boolean ignoreCache,
boolean force) |
void |
OTransactionNoTx.updateIdentityAfterCommit(ORID oldRid,
ORID newRid) |
void |
OTransactionInternal.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.
|
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 |
OTransactionRealAbstract.updateIdentityAfterCommit(ORID oldRid,
ORID newRid) |
| Constructor and Description |
|---|
ODocumentWrapper(ORID iRID) |
| Modifier and Type | Method and Description |
|---|---|
void |
OChannelDataOutput.writeRID(ORID iRID) |
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)
Deprecated.
|
protected List<ORID> |
OSQLFunctionShortestPath.walkLeft(com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath.OShortestPathContext ctx)
Deprecated.
|
protected List<ORID> |
OSQLFunctionShortestPath.walkRight(com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath.OShortestPathContext ctx)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected ORID |
OrientRowId.rid |
| Constructor and Description |
|---|
OrientRowId(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OObjectDatabaseTx.getIdentity(Object iPojo)
Returns the object unique identity.
|
| Modifier and Type | Method and Description |
|---|---|
ODatabaseObject |
OObjectDatabaseTx.delete(ORID iRID) |
ODatabaseObject |
OObjectDatabaseTx.delete(ORID iRID,
int iVersion) |
boolean |
OObjectDatabaseTx.existsUserObjectByRID(ORID iRID) |
<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 |
|---|---|
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 |
|---|---|
List<ORID> |
ONewDistributedTxContextImpl.getLockedRids() |
OSimpleLockManager<ORID> |
ODistributedDatabaseImpl.getRecordLockManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ODistributedDatabaseImpl.forceLockRecord(ORID rid,
ODistributedRequestId requestId) |
ORawBuffer |
ODistributedDatabaseImpl.getRecordIfLocked(ORID rid) |
ORecordMetadata |
ODistributedStorage.getRecordMetadata(ORID rid) |
OPaginatedCluster.RECORD_STATUS |
ODistributedStorage.getRecordStatus(ORID rid) |
void |
ONewDistributedTxContextImpl.lock(ORID rid) |
void |
ODistributedTxContextImpl.lock(ORID rid) |
void |
ONewDistributedTxContextImpl.lock(ORID rid,
long timeout) |
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 | Method and Description |
|---|---|
ORID |
OTxConcurrentCreation.getActualRid() |
ORID |
OTxConcurrentCreation.getExpectedRid() |
ORID |
OTxRecordLockTimeout.getLockedId() |
| Modifier and Type | Method and Description |
|---|---|
void |
OTxConcurrentCreation.setActualRid(ORID actualRid) |
void |
OTxConcurrentCreation.setExpectedRid(ORID expectedRid) |
| Constructor and Description |
|---|
OTxConcurrentCreation(ORID actualRid,
ORID expectedRid) |
OTxRecordLockTimeout(String node,
ORID lockedId) |
| 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,
long timeout) |
ODistributedRecordLockedException(String localNodeName,
ORID iRid,
ODistributedRequestId iLockingRequestId,
long timeout) |
| 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 | 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 |
|---|---|
Set<ORID> |
OTransactionOptimisticServer.getDeletedRecord() |
| Modifier and Type | Method and Description |
|---|---|
ORecord |
OTransactionOptimisticServer.getRecord(ORID rid) |
ORecord |
OTransactionOptimisticProxy.getRecord(ORID rid) |
| Modifier and Type | Method and Description |
|---|---|
void |
OTransactionOptimisticServer.addRecord(ORecord iRecord,
byte iStatus,
String iClusterName,
Map<ORID,ORecordOperation> oldTx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OLuceneSpatialIndexEngineDelegator.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OLuceneGeoSpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OLuceneLegacySpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OLuceneSpatialIndexEngineDelegator.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OLuceneGeoSpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
boolean |
OLuceneLegacySpatialIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OLuceneNearOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneSpatialOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneWithinOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneNearOperator.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneSpatialOperator.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneWithinOperator.getEndRidRange(Object iLeft,
Object iRight) |
| Modifier and Type | Method and Description |
|---|---|
ORID |
OrientExtendedVertex.getIdentity() |
ORID |
OrientElement.getIdentity()
(Blueprints Extension) Returns the record's identity.
|
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.