public class AbstractOperatorDesc extends Object implements OperatorDesc
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
opProps |
protected OpTraits |
opTraits |
protected Statistics |
statistics |
protected boolean |
vectorMode |
| Constructor and Description |
|---|
AbstractOperatorDesc() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Map<String,String> |
getOpProps() |
Statistics |
getStatistics() |
OpTraits |
getTraits() |
boolean |
getVectorMode() |
void |
setOpProps(Map<String,String> props) |
void |
setStatistics(Statistics statistics) |
void |
setTraits(OpTraits opTraits) |
void |
setVectorMode(boolean vm) |
protected boolean vectorMode
protected Statistics statistics
protected transient OpTraits opTraits
public Statistics getStatistics()
getStatistics in interface OperatorDescpublic void setStatistics(Statistics statistics)
setStatistics in interface OperatorDescpublic Object clone() throws CloneNotSupportedException
clone in interface OperatorDescclone in class ObjectCloneNotSupportedExceptionpublic boolean getVectorMode()
public void setVectorMode(boolean vm)
public OpTraits getTraits()
getTraits in interface OperatorDescpublic void setTraits(OpTraits opTraits)
setTraits in interface OperatorDescpublic Map<String,String> getOpProps()
getOpProps in interface OperatorDescCopyright © 2017 The Apache Software Foundation. All rights reserved.