Class CacheBlockFactory
java.lang.Object
org.apache.sysds.runtime.controlprogram.caching.CacheBlockFactory
Factory to create instances of matrix/frame blocks given
internal codes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetCode(CacheBlock<?> block) static ArrayList<?>getPairList(CacheBlock<?> block) static CacheBlock<?>newInstance(int code) static CacheBlock<?>newInstance(CacheBlock<?> block)
-
Constructor Details
-
CacheBlockFactory
public CacheBlockFactory()
-
-
Method Details
-
newInstance
-
newInstance
-
getCode
-
getPairList
-