Class CustomProperties

    • Method Detail

      • setMappingProperties

        public void setMappingProperties​(MappingProperties mappingProperties)
      • setRowIndexStructure

        public void setRowIndexStructure​(RowIndexStructure rowIndexStructure)
      • setColIndexStructure

        public void setColIndexStructure​(ColIndexStructure colIndexStructure)
      • setColKeyPatterns

        public void setColKeyPatterns​(ArrayList<String>[] colKeyPatterns)
      • endWithValueStrings

        public HashSet<String>[] endWithValueStrings()
      • setValueKeyPattern

        public void setValueKeyPattern​(ArrayList<String> valueKeyPattern)
      • getNcols

        public int getNcols()
      • setNcols

        public void setNcols​(int ncols)
      • isSparse

        public boolean isSparse()
      • setSparse

        public void setSparse​(boolean sparse)
      • isParallel

        public boolean isParallel()
      • setParallel

        public void setParallel​(boolean parallel)
      • setEndWithValueStrings

        public void setEndWithValueStrings​(HashSet<String>[] endWithValueStrings)