Class SegmentParser.MapInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      RecordId mapId
      Id of this record
      int size
      Size in bytes of this map.
    • Constructor Summary

      Constructors 
      Constructor Description
      MapInfo​(RecordId mapId, int size)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • mapId

        public final RecordId mapId
        Id of this record
      • size

        public final int size
        Size in bytes of this map. -1 if not known.
    • Constructor Detail

      • MapInfo

        public MapInfo​(RecordId mapId,
                       int size)