Uses of Class
org.apache.hadoop.hbase.thrift2.generated.THBaseService.getMultiple_args

Packages that use THBaseService.getMultiple_args
org.apache.hadoop.hbase.thrift2.generated   
 

Uses of THBaseService.getMultiple_args in org.apache.hadoop.hbase.thrift2.generated
 

Methods in org.apache.hadoop.hbase.thrift2.generated that return THBaseService.getMultiple_args
 THBaseService.getMultiple_args THBaseService.getMultiple_args.deepCopy()
           
 THBaseService.getMultiple_args THBaseService.Processor.getMultiple.getEmptyArgsInstance()
           
 THBaseService.getMultiple_args THBaseService.getMultiple_args.setGets(List<TGet> gets)
          a list of TGets to fetch, the Result list will have the Results at corresponding positions or null if there was an error
 THBaseService.getMultiple_args THBaseService.getMultiple_args.setTable(byte[] table)
          the table to get from
 THBaseService.getMultiple_args THBaseService.getMultiple_args.setTable(ByteBuffer table)
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type THBaseService.getMultiple_args
 int THBaseService.getMultiple_args.compareTo(THBaseService.getMultiple_args other)
           
 boolean THBaseService.getMultiple_args.equals(THBaseService.getMultiple_args that)
           
 THBaseService.getMultiple_result THBaseService.Processor.getMultiple.getResult(I iface, THBaseService.getMultiple_args args)
           
 

Constructors in org.apache.hadoop.hbase.thrift2.generated with parameters of type THBaseService.getMultiple_args
THBaseService.getMultiple_args(THBaseService.getMultiple_args other)
          Performs a deep copy on other.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.