Package com.illumon.iris.db.v2.updateby
-
Interface Summary Interface Description ChunkedUpdateByOperator An operator that performs a specific computation forTable.updateBy(java.util.Collection<com.illumon.iris.db.v2.updateby.UpdateByClause>, com.illumon.iris.db.tables.select.MatchPair...)
.ChunkedUpdateByOperator.BucketedUpdateContext A context item for use withTable.updateBy(Collection, MatchPair...)
for bucketed updates.ChunkedUpdateByOperator.UpdateContext A context item for use withTable.updateBy(Collection, MatchPair...)
for non-bucketed updates.ChunkedUpdateByStateManager The basis for operators that participate in an updateBy operation.UpdateByClause Defines an operation that can be applied to a table withTable.updateBy(Collection, String...)
UpdateByClause.Visitor -
Class Summary Class Description BaseObjectBinaryStaticOperator<T> BucketedUpdateBy ColumnUpdateClause ReplicateUpdateBy StaticChunkedUpdateByStateManager UpdateBy The core of theTable.updateBy(Collection, MatchPair...)
operation.UpdateByOperatorFactory -
Enum Summary Enum Description UpdateBy.UpdateType The type of update to be applied.