Class MapRJSONPut


  • public class MapRJSONPut
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MapRJSONPut​(byte[] key, int nFamTotal)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addCFEntry​(int familyId, java.nio.ByteBuffer encodedRecord)  
      int getNumFamilies()  
      • Methods inherited from class java.lang.Object

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

      • nFamilies

        public int nFamilies
      • key

        public byte[] key
      • familyIdList

        public int[] familyIdList
      • recordList

        public java.nio.ByteBuffer[] recordList
      • recordTotalBytes

        public long recordTotalBytes
    • Constructor Detail

      • MapRJSONPut

        public MapRJSONPut​(byte[] key,
                           int nFamTotal)
    • Method Detail

      • addCFEntry

        public void addCFEntry​(int familyId,
                               java.nio.ByteBuffer encodedRecord)
      • getNumFamilies

        public int getNumFamilies()