Class TransformStatistics


  • public class TransformStatistics
    extends Object
    • Constructor Detail

      • TransformStatistics

        public TransformStatistics()
    • Method Detail

      • incEncoderCount

        public static void incEncoderCount​(long encoders)
      • incRecodeApplyTime

        public static void incRecodeApplyTime​(long t)
      • incDummyCodeApplyTime

        public static void incDummyCodeApplyTime​(long t)
      • incWordEmbeddingApplyTime

        public static void incWordEmbeddingApplyTime​(long t)
      • incBinningApplyTime

        public static void incBinningApplyTime​(long t)
      • incUDFApplyTime

        public static void incUDFApplyTime​(long t)
      • incPassThroughApplyTime

        public static void incPassThroughApplyTime​(long t)
      • incFeatureHashingApplyTime

        public static void incFeatureHashingApplyTime​(long t)
      • incOmitApplyTime

        public static void incOmitApplyTime​(long t)
      • incImputeApplyTime

        public static void incImputeApplyTime​(long t)
      • incRecodeBuildTime

        public static void incRecodeBuildTime​(long t)
      • incBinningBuildTime

        public static void incBinningBuildTime​(long t)
      • incImputeBuildTime

        public static void incImputeBuildTime​(long t)
      • incOutMatrixPreProcessingTime

        public static void incOutMatrixPreProcessingTime​(long t)
      • incOutMatrixPostProcessingTime

        public static void incOutMatrixPostProcessingTime​(long t)
      • incMapSizeEstimationTime

        public static void incMapSizeEstimationTime​(long t)
      • getEncodeBuildTime

        public static long getEncodeBuildTime()
      • getEncodeApplyTime

        public static long getEncodeApplyTime()
      • reset

        public static void reset()
      • displayStatistics

        public static String displayStatistics()