public interface DataProvider
extends Serializable
Instances of this class provide a way for tasks to share common data.
The objective is to avoid data duplication through marshaling/unmarshaling of the data,
which can cause crashes due to insufficient available memory in a node.