Package org.apache.iceberg.spark.actions
Class SetAccumulator<T>
java.lang.Object
org.apache.spark.util.AccumulatorV2<T,Set<T>>
org.apache.iceberg.spark.actions.SetAccumulator<T>
- All Implemented Interfaces:
Serializable
,scala.Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.spark.util.AccumulatorV2
copyAndReset, countFailedValues, id, isAtDriverSide, isRegistered, metadata, metadata_$eq, name, register, register$default$2, register$default$3, toInfo, toInfoUpdate, toString, withBufferSerialized, writeReplace
-
Constructor Details
-
SetAccumulator
public SetAccumulator()
-
-
Method Details
-
isZero
public boolean isZero() -
copy
-
reset
public void reset() -
add
-
merge
-
value
-