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.MapRResult mresult,
byte[] key,
com.mapr.fs.MapRHTable htable) |
static com.mapr.fs.jni.MapRGet |
toMapRGet(GetRequest get,
com.mapr.fs.MapRHTable mtable,
String family) |
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(PutRequest put,
com.mapr.fs.MapRHTable mtable,
String family,
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 htable,
String family,
byte[][] qualifier,
int maxVers) |
static com.mapr.fs.jni.MapRRowConstraint |
toRowConstraint(com.mapr.fs.MapRHTable mtable,
String family,
byte[][] qualifiers,
long minTimeStamp,
long maxTimeStamp,
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, String family, MapRThreadPool cbq)
public static com.mapr.fs.jni.MapRGet toMapRGet(GetRequest get, com.mapr.fs.MapRHTable mtable, String family)
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.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, String family, 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-2014, The Async HBase Authors