public class MapRConverter extends Object
Constructor and Description |
---|
MapRConverter() |
Modifier and Type | Method and Description |
---|---|
static int |
compareTo(byte[] buffer1,
int offset1,
int length1,
byte[] buffer2,
int offset2,
int length2) |
static ArrayList<KeyValue> |
toAsyncHBaseResult(com.mapr.fs.jni.MapRPut mput,
byte[] key,
com.mapr.fs.MapRHTable htable) |
static ArrayList<KeyValue> |
toAsyncHBaseResult(com.mapr.fs.jni.MapRResult mresult,
byte[] key,
com.mapr.fs.MapRHTable htable) |
static com.mapr.fs.jni.MapRGet |
toMapRGet(GetRequest get,
com.mapr.fs.MapRHTable mtable) |
static com.mapr.fs.jni.MapRIncrement |
toMapRIncrement(byte[] key,
byte[] family,
byte[] qualifier,
long delta,
com.mapr.fs.MapRHTable mtable) |
static com.mapr.fs.jni.MapRPut |
toMapRPut(AppendRequest append,
com.mapr.fs.MapRHTable mtable) |
static com.mapr.fs.jni.MapRPut |
toMapRPut(DeleteRequest drpc,
com.mapr.fs.MapRHTable mTable) |
static com.mapr.fs.jni.MapRPut |
toMapRPut(PutRequest put,
com.mapr.fs.MapRHTable mtable,
MapRThreadPool cbq) |
static com.mapr.fs.jni.MapRScan |
toMapRScan(Scanner scan,
com.mapr.fs.MapRHTable mtable) |
static com.mapr.fs.jni.MapRRowConstraint |
toRowConstraint(com.mapr.fs.MapRHTable mtable,
byte[][] families,
byte[][][] qualifiers,
long minTimeStamp,
long maxTimeStamp,
int maxVers) |
static com.mapr.fs.jni.MapRRowConstraint |
toRowConstraint(com.mapr.fs.MapRHTable htable,
String family,
byte[][] qualifier,
int maxVers) |
public static int compareTo(byte[] buffer1, int offset1, int length1, byte[] buffer2, int offset2, int length2)
public static com.mapr.fs.jni.MapRPut toMapRPut(PutRequest put, com.mapr.fs.MapRHTable mtable, MapRThreadPool cbq)
public static com.mapr.fs.jni.MapRPut toMapRPut(AppendRequest append, com.mapr.fs.MapRHTable mtable)
public static com.mapr.fs.jni.MapRPut toMapRPut(DeleteRequest drpc, com.mapr.fs.MapRHTable mTable)
public static com.mapr.fs.jni.MapRGet toMapRGet(GetRequest get, com.mapr.fs.MapRHTable mtable)
public static com.mapr.fs.jni.MapRRowConstraint toRowConstraint(com.mapr.fs.MapRHTable htable, String family, byte[][] qualifier, int maxVers) throws IOException
IOException
public static ArrayList<KeyValue> toAsyncHBaseResult(com.mapr.fs.jni.MapRPut mput, byte[] key, com.mapr.fs.MapRHTable htable)
public static ArrayList<KeyValue> toAsyncHBaseResult(com.mapr.fs.jni.MapRResult mresult, byte[] key, com.mapr.fs.MapRHTable htable)
public static com.mapr.fs.jni.MapRScan toMapRScan(Scanner scan, com.mapr.fs.MapRHTable mtable) throws IOException
IOException
public static com.mapr.fs.jni.MapRRowConstraint toRowConstraint(com.mapr.fs.MapRHTable mtable, byte[][] families, byte[][][] qualifiers, long minTimeStamp, long maxTimeStamp, int maxVers) throws IOException
IOException
public static com.mapr.fs.jni.MapRIncrement toMapRIncrement(byte[] key, byte[] family, byte[] qualifier, long delta, com.mapr.fs.MapRHTable mtable) throws IOException
IOException
Copyright ? 2010-2016, The Async HBase Authors