Class PutConverter

java.lang.Object
com.mapr.fs.hbase.PutConverter

public class PutConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.mapr.fs.jni.MapRPut
    createMapRPut(byte[] key, byte[] tableUuid, Map<byte[],List<org.apache.hadoop.hbase.KeyValue>> familyMap, byte type, long rowTimeStamp, com.mapr.fs.MapRHTable htable, boolean sortedCells, boolean deleteCell, Object request, com.mapr.fs.jni.MapRCallBackQueue cbq)
     
    static com.mapr.fs.jni.MapRPut
    sortedKeyValuesToMapRPut(byte[] key, Map<byte[],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, 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, 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, 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 Details

    • PutConverter

      public PutConverter()
  • Method Details

    • toMapRPut

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

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

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

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

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

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

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

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