Class MapRKeyValue


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

      Constructors 
      Constructor Description
      MapRKeyValue​(byte[] qualifier, byte[] value, long timestamp, boolean firstCell, boolean lastCell)  
      MapRKeyValue​(byte[] buffer, int columnOff, int columnLen, int valueOff, int valueLen, long timestamp, boolean firstCell, boolean lastCell)  
      MapRKeyValue​(byte[] buffer, int columnOff, int columnLen, int valueOff, int valueLen, long timestamp, boolean firstCell, boolean lastCell, boolean deleteColumn)  
    • Constructor Detail

      • MapRKeyValue

        public MapRKeyValue​(byte[] buffer,
                            int columnOff,
                            int columnLen,
                            int valueOff,
                            int valueLen,
                            long timestamp,
                            boolean firstCell,
                            boolean lastCell)
      • MapRKeyValue

        public MapRKeyValue​(byte[] buffer,
                            int columnOff,
                            int columnLen,
                            int valueOff,
                            int valueLen,
                            long timestamp,
                            boolean firstCell,
                            boolean lastCell,
                            boolean deleteColumn)
      • MapRKeyValue

        public MapRKeyValue​(byte[] qualifier,
                            byte[] value,
                            long timestamp,
                            boolean firstCell,
                            boolean lastCell)
    • Method Detail

      • getBuffer

        public byte[] getBuffer()
      • getColumnOffset

        public int getColumnOffset()
      • getColumnLength

        public int getColumnLength()
      • getValueOffset

        public int getValueOffset()
      • getValueLength

        public int getValueLength()
      • getTimeStamp

        public long getTimeStamp()
      • getQualifier

        public byte[] getQualifier()
      • getValue

        public byte[] getValue()