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

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

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

Methods in org.apache.hadoop.hbase.thrift2.generated that return THBaseService.exists_args
 THBaseService.exists_args THBaseService.exists_args.deepCopy()
           
 THBaseService.exists_args THBaseService.exists_args.setGet(TGet get)
          the TGet to check for
 THBaseService.exists_args THBaseService.exists_args.setTable(byte[] table)
          the table to check on
 THBaseService.exists_args THBaseService.exists_args.setTable(ByteBuffer table)
           
 

Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type THBaseService.exists_args
 int THBaseService.exists_args.compareTo(THBaseService.exists_args other)
           
 boolean THBaseService.exists_args.equals(THBaseService.exists_args that)
           
 

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



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