Class LineageCacheEntry


  • public class LineageCacheEntry
    extends Object
    • Method Detail

      • getSerializedBytes

        public byte[] getSerializedBytes()
      • getCacheStatus

        public org.apache.sysds.runtime.lineage.LineageCacheConfig.LineageCacheStatus getCacheStatus()
      • getSize

        public long getSize()
      • isNullVal

        public boolean isNullVal()
      • isMatrixValue

        public boolean isMatrixValue()
      • isScalarValue

        public boolean isScalarValue()
      • isSerializedBytes

        public boolean isSerializedBytes()
      • setValue

        public void setValue​(MatrixBlock val,
                             long computetime)
      • setValue

        public void setValue​(ScalarObject val,
                             long computetime)
      • setGPUValue

        public void setGPUValue​(GPUObject gpuObj,
                                long computetime)
      • setValue

        public void setValue​(byte[] serialBytes,
                             long computetime)
      • getGPUObject

        public GPUObject getGPUObject()