Interface DataView
@PublicEvolving
public interface DataView
A
DataView is a collection type that can be used in the accumulator of an ImperativeAggregateFunction.
Depending on the context in which the function is used, a DataView can be backed by a
Java heap collection or a state backend.
-
Method Summary
-
Method Details
-
clear
void clear()Clears theDataViewand removes all data.
-