Uses of Class
com.orientechnologies.orient.core.tx.OTransactionIndexChangesPerKey.OTransactionIndexEntry
Packages that use OTransactionIndexChangesPerKey.OTransactionIndexEntry
Package
Description
-
Uses of OTransactionIndexChangesPerKey.OTransactionIndexEntry in com.orientechnologies.lucene.index
Methods in com.orientechnologies.lucene.index that return types with arguments of type OTransactionIndexChangesPerKey.OTransactionIndexEntryModifier and TypeMethodDescriptionOLuceneIndexNotUnique.interpretTxKeyChanges(OTransactionIndexChangesPerKey changes) -
Uses of OTransactionIndexChangesPerKey.OTransactionIndexEntry in com.orientechnologies.orient.core.index
Methods in com.orientechnologies.orient.core.index that return types with arguments of type OTransactionIndexChangesPerKey.OTransactionIndexEntryModifier and TypeMethodDescriptionOIndexAbstract.interpretTxKeyChanges(OTransactionIndexChangesPerKey changes) Interprets transaction index changes for a certain key.OIndexDictionary.interpretTxKeyChanges(OTransactionIndexChangesPerKey changes) OIndexInternal.interpretTxKeyChanges(OTransactionIndexChangesPerKey changes) OIndexNotUnique.interpretTxKeyChanges(OTransactionIndexChangesPerKey changes) OIndexUnique.interpretTxKeyChanges(OTransactionIndexChangesPerKey changes) -
Uses of OTransactionIndexChangesPerKey.OTransactionIndexEntry in com.orientechnologies.orient.core.sql
Methods in com.orientechnologies.orient.core.sql that return types with arguments of type OTransactionIndexChangesPerKey.OTransactionIndexEntryModifier and TypeMethodDescriptionOChainedIndexProxy.interpretTxKeyChanges(OTransactionIndexChangesPerKey changes) -
Uses of OTransactionIndexChangesPerKey.OTransactionIndexEntry in com.orientechnologies.orient.core.tx
Methods in com.orientechnologies.orient.core.tx that return OTransactionIndexChangesPerKey.OTransactionIndexEntryModifier and TypeMethodDescriptionOTransactionIndexChangesPerKey.createEntryInternal(OIdentifiable iValue, OTransactionIndexChanges.OPERATION iOperation) Only needed for old tests, will be removed soon.OTxIndexChangesList.get(int index) OTxIndexChangesList.remove(int index) OTxIndexChangesList.set(int index, OTransactionIndexChangesPerKey.OTransactionIndexEntry element) Methods in com.orientechnologies.orient.core.tx that return types with arguments of type OTransactionIndexChangesPerKey.OTransactionIndexEntryModifier and TypeMethodDescriptionOTransactionIndexChangesPerKey.getEntriesAsList()OTransactionIndexChangesPerKey.getEntriesInternal()Only needed for old tests, will be removed soon.OTransactionIndexChangesPerKey.interpret(OTransactionIndexChangesPerKey.Interpretation interpretation) Interprets this key changes using the giveninterpretation.OTxIndexChangesList.iterator()OTxIndexChangesList.listIterator()OTxIndexChangesList.listIterator(int index) OTxIndexChangesList.subList(int fromIndex, int toIndex) Methods in com.orientechnologies.orient.core.tx with parameters of type OTransactionIndexChangesPerKey.OTransactionIndexEntryModifier and TypeMethodDescriptionvoidOTxIndexChangesList.add(int index, OTransactionIndexChangesPerKey.OTransactionIndexEntry element) booleanOTxIndexChangesList.add(OTransactionIndexChangesPerKey.OTransactionIndexEntry item) Optional<com.orientechnologies.orient.core.tx.OTxIndexChangesList.Node>OTxIndexChangesList.getNode(OTransactionIndexChangesPerKey.OTransactionIndexEntry entry) OTxIndexChangesList.set(int index, OTransactionIndexChangesPerKey.OTransactionIndexEntry element) Method parameters in com.orientechnologies.orient.core.tx with type arguments of type OTransactionIndexChangesPerKey.OTransactionIndexEntryModifier and TypeMethodDescriptionbooleanOTxIndexChangesList.addAll(int index, Collection<? extends OTransactionIndexChangesPerKey.OTransactionIndexEntry> c) booleanOTxIndexChangesList.addAll(Collection<? extends OTransactionIndexChangesPerKey.OTransactionIndexEntry> c) -
Uses of OTransactionIndexChangesPerKey.OTransactionIndexEntry in com.orientechnologies.spatial.index
Methods in com.orientechnologies.spatial.index that return types with arguments of type OTransactionIndexChangesPerKey.OTransactionIndexEntryModifier and TypeMethodDescriptionOLuceneSpatialIndex.interpretTxKeyChanges(OTransactionIndexChangesPerKey changes)