Uses of Enum Class
com.orientechnologies.orient.core.tx.OTransactionIndexChanges.OPERATION
Packages that use OTransactionIndexChanges.OPERATION
Package
Description
-
Uses of OTransactionIndexChanges.OPERATION in com.orientechnologies.orient.client.remote.db.document
Methods in com.orientechnologies.orient.client.remote.db.document with parameters of type OTransactionIndexChanges.OPERATIONModifier and TypeMethodDescriptionvoidOTransactionOptimisticClient.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue) -
Uses of OTransactionIndexChanges.OPERATION in com.orientechnologies.orient.core.tx
Fields in com.orientechnologies.orient.core.tx declared as OTransactionIndexChanges.OPERATIONMethods in com.orientechnologies.orient.core.tx that return OTransactionIndexChanges.OPERATIONModifier and TypeMethodDescriptionOTransactionIndexChangesPerKey.OTransactionIndexEntry.getOperation()Returns the enum constant of this class with the specified name.static OTransactionIndexChanges.OPERATION[]OTransactionIndexChanges.OPERATION.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.core.tx with parameters of type OTransactionIndexChanges.OPERATIONModifier and TypeMethodDescriptionvoidOTransactionIndexChangesPerKey.add(OIdentifiable iValue, OTransactionIndexChanges.OPERATION iOperation) voidOTransaction.addIndexEntry(OIndex index, String indexName, OTransactionIndexChanges.OPERATION operation, Object key, OIdentifiable value) Adds the transactional index entry in this transaction.voidOTransactionNoTx.addIndexEntry(OIndex delegate, String indexName, OTransactionIndexChanges.OPERATION status, Object key, OIdentifiable value) voidOTransactionOptimistic.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue) voidOTransactionOptimistic.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue, boolean clientTrackOnly) Bufferizes index changes to be flushed at commit time.OTransactionIndexChangesPerKey.createEntryInternal(OIdentifiable iValue, OTransactionIndexChanges.OPERATION iOperation) Only needed for old tests, will be removed soon.Optional<com.orientechnologies.orient.core.tx.OTxIndexChangesList.Node>OTxIndexChangesList.getFirstNode(ORID rid, OTransactionIndexChanges.OPERATION op) Constructors in com.orientechnologies.orient.core.tx with parameters of type OTransactionIndexChanges.OPERATIONModifierConstructorDescriptionOTransactionIndexEntry(OIdentifiable iValue, OTransactionIndexChanges.OPERATION iOperation) OTransactionRecordIndexOperation(String index, Object key, OTransactionIndexChanges.OPERATION operation) -
Uses of OTransactionIndexChanges.OPERATION in com.orientechnologies.orient.server.tx
Methods in com.orientechnologies.orient.server.tx with parameters of type OTransactionIndexChanges.OPERATIONModifier and TypeMethodDescriptionvoidOTransactionOptimisticServer.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue) voidOTransactionOptimisticServer.addIndexEntry(OIndex delegate, String iIndexName, OTransactionIndexChanges.OPERATION iOperation, Object key, OIdentifiable iValue, boolean clientTrackOnly)