Class OTransactionIndexChangesPerKey.OTransactionIndexEntry
java.lang.Object
com.orientechnologies.orient.core.tx.OTransactionIndexChangesPerKey.OTransactionIndexEntry
- All Implemented Interfaces:
OStorageTransactionIndexChange
- Enclosing class:
- OTransactionIndexChangesPerKey
public class OTransactionIndexChangesPerKey.OTransactionIndexEntry
extends Object
implements OStorageTransactionIndexChange
-
Constructor Summary
ConstructorsConstructorDescriptionOTransactionIndexEntry(OIdentifiable iValue, OTransactionIndexChanges.OPERATION iOperation) -
Method Summary
-
Constructor Details
-
OTransactionIndexEntry
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getOperation
-
getValue
- Specified by:
getValuein interfaceOStorageTransactionIndexChange
-
isRemove
public boolean isRemove()- Specified by:
isRemovein interfaceOStorageTransactionIndexChange
-
isPut
public boolean isPut()- Specified by:
isPutin interfaceOStorageTransactionIndexChange
-
setValue
-