Class AbsoluteChange
java.lang.Object
com.orientechnologies.orient.core.storage.ridbag.sbtree.AbsoluteChange
- All Implemented Interfaces:
Change
-
Field Summary
Fields -
Method Summary
-
Field Details
-
TYPE
public static final byte TYPE- See Also:
-
-
Method Details
-
getValue
public int getValue() -
increment
public void increment() -
decrement
public void decrement() -
applyTo
-
isUndefined
public boolean isUndefined()Description copied from interface:ChangeChecks if put increment operation can be safely performed.- Specified by:
isUndefinedin interfaceChange- Returns:
- true if increment operation can be safely performed.
-
applyDiff
public void applyDiff(int delta) -
getType
public byte getType() -
serialize
public int serialize(byte[] stream, int offset)
-