Uses of Class
org.apache.hadoop.hbase.thrift.generated.Hbase.scannerOpenWithPrefix_args

Packages that use Hbase.scannerOpenWithPrefix_args
org.apache.hadoop.hbase.thrift.generated   
 

Uses of Hbase.scannerOpenWithPrefix_args in org.apache.hadoop.hbase.thrift.generated
 

Methods in org.apache.hadoop.hbase.thrift.generated that return Hbase.scannerOpenWithPrefix_args
 Hbase.scannerOpenWithPrefix_args Hbase.scannerOpenWithPrefix_args.clone()
          Deprecated. 
 Hbase.scannerOpenWithPrefix_args Hbase.scannerOpenWithPrefix_args.deepCopy()
           
 Hbase.scannerOpenWithPrefix_args Hbase.scannerOpenWithPrefix_args.setColumns(List<byte[]> columns)
          the columns you want returned
 Hbase.scannerOpenWithPrefix_args Hbase.scannerOpenWithPrefix_args.setStartAndPrefix(byte[] startAndPrefix)
          the prefix (and thus start row) of the keys you want
 Hbase.scannerOpenWithPrefix_args Hbase.scannerOpenWithPrefix_args.setTableName(byte[] tableName)
          name of table
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type Hbase.scannerOpenWithPrefix_args
 int Hbase.scannerOpenWithPrefix_args.compareTo(Hbase.scannerOpenWithPrefix_args other)
           
 boolean Hbase.scannerOpenWithPrefix_args.equals(Hbase.scannerOpenWithPrefix_args that)
           
 

Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type Hbase.scannerOpenWithPrefix_args
Hbase.scannerOpenWithPrefix_args(Hbase.scannerOpenWithPrefix_args other)
          Performs a deep copy on other.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.