Class BaseIntUpdateByOperator.Context
java.lang.Object
com.illumon.iris.db.v2.updateby.internal.BaseIntUpdateByOperator.Context
- All Implemented Interfaces:
UpdateByOperator.UpdateContext
,SafeCloseable
,AutoCloseable
- Enclosing class:
- BaseIntUpdateByOperator
protected class BaseIntUpdateByOperator.Context
extends Object
implements UpdateByOperator.UpdateContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fillContext
-
outputValues
-
canProcessDirectly
public boolean canProcessDirectly -
currentUpdateType
-
modifiedBuilder
-
newModified
-
curVal
public int curVal
-
-
Constructor Details
-
Context
protected Context(int chunkSize)
-
-
Method Details
-
getModifiedBuilder
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceSafeCloseable
-