public interface OperatorDesc extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Map<String,String> |
getOpProps() |
Statistics |
getStatistics() |
OpTraits |
getTraits() |
void |
setStatistics(Statistics statistics) |
void |
setTraits(OpTraits opTraits) |
Object clone() throws CloneNotSupportedException
CloneNotSupportedExceptionStatistics getStatistics()
void setStatistics(Statistics statistics)
OpTraits getTraits()
void setTraits(OpTraits opTraits)
Copyright © 2017 The Apache Software Foundation. All rights reserved.