Class OIndexUpdateAction<V>
java.lang.Object
com.orientechnologies.orient.core.index.OIndexUpdateAction<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V> OIndexUpdateAction<V>changed(V newValue) abstract VgetValue()abstract booleanisChange()abstract booleanabstract booleanisRemove()static OIndexUpdateActionnothing()static OIndexUpdateActionremove()
-
Constructor Details
-
OIndexUpdateAction
public OIndexUpdateAction()
-
-
Method Details
-
nothing
-
remove
-
changed
-
isChange
public abstract boolean isChange() -
isRemove
public abstract boolean isRemove() -
isNothing
public abstract boolean isNothing() -
getValue
-