Class EffectBatch
Object
EffectBatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<EffectPair>final LongIterablefinal RowsToReplacefinal ForestSpeclongfinal RowsToReplacefinal Stringfinal DataVersion -
Constructor Summary
ConstructorsConstructorDescriptionEffectBatch(ForestSpec spec, DataVersion version, LongIterable movedRows, RowsToReplace redoReplace, RowsToReplace undoReplace, List<EffectPair> effects) -
Method Summary
-
Field Details
-
spec
-
version
-
movedRows
@NotNull public final LongIterable movedRows -
effects
-
redoReplace
-
undoReplace
-
state
-
timestamp
public long timestamp -
userKey
-
-
Constructor Details
-
EffectBatch
public EffectBatch(@NotNull ForestSpec spec, @NotNull DataVersion version, @NotNull LongIterable movedRows, @Nullable RowsToReplace redoReplace, @Nullable RowsToReplace undoReplace, @NotNull List<EffectPair> effects)
-
-
Method Details
-
getTimestamp
public long getTimestamp() -
getUserKey
-