org.apache.hadoop.hive.ql.plan
Interface OperatorDesc

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
AbstractOperatorDesc, BaseWork, CollectDesc, ColumnTruncateWork, DemuxDesc, DummyStoreDesc, ExtractDesc, FileSinkDesc, FilterDesc, ForwardDesc, GroupByDesc, HashTableDummyDesc, HashTableSinkDesc, JoinDesc, LateralViewForwardDesc, LateralViewJoinDesc, LimitDesc, ListSinkDesc, MapJoinDesc, MapredWork, MapWork, MergeWork, MuxDesc, PartialScanWork, PTFDesc, ReduceSinkDesc, ReduceWork, ScriptDesc, SelectDesc, SMBJoinDesc, TableScanDesc, TezWork, UDTFDesc, UnionDesc, UnionWork

public interface OperatorDesc
extends Serializable, Cloneable


Method Summary
 Object clone()
           
 OpTraits getOpTraits()
           
 Statistics getStatistics()
           
 void setOpTraits(OpTraits opTraits)
           
 void setStatistics(Statistics statistics)
           
 

Method Detail

clone

Object clone()
             throws CloneNotSupportedException
Throws:
CloneNotSupportedException

getStatistics

Statistics getStatistics()

setStatistics

void setStatistics(Statistics statistics)

getOpTraits

OpTraits getOpTraits()

setOpTraits

void setOpTraits(OpTraits opTraits)


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