Package com.mapr.fs

Class MapRDbKeyValue


  • public class MapRDbKeyValue
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getKey()  
      byte[] getValue()  
      java.util.Map<java.lang.String,​byte[]> getValueMap()  
      • Methods inherited from class java.lang.Object

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

      • MapRDbKeyValue

        public MapRDbKeyValue()
      • MapRDbKeyValue

        public MapRDbKeyValue​(boolean multiColumn)
    • Method Detail

      • getKey

        public byte[] getKey()
      • getValue

        public byte[] getValue()
      • getValueMap

        public java.util.Map<java.lang.String,​byte[]> getValueMap()