Class OTransactionRecordIndexOperation
java.lang.Object
com.orientechnologies.orient.core.tx.OTransactionRecordIndexOperation
Represents information for each index operation for each record in DB.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOTransactionRecordIndexOperation(String index, Object key, OTransactionIndexChanges.OPERATION operation) -
Method Summary
-
Field Details
-
index
-
key
-
operation
-
-
Constructor Details
-
OTransactionRecordIndexOperation
public OTransactionRecordIndexOperation(String index, Object key, OTransactionIndexChanges.OPERATION operation)
-