Package com.mapr.fs.hbase
Class PutConverter
- java.lang.Object
-
- com.mapr.fs.hbase.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.MapRPutcreateMapRPut(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.MapRPutsortedKeyValuesToMapRPut(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.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, java.lang.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, java.lang.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, java.lang.Object request, com.mapr.fs.jni.MapRCallBackQueue cbq)
-
-
-
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.IOExceptionorg.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException
-
-