Modifier and Type | Method and Description |
---|---|
static Stream<ORawPair<Object,ORID>> |
LuceneIndexTransformer.transformToStream(OLuceneResultSet resultSet,
Object key) |
Modifier and Type | Method and Description |
---|---|
Stream<ORawPair<Object,ORID>> |
OLuceneIndexEngineAbstract.descStream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneFullTextIndexEngine.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneFullTextIndexEngine.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneFullTextIndexEngine.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneIndexEngineAbstract.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
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 |
---|---|
Stream<ORawPair<Object,ORID>> |
OLuceneIndexNotUnique.descStream() |
Stream<ORID> |
OLuceneIndexNotUnique.getRids(Object key) |
Stream<ORawPair<Object,ORID>> |
OLuceneIndexNotUnique.stream() |
Stream<ORawPair<Object,ORID>> |
OLuceneIndexNotUnique.streamEntries(Collection<?> keys,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OLuceneIndexNotUnique.streamEntriesBetween(Object fromKey,
boolean fromInclusive,
Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OLuceneIndexNotUnique.streamEntriesMajor(Object fromKey,
boolean fromInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OLuceneIndexNotUnique.streamEntriesMinor(Object toKey,
boolean toInclusive,
boolean ascOrder) |
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 |
---|---|
Stream<ORawPair<Object,ORID>> |
OLuceneTextOperator.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
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 |
OLockRecordRequest.getIdentity() |
ORID |
OUnlockRecordRequest.getIdentity() |
ORID |
OGetRecordMetadataRequest.getRid() |
ORID |
OCommit37Response.ODeletedRecordResponse.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) |
OLockRecordRequest(ORID identity,
OStorage.LOCKING_STRATEGY lockingStrategy,
long timeout) |
OUnlockRecordRequest(ORID identity) |
Constructor and Description |
---|
OBeginTransactionResponse(int txId,
Map<ORID,ORID> updatedIds) |
OBeginTransactionResponse(int txId,
Map<ORID,ORID> updatedIds) |
OFetchTransaction38Response(int txId,
Iterable<ORecordOperation> operations,
Map<String,OTransactionIndexChanges> indexChanges,
Map<ORID,ORID> updatedRids,
ODatabaseDocumentInternal database) |
OFetchTransaction38Response(int txId,
Iterable<ORecordOperation> operations,
Map<String,OTransactionIndexChanges> indexChanges,
Map<ORID,ORID> updatedRids,
ODatabaseDocumentInternal database) |
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 |
ORecordOperation38Response.getId() |
ORID |
ORecordOperationRequest.getOldId() |
ORID |
ORecordOperation38Response.getOldId() |
Modifier and Type | Method and Description |
---|---|
void |
ORecordOperationRequest.setId(ORID id) |
void |
ORecordOperation38Response.setId(ORID id) |
void |
ORecordOperationRequest.setOldId(ORID oldId) |
void |
ORecordOperation38Response.setOldId(ORID oldId) |
Constructor and Description |
---|
ORecordOperation38Response(byte type,
byte recordType,
ORID id,
ORID oldId,
byte[] record,
int version,
boolean contentChanged) |
ORecordOperationRequest(byte type,
byte recordType,
ORID id,
ORID oldId,
byte[] record,
int version,
boolean contentChanged) |
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 |
ORecordCacheSoftRefs.get(ORID rid) |
ORecord |
ORecordCache.get(ORID id)
Look up for record in cache by it's identifier
|
ORecord |
ORecordCacheWeakRefs.get(ORID rid) |
ORecord |
ORecordCacheSoftRefs.remove(ORID rid) |
ORecord |
ORecordCache.remove(ORID id)
Remove record with specified identifier
|
ORecord |
ORecordCacheWeakRefs.remove(ORID rid) |
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.
|
<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 ORecord> |
ODatabaseDocumentInternal.loadIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
<RET extends T> |
ODatabase.lock(ORID recordId)
Pessimistic lock a record.
|
<RET extends T> |
ODatabase.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit)
Pessimistic lock a record.
|
void |
ODatabase.unlock(ORID recordId)
Pessimistic unlock
|
Modifier and Type | Method and Description |
---|---|
void |
ODatabaseDocumentInternal.setDefaultTransactionMode(Map<ORID,OTransactionAbstract.LockedRecordMetadata> noTxLocks) |
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.
|
ORecordMetadata |
ODatabaseDocumentAbstract.getRecordMetadata(ORID rid) |
ORecordMetadata |
ODatabaseDocumentTx.getRecordMetadata(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.loadIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
<RET extends ORecord> |
ODatabaseDocumentTx.loadIfVersionIsNotLatest(ORID rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentRemote.lock(ORID recordId) |
<RET extends ORecord> |
ODatabaseDocumentEmbedded.lock(ORID recordId) |
<RET extends ORecord> |
ODatabaseDocumentTx.lock(ORID recordId)
Deprecated.
|
<RET extends ORecord> |
ODatabaseDocumentRemote.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit) |
<RET extends ORecord> |
ODatabaseDocumentEmbedded.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit) |
<RET extends ORecord> |
ODatabaseDocumentTx.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit)
Deprecated.
|
protected void |
ODatabaseDocumentAbstract.pessimisticLockChecks(ORID recordId) |
void |
ODatabaseDocumentRemote.unlock(ORID recordId) |
void |
ODatabaseDocumentEmbedded.unlock(ORID recordId) |
void |
ODatabaseDocumentTx.unlock(ORID recordId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ODatabaseDocumentAbstract.setDefaultTransactionMode(Map<ORID,OTransactionAbstract.LockedRecordMetadata> noTxLocks) |
void |
ODatabaseDocumentTx.setDefaultTransactionMode(Map<ORID,OTransactionAbstract.LockedRecordMetadata> noTxLocks)
Deprecated.
|
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.doRewriteLinksInDocument(ODatabaseSession session,
ODocument document,
Set<ORID> brokenRids) |
protected static void |
ODatabaseImport.rewriteLinksInDocument(ODatabaseSession session,
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(ODatabaseSession session,
Set<ORID> brokenRids) |
Modifier and Type | Method and Description |
---|---|
ORID |
OConcurrentCreateException.getActualRid() |
ORID |
OConcurrentCreateException.getExpectedRid() |
ORID |
ORecordNotFoundException.getRid() |
ORID |
OConcurrentModificationException.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) |
static void |
ORecordId.serialize(ORID id,
DataOutput output) |
Constructor and Description |
---|
ORecordId(ORID parentRid)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
ORID |
OIndexRemote.getIdentity() |
Modifier and Type | Method and Description |
---|---|
static Stream<ORID> |
IndexStreamSecurityDecorator.decorateRidStream(OIndex originalIndex,
Stream<ORID> stream) |
static Stream<ORawPair<Object,ORID>> |
IndexStreamSecurityDecorator.decorateStream(OIndex originalIndex,
Stream<ORawPair<Object,ORID>> stream) |
Stream<ORawPair<Object,ORID>> |
OIndexMultiValues.descStream() |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareMultiValue.descStream() |
Stream<ORawPair<Object,ORID>> |
OIndexOneValue.descStream() |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareOneValue.descStream() |
Stream<ORawPair<Object,ORID>> |
OIndexAbstractDelegate.descStream() |
Stream<ORawPair<Object,ORID>> |
OIndexInternal.descStream() |
Collection<ORID> |
OIndexMultiValues.get(Object key)
Deprecated.
|
Stream<ORID> |
OIndexMultiValues.getRids(Object key) |
Stream<ORID> |
OIndexTxAwareMultiValue.getRids(Object key) |
Stream<ORID> |
OIndexOneValue.getRids(Object key) |
Stream<ORID> |
OIndexTxAwareOneValue.getRids(Object key) |
Stream<ORID> |
OIndexAbstractDelegate.getRids(Object key) |
Stream<ORID> |
OIndexInternal.getRids(Object key) |
Stream<ORawPair<Object,ORID>> |
OIndexMultiValues.stream() |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareMultiValue.stream() |
Stream<ORawPair<Object,ORID>> |
OIndexOneValue.stream() |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareOneValue.stream() |
Stream<ORawPair<Object,ORID>> |
OIndexAbstractDelegate.stream() |
Stream<ORawPair<Object,ORID>> |
OIndexInternal.stream() |
Stream<ORawPair<Object,ORID>> |
OIndexMultiValues.streamEntries(Collection<?> keys,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareMultiValue.streamEntries(Collection<?> keys,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexOneValue.streamEntries(Collection<?> keys,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareOneValue.streamEntries(Collection<?> keys,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexAbstractDelegate.streamEntries(Collection<?> keys,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexInternal.streamEntries(Collection<?> keys,
boolean ascSortOrder)
Returns stream which presents data associated with passed in keys.
|
Stream<ORawPair<Object,ORID>> |
OIndexMultiValues.streamEntriesBetween(Object fromKey,
boolean fromInclusive,
Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareMultiValue.streamEntriesBetween(Object fromKey,
boolean fromInclusive,
Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexOneValue.streamEntriesBetween(Object fromKey,
boolean fromInclusive,
Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareOneValue.streamEntriesBetween(Object fromKey,
boolean fromInclusive,
Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexAbstractDelegate.streamEntriesBetween(Object fromKey,
boolean fromInclusive,
Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexInternal.streamEntriesBetween(Object fromKey,
boolean fromInclusive,
Object toKey,
boolean toInclusive,
boolean ascOrder)
Returns stream which presents subset of index data between passed in keys.
|
Stream<ORawPair<Object,ORID>> |
OIndexMultiValues.streamEntriesMajor(Object fromKey,
boolean fromInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareMultiValue.streamEntriesMajor(Object fromKey,
boolean fromInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexOneValue.streamEntriesMajor(Object fromKey,
boolean fromInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareOneValue.streamEntriesMajor(Object fromKey,
boolean fromInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexAbstractDelegate.streamEntriesMajor(Object fromKey,
boolean fromInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexInternal.streamEntriesMajor(Object fromKey,
boolean fromInclusive,
boolean ascOrder)
Returns stream which presents subset of data which associated with key which is greater than
passed in key.
|
Stream<ORawPair<Object,ORID>> |
OIndexMultiValues.streamEntriesMinor(Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareMultiValue.streamEntriesMinor(Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexOneValue.streamEntriesMinor(Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexTxAwareOneValue.streamEntriesMinor(Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexAbstractDelegate.streamEntriesMinor(Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OIndexInternal.streamEntriesMinor(Object toKey,
boolean toInclusive,
boolean ascOrder)
Returns stream which presents subset of data which associated with key which is less than
passed in key.
|
Modifier and Type | Method and Description |
---|---|
void |
OIndexMultiValues.doPut(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
void |
OIndexAbstractDelegate.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) |
void |
OIndexDictionary.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 |
OIndexAbstractDelegate.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) |
Modifier and Type | Method and Description |
---|---|
static Stream<ORID> |
IndexStreamSecurityDecorator.decorateRidStream(OIndex originalIndex,
Stream<ORID> stream) |
static Stream<ORawPair<Object,ORID>> |
IndexStreamSecurityDecorator.decorateStream(OIndex originalIndex,
Stream<ORawPair<Object,ORID>> stream) |
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 |
---|---|
Stream<ORawPair<Object,ORID>> |
OBaseIndexEngine.descStream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORID> |
OV1IndexEngine.get(Object key) |
Stream<ORawPair<Object,ORID>> |
OBaseIndexEngine.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OBaseIndexEngine.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OBaseIndexEngine.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OBaseIndexEngine.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
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 |
OSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
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.
|
Modifier and Type | Method and Description |
---|---|
Stream<ORawPair<Object,ORID>> |
OCellBTreeSingleValueIndexEngine.descStream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OCellBTreeMultiValueIndexEngine.descStream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORID> |
OCellBTreeSingleValueIndexEngine.get(Object key) |
Stream<ORID> |
OCellBTreeMultiValueIndexEngine.get(Object key) |
Stream<ORawPair<Object,ORID>> |
OCellBTreeSingleValueIndexEngine.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OCellBTreeMultiValueIndexEngine.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OCellBTreeSingleValueIndexEngine.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OCellBTreeMultiValueIndexEngine.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OCellBTreeSingleValueIndexEngine.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OCellBTreeMultiValueIndexEngine.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OCellBTreeSingleValueIndexEngine.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OCellBTreeMultiValueIndexEngine.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Modifier and Type | Method and Description |
---|---|
void |
OCellBTreeSingleValueIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
ORID value) |
void |
OCellBTreeMultiValueIndexEngine.put(OAtomicOperation atomicOperation,
Object key,
ORID value) |
boolean |
OCellBTreeMultiValueIndexEngine.remove(OAtomicOperation atomicOperation,
Object key,
ORID value) |
boolean |
OCellBTreeSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
Modifier and Type | Method and Description |
---|---|
boolean |
OCellBTreeSingleValueIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
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 |
---|---|
protected Set<ORID> |
OIdentifiableIterator.brokenRIDs
Set of RIDs of records which were indicated as broken during cluster iteration.
|
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 |
OImmutableSchema.getIdentity() |
ORID |
OSchema.getIdentity() |
ORID |
OSchemaShared.getIdentity() |
Modifier and Type | Method and Description |
---|---|
ORID |
OSecurityShared.getRoleRID(ODatabaseSession session,
String iRoleName) |
ORID |
OToken.getUserId() |
ORID |
OSecurityShared.getUserRID(ODatabaseSession session,
String userName) |
Modifier and Type | Method and Description |
---|---|
OUser |
OSecurityRemote.getUser(ODatabaseSession session,
ORID userId) |
OUser |
OSecurityInternal.getUser(ODatabaseSession session,
ORID userId) |
OUser |
OSecurityShared.getUser(ODatabaseSession session,
ORID iRecordId) |
OUser |
OSecurityProxy.getUser(ORID iUserId) |
OUser |
OSecurity.getUser(ORID iUserId) |
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>
|
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 |
OVertexDelegate.getIdentity() |
ORID |
OEdgeDelegate.getIdentity() |
ORID |
ODocumentHelper.RIDMapper.map(ORID rid) |
ORID |
OVertexDelegate.moveTo(String iClassName,
String iClusterName) |
ORID |
OVertexDocument.moveTo(String iClassName,
String iClusterName) |
protected static ORID |
OVertexDocument.moveTo(String iClassName,
String iClusterName,
OVertex toMove,
ODatabaseSession db) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
OVertexDocument.checkDeletedInTx(ORID id) |
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(ODatabaseSession session,
ORID iUserId) |
Modifier and Type | Method and Description |
---|---|
Optional<ORID> |
OResultBinary.getIdentity() |
Modifier and Type | Method and Description |
---|---|
ORID |
OStreamSerializerRID.deserialize(byte[] stream,
int startPosition) |
Modifier and Type | Method and Description |
---|---|
Stream<ORawPair<Object,ORID>> |
OAutoShardingIndexEngine.descStream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OAutoShardingIndexEngine.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OAutoShardingIndexEngine.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OAutoShardingIndexEngine.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OAutoShardingIndexEngine.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
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 |
---|---|
protected ORID[] |
OCommandExecutorSQLResultsetAbstract.getRange() |
Modifier and Type | Method and Description |
---|---|
Stream<ORawPair<Object,ORID>> |
OChainedIndexProxy.descStream() |
Stream<ORID> |
OChainedIndexProxy.getRids(Object key) |
Stream<ORawPair<Object,ORID>> |
OChainedIndexProxy.stream() |
Stream<ORawPair<Object,ORID>> |
OChainedIndexProxy.streamEntries(Collection<?> keys,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OChainedIndexProxy.streamEntriesBetween(Object fromKey,
boolean fromInclusive,
Object toKey,
boolean toInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OChainedIndexProxy.streamEntriesMajor(Object fromKey,
boolean fromInclusive,
boolean ascOrder) |
Stream<ORawPair<Object,ORID>> |
OChainedIndexProxy.streamEntriesMinor(Object toKey,
boolean toInclusive,
boolean ascOrder) |
Modifier and Type | Method and Description |
---|---|
void |
OChainedIndexProxy.doPut(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
boolean |
OChainedIndexProxy.doRemove(OAbstractPaginatedStorage storage,
Object key,
ORID rid) |
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 |
protected Set<ORID> |
AbstractTraverseStep.traversed |
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 |
OQueryOperatorAnd.getBeginRidRange(Object iLeft,
Object iRight) |
abstract ORID |
OQueryOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIn.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorBetween.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMatches.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsText.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorOr.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIs.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorTraverse.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsValue.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajor.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNot.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsKey.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals2.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajorEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinorEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorEquals.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorInstanceof.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinor.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContains.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsAll.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorLike.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorAnd.getEndRidRange(Object iLeft,
Object iRight) |
abstract ORID |
OQueryOperator.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIn.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorBetween.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMatches.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsText.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorOr.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorIs.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorTraverse.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsValue.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajor.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNot.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsKey.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals2.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorNotEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMajorEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinorEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorEquals.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorInstanceof.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinor.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContains.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorContainsAll.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) |
Stream<ORawPair<Object,ORID>> |
OQueryOperator.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder)
Performs index query and returns index stream which presents subset of index data which
corresponds to result of execution of given operator.
|
Stream<ORawPair<Object,ORID>> |
OQueryOperatorIn.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorBetween.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorContainsText.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorIs.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorContainsValue.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorMajor.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorContainsKey.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorMajorEquals.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorMinorEquals.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorEquals.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorMinor.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OQueryOperatorContains.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Modifier and Type | Method and Description |
---|---|
ORID |
OQueryOperatorDivide.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorPlus.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMod.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMinus.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorMultiply.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OQueryOperatorDivide.getEndRidRange(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 |
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 |
---|---|
Stream<ORawPair<Object,ORID>> |
OAbstractPaginatedStorage.getIndexDescStream(int indexId,
OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OAbstractPaginatedStorage.getIndexStream(int indexId,
OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORID> |
OAbstractPaginatedStorage.getIndexValues(int indexId,
Object key) |
Set<ORID> |
OMicroTransaction.getLockedRecords() |
Stream<ORawPair<Object,ORID>> |
OAbstractPaginatedStorage.iterateIndexEntriesBetween(int indexId,
Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OAbstractPaginatedStorage.iterateIndexEntriesMajor(int indexId,
Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OAbstractPaginatedStorage.iterateIndexEntriesMinor(int indexId,
Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Modifier and Type | Method and Description |
---|---|
void |
OAbstractPaginatedStorage.acquireReadLock(ORID rid) |
void |
OAbstractPaginatedStorage.acquireReadLock(ORID rid,
long timeout) |
void |
OAbstractPaginatedStorage.acquireWriteLock(ORID rid) |
void |
OAbstractPaginatedStorage.acquireWriteLock(ORID rid,
long timeout) |
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) |
void |
OMicroTransaction.setNoTxLocks(Map<ORID,OTransactionAbstract.LockedRecordMetadata> noTxLocks) |
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 |
---|---|
ORID |
CellBTreeMultiValueV2BucketCreateMainLeafEntryPO.getValue() |
ORID |
CellBTreeMultiValueV2BucketRemoveLeafEntryPO.getValue() |
ORID |
CellBTreeMultiValueV2BucketAppendNewLeafEntryPO.getValue() |
ORID |
CellBTreeMultiValueV2BucketRemoveMainLeafEntryPO.getValue() |
Constructor and Description |
---|
CellBTreeMultiValueV2BucketAppendNewLeafEntryPO(int index,
ORID value) |
CellBTreeMultiValueV2BucketCreateMainLeafEntryPO(int index,
byte[] key,
ORID value,
long mId) |
CellBTreeMultiValueV2BucketRemoveLeafEntryPO(int index,
ORID value) |
CellBTreeMultiValueV2BucketRemoveMainLeafEntryPO(int index,
byte[] key,
ORID value,
long mId) |
Modifier and Type | Method and Description |
---|---|
ORID |
CellBTreeMultiValueV2NullBucketRemoveValuePO.getRid() |
ORID |
CellBTreeMultiValueV2NullBucketAddValuePO.getRid() |
Constructor and Description |
---|
CellBTreeMultiValueV2NullBucketAddValuePO(ORID rid) |
CellBTreeMultiValueV2NullBucketRemoveValuePO(ORID rid) |
Modifier and Type | Method and Description |
---|---|
ORID |
CellBTreeNullBucketSingleValueV1SetValuePO.getPrevValue() |
ORID |
CellBTreeNullBucketSingleValueV1SetValuePO.getValue() |
ORID |
CellBTreeNullBucketSingleValueV1RemoveValuePO.getValue() |
Constructor and Description |
---|
CellBTreeNullBucketSingleValueV1RemoveValuePO(ORID value) |
CellBTreeNullBucketSingleValueV1SetValuePO(ORID prevValue,
ORID value) |
Modifier and Type | Method and Description |
---|---|
ORID |
CellBTreeNullBucketSingleValueV3SetValuePO.getPrevValue() |
ORID |
CellBTreeNullBucketSingleValueV3RemoveValuePO.getValue() |
ORID |
CellBTreeNullBucketSingleValueV3SetValuePO.getValue() |
Constructor and Description |
---|
CellBTreeNullBucketSingleValueV3RemoveValuePO(ORID value) |
CellBTreeNullBucketSingleValueV3SetValuePO(ORID prevValue,
ORID value) |
Modifier and Type | Method and Description |
---|---|
Stream<ORawPair<Object,ORID>> |
OSBTreeIndexEngine.descStream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
ORemoteIndexEngine.descStream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OHashTableIndexEngine.descStream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OSBTreeIndexEngine.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
ORemoteIndexEngine.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OHashTableIndexEngine.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OSBTreeIndexEngine.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
ORemoteIndexEngine.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OHashTableIndexEngine.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OSBTreeIndexEngine.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
ORemoteIndexEngine.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OHashTableIndexEngine.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OSBTreeIndexEngine.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
ORemoteIndexEngine.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OHashTableIndexEngine.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
OHashTableIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
OHashTableIndexEngine.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
Modifier and Type | Method and Description |
---|---|
Stream<ORID> |
OCellBTreeMultiValue.get(K key) |
Stream<ORawPair<K,ORID>> |
OCellBTreeMultiValue.iterateEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
boolean ascSortOrder) |
Stream<ORawPair<K,ORID>> |
OCellBTreeMultiValue.iterateEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder) |
Stream<ORawPair<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 | Field and Description |
---|---|
List<ORID> |
CellBTreeMultiValueV2Bucket.LeafEntry.values |
Modifier and Type | Method and Description |
---|---|
Stream<ORID> |
CellBTreeMultiValueV2.get(K key) |
List<ORID> |
CellBTreeMultiValueV2NullBucket.getValues() |
Stream<ORawPair<K,ORID>> |
CellBTreeMultiValueV2.iterateEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
boolean ascSortOrder) |
Stream<ORawPair<K,ORID>> |
CellBTreeMultiValueV2.iterateEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder) |
Stream<ORawPair<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 pk,
ORID value) |
boolean |
CellBTreeMultiValueV2.remove(OAtomicOperation atomicOperation,
K k,
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 |
---|---|
Stream<ORawPair<K,ORID>> |
OCellBTreeSingleValue.iterateEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
boolean ascSortOrder) |
Stream<ORawPair<K,ORID>> |
OCellBTreeSingleValue.iterateEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder) |
Stream<ORawPair<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 | Field and Description |
---|---|
ORID |
CellBTreeBucketSingleValueV1.SBTreeEntry.value |
Modifier and Type | Method and Description |
---|---|
ORID |
CellBTreeSingleValueV1.get(K key) |
ORID |
CellBTreeNullBucketSingleValueV1.getValue() |
ORID |
CellBTreeBucketSingleValueV1.getValue(int entryIndex,
int keyLen) |
ORID |
CellBTreeBucketSingleValueV1.getValue(int entryIndex,
OEncryption encryption,
OBinarySerializer<K> keySerializer)
Obtains the value stored under the given entry index in this bucket.
|
ORID |
CellBTreeSingleValueV1.remove(OAtomicOperation atomicOperation,
K k) |
Modifier and Type | Method and Description |
---|---|
Stream<ORawPair<K,ORID>> |
CellBTreeSingleValueV1.iterateEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
boolean ascSortOrder) |
Stream<ORawPair<K,ORID>> |
CellBTreeSingleValueV1.iterateEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder) |
Stream<ORawPair<K,ORID>> |
CellBTreeSingleValueV1.iterateEntriesMinor(K key,
boolean inclusive,
boolean ascSortOrder) |
Modifier and Type | Method and Description |
---|---|
void |
CellBTreeSingleValueV1.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
void |
CellBTreeNullBucketSingleValueV1.setValue(ORID value) |
boolean |
CellBTreeSingleValueV1.validatedPut(OAtomicOperation atomicOperation,
K key,
ORID value,
OBaseIndexEngine.Validator<K,ORID> validator) |
Modifier and Type | Method and Description |
---|---|
boolean |
CellBTreeSingleValueV1.validatedPut(OAtomicOperation atomicOperation,
K key,
ORID value,
OBaseIndexEngine.Validator<K,ORID> validator) |
Constructor and Description |
---|
SBTreeEntry(int leftChild,
int rightChild,
K key,
ORID value) |
Modifier and Type | Field and Description |
---|---|
ORID |
CellBTreeSingleValueBucketV3.CellBTreeEntry.value |
Modifier and Type | Method and Description |
---|---|
ORID |
CellBTreeSingleValueV3.get(K key) |
ORID |
CellBTreeSingleValueV3NullBucket.getValue() |
ORID |
CellBTreeSingleValueBucketV3.getValue(int entryIndex,
OBinarySerializer<K> keySerializer)
Obtains the value stored under the given entry index in this bucket.
|
ORID |
CellBTreeSingleValueV3.remove(OAtomicOperation atomicOperation,
K k) |
Modifier and Type | Method and Description |
---|---|
Stream<ORawPair<K,ORID>> |
CellBTreeSingleValueV3.iterateEntriesBetween(K keyFrom,
boolean fromInclusive,
K keyTo,
boolean toInclusive,
boolean ascSortOrder) |
Stream<ORawPair<K,ORID>> |
CellBTreeSingleValueV3.iterateEntriesMajor(K key,
boolean inclusive,
boolean ascSortOrder) |
Stream<ORawPair<K,ORID>> |
CellBTreeSingleValueV3.iterateEntriesMinor(K key,
boolean inclusive,
boolean ascSortOrder) |
Modifier and Type | Method and Description |
---|---|
void |
CellBTreeSingleValueV3.put(OAtomicOperation atomicOperation,
K key,
ORID value) |
void |
CellBTreeSingleValueV3NullBucket.setValue(ORID value) |
boolean |
CellBTreeSingleValueV3.validatedPut(OAtomicOperation atomicOperation,
K key,
ORID value,
OBaseIndexEngine.Validator<K,ORID> validator) |
Modifier and Type | Method and Description |
---|---|
boolean |
CellBTreeSingleValueV3.validatedPut(OAtomicOperation atomicOperation,
K key,
ORID value,
OBaseIndexEngine.Validator<K,ORID> validator) |
Constructor and Description |
---|
CellBTreeEntry(int leftChild,
int rightChild,
K key,
ORID value) |
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 Map<ORID,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 |
---|---|
ORID |
OTransactionDataChange.getId() |
Modifier and Type | Method and Description |
---|---|
Map<ORID,OTransactionAbstract.LockedRecordMetadata> |
OTransactionAbstract.getInternalLocks() |
Set<ORID> |
OTransactionAbstract.getLockedRecords() |
Set<ORID> |
OTransactionOptimistic.getLockedRecords() |
Set<ORID> |
OTransactionInternal.getLockedRecords() |
Map<ORID,OTransactionAbstract.LockedRecordMetadata> |
OTransactionRealAbstract.getNoTxLocks() |
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 |
OTransaction.getRecordEntry(ORID rid) |
ORecordOperation |
OTransactionInternal.getRecordEntry(ORID currentRid)
Extract a single change from a specified record id.
|
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 |
OTransactionAbstract.trackLockedRecord(ORID rid,
OStorage.LOCKING_STRATEGY lockingStrategy) |
OStorage.LOCKING_STRATEGY |
OTransactionAbstract.trackUnlockRecord(ORID rid) |
void |
OTransactionNoTx.updateIdentityAfterCommit(ORID oldRid,
ORID newRid) |
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 |
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 |
OTransactionRealAbstract.updateIdentityAfterCommit(ORID oldRid,
ORID newRid) |
Modifier and Type | Method and Description |
---|---|
protected void |
OTransactionAbstract.setLocks(Map<ORID,OTransactionAbstract.LockedRecordMetadata> locks) |
void |
OTransactionRealAbstract.setNoTxLocks(Map<ORID,OTransactionAbstract.LockedRecordMetadata> noTxLocks) |
Constructor and Description |
---|
OTransactionDataChange(byte type,
byte recordType,
ORID id,
Optional<byte[]> record,
int version,
boolean contentChanged) |
Constructor and Description |
---|
OTransactionNoTx(ODatabaseDocumentInternal iDatabase,
Map<ORID,OTransactionAbstract.LockedRecordMetadata> noTxLocks) |
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.lock(ORID recordId) |
<RET> RET |
OObjectDatabaseTx.lock(ORID recordId,
long timeout,
TimeUnit timeoutUnit) |
void |
OObjectDatabaseTx.unlock(ORID recordId) |
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 |
---|---|
void |
ODistributedTxContext.lock(ORID rid) |
void |
ODistributedTxContext.lock(ORID rid,
long timeout) |
Modifier and Type | Method and Description |
---|---|
List<ORID> |
ONewDistributedTxContextImpl.getLockedRids() |
OSimpleLockManager<ORID> |
ODistributedDatabaseImpl.getRecordLockManager() |
Modifier and Type | Method and Description |
---|---|
ORecordMetadata |
ODistributedStorage.getRecordMetadata(ORID rid) |
OPaginatedCluster.RECORD_STATUS |
ODistributedStorage.getRecordStatus(ORID rid) |
void |
ONewDistributedTxContextImpl.lock(ORID rid) |
void |
ONewDistributedTxContextImpl.lock(ORID rid,
long timeout) |
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 |
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 | Field and Description |
---|---|
protected Set<ORID> |
OTransactionOptimisticServer.deletedRecord |
protected Map<ORID,ORecordOperation> |
OTransactionOptimisticServer.oldTxEntries |
protected Map<ORID,ORecordOperation> |
OTransactionOptimisticServer.tempEntries |
Modifier and Type | Method and Description |
---|---|
Set<ORID> |
OTransactionOptimisticServer.getDeletedRecord() |
Modifier and Type | Method and Description |
---|---|
ORecord |
OTransactionOptimisticProxy.getRecord(ORID rid) |
ORecord |
OTransactionOptimisticServer.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 |
---|---|
Stream<ORawPair<Object,ORID>> |
OLuceneSpatialIndexEngineDelegator.descStream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneSpatialIndexEngineAbstract.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneSpatialIndexEngineDelegator.iterateEntriesBetween(Object rangeFrom,
boolean fromInclusive,
Object rangeTo,
boolean toInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneSpatialIndexEngineAbstract.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneSpatialIndexEngineDelegator.iterateEntriesMajor(Object fromKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneSpatialIndexEngineAbstract.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneSpatialIndexEngineDelegator.iterateEntriesMinor(Object toKey,
boolean isInclusive,
boolean ascSortOrder,
OBaseIndexEngine.ValuesTransformer transformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneSpatialIndexEngineAbstract.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Stream<ORawPair<Object,ORID>> |
OLuceneSpatialIndexEngineDelegator.stream(OBaseIndexEngine.ValuesTransformer valuesTransformer) |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
OLuceneSpatialIndexEngineDelegator.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
Modifier and Type | Method and Description |
---|---|
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) |
boolean |
OLuceneSpatialIndexEngineDelegator.validatedPut(OAtomicOperation atomicOperation,
Object key,
ORID value,
OBaseIndexEngine.Validator<Object,ORID> validator) |
Modifier and Type | Method and Description |
---|---|
ORID |
OLuceneWithinOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneNearOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneSpatialOperator.getBeginRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneWithinOperator.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneNearOperator.getEndRidRange(Object iLeft,
Object iRight) |
ORID |
OLuceneSpatialOperator.getEndRidRange(Object iLeft,
Object iRight) |
Modifier and Type | Method and Description |
---|---|
Stream<ORawPair<Object,ORID>> |
OLuceneWithinOperator.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OLuceneNearOperator.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
Stream<ORawPair<Object,ORID>> |
OLuceneOverlapOperator.executeIndexQuery(OCommandContext iContext,
OIndex index,
List<Object> keyParams,
boolean ascSortOrder) |
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–2020 OrientDB. All rights reserved.