Class CacheBlockFactory
- java.lang.Object
- 
- org.apache.sysds.runtime.controlprogram.caching.CacheBlockFactory
 
- 
 public class CacheBlockFactory extends Object Factory to create instances of matrix/frame blocks given internal codes.
- 
- 
Constructor SummaryConstructors Constructor Description CacheBlockFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static intgetCode(CacheBlock block)static ArrayList<?>getPairList(CacheBlock block)static CacheBlocknewInstance(int code)
 
- 
- 
- 
Method Detail- 
newInstancepublic static CacheBlock newInstance(int code) 
 - 
getCodepublic static int getCode(CacheBlock block) 
 - 
getPairListpublic static ArrayList<?> getPairList(CacheBlock block) 
 
- 
 
-