Class RecordCompactor


  • public class RecordCompactor
    extends java.lang.Object
    Maven 2 Index record transformer, that transforms Records into "native" Maven Indexer records.
    Since:
    5.1.2
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordCompactor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> apply​(Record record)
      Compacts Record into low level MI record with all the encoded fields as physically present in MI binary chunk.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RecordCompactor

        public RecordCompactor()
    • Method Detail

      • apply

        public java.util.Map<java.lang.String,​java.lang.String> apply​(Record record)
        Compacts Record into low level MI record with all the encoded fields as physically present in MI binary chunk.