Class GetConverter

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

public class GetConverter extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static com.mapr.fs.jni.MapRGet
    toMapRGet(org.apache.hadoop.hbase.client.Get get, com.mapr.fs.MapRHTable htable)
     
    static com.mapr.fs.jni.MapRGet[]
    toMapRGets(List<org.apache.hadoop.hbase.client.Get> gets, com.mapr.fs.MapRHTable htable)
    Converts a list of HBase Get to list of MapRGet

    Methods inherited from class java.lang.Object

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

    • GetConverter

      public GetConverter()
  • Method Details

    • toMapRGets

      public static com.mapr.fs.jni.MapRGet[] toMapRGets(List<org.apache.hadoop.hbase.client.Get> gets, com.mapr.fs.MapRHTable htable) throws IOException
      Converts a list of HBase Get to list of MapRGet
      Parameters:
      gets - HBase Get object to convert
      Returns:
      List of corresponding MapRGet objects
      Throws:
      IOException
    • toMapRGet

      public static com.mapr.fs.jni.MapRGet toMapRGet(org.apache.hadoop.hbase.client.Get get, com.mapr.fs.MapRHTable htable) throws IOException
      Throws:
      IOException