Class PutConverter


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

      Constructors 
      Constructor Description
      PutConverter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.mapr.fs.jni.MapRPut createMapRPut​(byte[] key, byte[] tableUuid, java.util.Map<byte[],​java.util.List<org.apache.hadoop.hbase.KeyValue>> familyMap, byte type, long rowTimeStamp, com.mapr.fs.MapRHTable htable, boolean sortedCells, boolean deleteCell, java.lang.Object request, com.mapr.fs.jni.MapRCallBackQueue cbq)  
      static com.mapr.fs.jni.MapRPut sortedKeyValuesToMapRPut​(byte[] key, java.util.Map<byte[],​java.util.List<org.apache.hadoop.hbase.KeyValue>> familyMap, com.mapr.fs.MapRHTable htable)  
      static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Append append, com.mapr.fs.MapRHTable htable)  
      static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Append append, com.mapr.fs.MapRHTable htable, java.lang.Object request, com.mapr.fs.jni.MapRCallBackQueue cbq)  
      static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Delete delete, com.mapr.fs.MapRHTable htable)  
      static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Delete delete, com.mapr.fs.MapRHTable htable, java.lang.Object request, com.mapr.fs.jni.MapRCallBackQueue cbq)  
      static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Put put, com.mapr.fs.MapRHTable htable)  
      static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Put put, com.mapr.fs.MapRHTable htable, java.lang.Object request, com.mapr.fs.jni.MapRCallBackQueue cbq)  
      • Methods inherited from class java.lang.Object

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

      • PutConverter

        public PutConverter()
    • Method Detail

      • toMapRPut

        public static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Delete delete,
                                                        com.mapr.fs.MapRHTable htable)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • toMapRPut

        public static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Delete delete,
                                                        com.mapr.fs.MapRHTable htable,
                                                        java.lang.Object request,
                                                        com.mapr.fs.jni.MapRCallBackQueue cbq)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • toMapRPut

        public static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Append append,
                                                        com.mapr.fs.MapRHTable htable)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • toMapRPut

        public static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Append append,
                                                        com.mapr.fs.MapRHTable htable,
                                                        java.lang.Object request,
                                                        com.mapr.fs.jni.MapRCallBackQueue cbq)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • toMapRPut

        public static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Put put,
                                                        com.mapr.fs.MapRHTable htable)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • toMapRPut

        public static com.mapr.fs.jni.MapRPut toMapRPut​(org.apache.hadoop.hbase.client.Put put,
                                                        com.mapr.fs.MapRHTable htable,
                                                        java.lang.Object request,
                                                        com.mapr.fs.jni.MapRCallBackQueue cbq)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • sortedKeyValuesToMapRPut

        public static com.mapr.fs.jni.MapRPut sortedKeyValuesToMapRPut​(byte[] key,
                                                                       java.util.Map<byte[],​java.util.List<org.apache.hadoop.hbase.KeyValue>> familyMap,
                                                                       com.mapr.fs.MapRHTable htable)
                                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • createMapRPut

        public static com.mapr.fs.jni.MapRPut createMapRPut​(byte[] key,
                                                            byte[] tableUuid,
                                                            java.util.Map<byte[],​java.util.List<org.apache.hadoop.hbase.KeyValue>> familyMap,
                                                            byte type,
                                                            long rowTimeStamp,
                                                            com.mapr.fs.MapRHTable htable,
                                                            boolean sortedCells,
                                                            boolean deleteCell,
                                                            java.lang.Object request,
                                                            com.mapr.fs.jni.MapRCallBackQueue cbq)
                                                     throws java.io.IOException,
                                                            org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException
        Throws:
        java.io.IOException
        org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException