Package com.mapr.fs.hbase
Class RowConstraintConverter
java.lang.Object
com.mapr.fs.hbase.RowConstraintConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.mapr.fs.jni.MapRRowConstrainttoRowConstraint(com.mapr.fs.MapRHTable htable, byte[] family, byte[] qualifier) static com.mapr.fs.jni.MapRRowConstrainttoRowConstraint(com.mapr.fs.MapRHTable htable, Map<byte[], NavigableMap<byte[], Long>> familyMap, long minStamp, long maxStamp, com.mapr.fs.jni.MapRIncrement incr) static com.mapr.fs.jni.MapRRowConstrainttoRowConstraint(com.mapr.fs.MapRHTable htable, Map<byte[], NavigableSet<byte[]>> familyMap, int maxVersions, long minStamp, long maxStamp) Converts a list of HBaseGetto list ofMapRGet
-
Constructor Details
-
RowConstraintConverter
public RowConstraintConverter()
-
-
Method Details
-
toRowConstraint
public static com.mapr.fs.jni.MapRRowConstraint toRowConstraint(com.mapr.fs.MapRHTable htable, Map<byte[], NavigableSet<byte[]>> familyMap, int maxVersions, long minStamp, long maxStamp) throws org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyExceptionConverts a list of HBaseGetto list ofMapRGet- Parameters:
gets- HBase Get object to convert- Returns:
- List of corresponding
MapRGetobjects - Throws:
org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException
-
toRowConstraint
public static com.mapr.fs.jni.MapRRowConstraint toRowConstraint(com.mapr.fs.MapRHTable htable, Map<byte[], NavigableMap<byte[], throws org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException, IOExceptionLong>> familyMap, long minStamp, long maxStamp, com.mapr.fs.jni.MapRIncrement incr) - Throws:
org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyExceptionIOException
-
toRowConstraint
public static com.mapr.fs.jni.MapRRowConstraint toRowConstraint(com.mapr.fs.MapRHTable htable, byte[] family, byte[] qualifier) throws org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException, IOException - Throws:
org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyExceptionIOException
-