Uses of Class
com.orientechnologies.orient.core.tx.OTransactionIndexChanges
Packages that use OTransactionIndexChanges
Package
Description
-
Uses of OTransactionIndexChanges in com.orientechnologies.orient.client.remote.message
Constructor parameters in com.orientechnologies.orient.client.remote.message with type arguments of type OTransactionIndexChangesModifierConstructorDescriptionOBeginTransaction38Request(int txId, boolean hasContent, boolean usingLog, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges) OBeginTransactionRequest(int txId, boolean hasContent, boolean usingLog, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges) OCommit37Request(int txId, boolean hasContent, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges) OCommit38Request(int txId, boolean hasContent, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> indexChanges) 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) ORebeginTransaction38Request(int txId, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> changes) ORebeginTransactionRequest(int txId, boolean usingLong, Iterable<ORecordOperation> operations, Map<String, OTransactionIndexChanges> changes) -
Uses of OTransactionIndexChanges in com.orientechnologies.orient.client.remote.message.tx
Methods in com.orientechnologies.orient.client.remote.message.tx that return OTransactionIndexChangesConstructors in com.orientechnologies.orient.client.remote.message.tx with parameters of type OTransactionIndexChanges -
Uses of OTransactionIndexChanges in com.orientechnologies.orient.core.index
Methods in com.orientechnologies.orient.core.index with parameters of type OTransactionIndexChangesModifier and TypeMethodDescriptionOIndexOneValue.calculateTxIndexEntry(Object key, ORID backendValue, OTransactionIndexChanges indexChanges) static Set<OIdentifiable>OIndexMultiValues.calculateTxValue(Object key, OTransactionIndexChanges indexChanges) -
Uses of OTransactionIndexChanges in com.orientechnologies.orient.core.index.iterator
Constructors in com.orientechnologies.orient.core.index.iterator with parameters of type OTransactionIndexChangesModifierConstructorDescriptionPureTxBetweenIndexBackwardSpliterator(OIndexOneValue oIndexTxAwareOneValue, Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, OTransactionIndexChanges indexChanges) PureTxBetweenIndexForwardSpliterator(OIndexOneValue oIndexTxAwareOneValue, Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, OTransactionIndexChanges indexChanges) PureTxMultiValueBetweenIndexBackwardSplititerator(OIndexMultiValues oIndexTxAwareMultiValue, Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, OTransactionIndexChanges indexChanges) PureTxMultiValueBetweenIndexForwardSpliterator(OIndexMultiValues index, Object fromKey, boolean fromInclusive, Object toKey, boolean toInclusive, OTransactionIndexChanges indexChanges) -
Uses of OTransactionIndexChanges in com.orientechnologies.orient.core.tx
Fields in com.orientechnologies.orient.core.tx with type parameters of type OTransactionIndexChangesModifier and TypeFieldDescriptionprotected Map<String,OTransactionIndexChanges> OTransactionOptimistic.indexEntriesMethods in com.orientechnologies.orient.core.tx that return OTransactionIndexChangesModifier and TypeMethodDescriptionOTransaction.getIndexChanges(String indexName) Obtains the index changes done in the context of this transaction.OTransactionNoTx.getIndexChanges(String iName) OTransactionOptimistic.getIndexChanges(String iIndexName) Bufferizes index changes to be flushed at commit time.OTransaction.getIndexChangesInternal(String indexName) Does the same thing asOTransaction.getIndexChanges(String), but handles remote storages in a special way.OTransactionNoTx.getIndexChangesInternal(String indexName) OTransactionOptimistic.getIndexChangesInternal(String indexName) Methods in com.orientechnologies.orient.core.tx that return types with arguments of type OTransactionIndexChangesModifier and TypeMethodDescriptionOTransactionInternal.getIndexOperations()Extract all the calculated index operations for the current transaction changes, the key of the map is the index name the value all the changes for the specified index.OTransactionOptimistic.getIndexOperations()