Package io.datarouter.client.hbase.util
Class HBaseScanBuilder
java.lang.Object
io.datarouter.client.hbase.util.HBaseScanBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Scanbuild()withFirstKeyOnly(boolean firstKeyOnly) withRange(io.datarouter.util.tuple.Range<io.datarouter.bytes.Bytes> range) withStartIsFullKey(boolean startIsFullKey)
-
Constructor Details
-
HBaseScanBuilder
public HBaseScanBuilder()
-
-
Method Details
-
withRange
-
withLimit
-
withFirstKeyOnly
-
withStartIsFullKey
-
build
public org.apache.hadoop.hbase.client.Scan build()
-