org.apache.hadoop.hive.ql.plan
Class ShowTxnsDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.DDLDesc
      extended by org.apache.hadoop.hive.ql.plan.ShowTxnsDesc
All Implemented Interfaces:
Serializable

public class ShowTxnsDesc
extends DDLDesc
implements Serializable

Descriptor for showing transactions.

See Also:
Serialized Form

Constructor Summary
ShowTxnsDesc()
          No arg constructor for serialization.
ShowTxnsDesc(org.apache.hadoop.fs.Path resFile)
           
 
Method Summary
 String getResFile()
           
 String getSchema()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowTxnsDesc

public ShowTxnsDesc(org.apache.hadoop.fs.Path resFile)
Parameters:
resFile - File that results of show will be written to.

ShowTxnsDesc

public ShowTxnsDesc()
No arg constructor for serialization.

Method Detail

getSchema

public String getSchema()

getResFile

public String getResFile()


Copyright © 2014 The Apache Software Foundation. All rights reserved.