T
- tset typepublic interface StoringData<T>
TSet
s.Modifier and Type | Method and Description |
---|---|
StorableTBase<T> |
cache()
Runs this TSet and caches the data to an in-memory
DataPartition and exposes the data as another TSet. |
StorableTBase<T> |
lazyCache()
Performs caching lazily.
|
StorableTBase<T> |
lazyPersist()
Performs persisting lazily.
|
StorableTBase<T> |
persist()
Similar to cache, but the data is stored in a disk based
DataPartition . |
StorableTBase<T> cache()
DataPartition
and exposes the data as another TSet.StorableTBase<T> lazyCache()
TSet
is evaluated explicitly.StorableTBase<T> persist()
DataPartition
. This method would also expose the
checkpointing ability to TSet
s.StorableTBase<T> lazyPersist()