Uh oh!
There was an error while loading. Please reload this page.
[REEF-1357] Allow different caching levels for caching in IInputParti… - #994
[REEF-1357] Allow different caching levels for caching in IInputParti…#994afchung wants to merge 1 commit into
Conversation
…tion This addressed the issue by * Adding the interface IDataMover, which abstracts the movement of data between different memory layers. * Adding the DataCache class, which abstracts the caching of data at different storage layers. * Changing the IInputPartitionn interface to work with the new ISerializer. JIRA: [REEF-1357](https://issues.apache.org/jira/browse/REEF-1357)
| [Unstable("0.14", "Contract may change.")] | ||
| void Cache(); | ||
| [Unstable("0.15", "Contract may change.")] | ||
| CacheLevel Cache(CacheLevel level); |
There was a problem hiding this comment.
Do we plan to modify or remove this function altogether in near future. Or is it related to the fact that we plan to give range of options from user min,max than simply one cache level.
There was a problem hiding this comment.
This is just related to the fact that the API is not stabilized yet, and we don't want to lock ourselves into any commitments with regards to backward compatibility.
dkm2110
commented
May 10, 2016
@afchung left comments. |
afchung
commented
May 11, 2016
@dkm2110 I've been trying to add test for |
dkm2110
commented
May 11, 2016
@afchung Makes sense. Thanks!! |
…tion
This addressed the issue by
JIRA:
REEF-1357