org.apache.hadoop.hive.ql.optimizer
Class SamplePruner.AddPathReturnStatus

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.SamplePruner.AddPathReturnStatus
Enclosing class:
SamplePruner

public static class SamplePruner.AddPathReturnStatus
extends Object

Class used for return value of addPath()


Field Summary
 boolean allFile
           
 boolean hasFile
           
 long sizeLeft
           
 
Constructor Summary
SamplePruner.AddPathReturnStatus(boolean hasFile, boolean allFile, long sizeLeft)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasFile

public boolean hasFile

allFile

public boolean allFile

sizeLeft

public long sizeLeft
Constructor Detail

SamplePruner.AddPathReturnStatus

public SamplePruner.AddPathReturnStatus(boolean hasFile,
                                        boolean allFile,
                                        long sizeLeft)


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