K
- V
- public interface DataSet<K,V> extends Iterable<Pair<K,V>>
Implementations need not materialize and clients should not assume that the data is materialized. Any such thing is left as a post-processing step.
Client also can't assume that the iterator returned here can be restarted
Copyright © 2016 The Apache Software Foundation. All rights reserved.