Uses of Class
com.orientechnologies.orient.core.tx.OTransactionIndexChangesPerKey.OTransactionIndexEntry
Packages that use OTransactionIndexChangesPerKey.OTransactionIndexEntry
-
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.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)