Class CacheMaintenanceService
- java.lang.Object
 - 
- org.apache.sysds.runtime.controlprogram.caching.CacheMaintenanceService
 
 
- 
public class CacheMaintenanceService extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description CacheMaintenanceService() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voiddeleteFile(String fname)booleanisAsync()voidserializeData(ByteBuffer bbuff, CacheBlock<?> cb) 
 - 
 
- 
- 
Method Detail
- 
deleteFile
public void deleteFile(String fname)
 
- 
serializeData
public void serializeData(ByteBuffer bbuff, CacheBlock<?> cb)
 
- 
close
public void close()
 
- 
isAsync
public boolean isAsync()
 
 - 
 
 -