Class VarStats


  • public class VarStats
    extends Object
    • Method Detail

      • isScalar

        public boolean isScalar()
      • getM

        public long getM()
      • getN

        public long getN()
      • getNNZ

        public long getNNZ()
      • getSparsity

        public double getSparsity()
      • getCells

        public long getCells()
      • getCellsWithSparsity

        public long getCellsWithSparsity()
      • isSparse

        public boolean isSparse()
      • setAllocatedMemory

        public void setAllocatedMemory​(long memory)
        Meant to be used at testing
        Parameters:
        memory - size to allocate
      • getRddStats

        public RDDStats getRddStats()
        Meant to be used at testing
        Returns:
        corresponding RDD statistics
      • setRddStats

        public void setRddStats​(RDDStats rddStats)
        Meant to be used at testing
        Parameters:
        rddStats - corresponding RDD statistics