Package com.mapr.fs.hbase
Class PutConverter
java.lang.Object
com.mapr.fs.hbase.PutConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mapr.fs.jni.MapRPutcreateMapRPut(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.MapRPutsortedKeyValuesToMapRPut(byte[] key, Map<byte[], List<org.apache.hadoop.hbase.KeyValue>> familyMap, com.mapr.fs.MapRHTable htable) static com.mapr.fs.jni.MapRPuttoMapRPut(org.apache.hadoop.hbase.client.Append append, com.mapr.fs.MapRHTable htable) static com.mapr.fs.jni.MapRPuttoMapRPut(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.MapRPuttoMapRPut(org.apache.hadoop.hbase.client.Delete delete, com.mapr.fs.MapRHTable htable) static com.mapr.fs.jni.MapRPuttoMapRPut(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.MapRPuttoMapRPut(org.apache.hadoop.hbase.client.Put put, com.mapr.fs.MapRHTable htable) static com.mapr.fs.jni.MapRPuttoMapRPut(org.apache.hadoop.hbase.client.Put put, com.mapr.fs.MapRHTable htable, Object request, com.mapr.fs.jni.MapRCallBackQueue cbq)
-
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:
IOExceptionorg.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException
-