Uses of Class
org.apache.hadoop.hbase.rest.RowSpec
Packages that use RowSpec
-
Uses of RowSpec in org.apache.hadoop.hbase.rest
Fields in org.apache.hadoop.hbase.rest declared as RowSpecMethods in org.apache.hadoop.hbase.rest with parameters of type RowSpecModifier and TypeMethodDescriptionstatic ResultGenerator
ResultGenerator.fromRowSpec
(String table, RowSpec rowspec, Filter filter, boolean cacheBlocks) Constructors in org.apache.hadoop.hbase.rest with parameters of type RowSpecModifierConstructorDescriptionRowResultGenerator
(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) ScannerResultGenerator
(String tableName, RowSpec rowspec, Filter filter, boolean cacheBlocks) ScannerResultGenerator
(String tableName, RowSpec rowspec, Filter filter, int caching, boolean cacheBlocks)