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

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

public class ShowCompactionsDesc
extends DDLDesc
implements Serializable

Descriptor for showing compactions.

See Also:
Serialized Form

Constructor Summary
ShowCompactionsDesc()
          No arg constructor for serialization.
ShowCompactionsDesc(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

ShowCompactionsDesc

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

ShowCompactionsDesc

public ShowCompactionsDesc()
No arg constructor for serialization.

Method Detail

getSchema

public String getSchema()

getResFile

public String getResFile()


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